C# .NET - add Custom Prerequisite

Asked By Aamir Khan
09-Sep-10 05:05 AM
hi to all,
spe Mr.Khan and Sujit patil , reena jain .
will you tell me please how to add custom software in prerequisite.. cshapr ..
prerequisite is action which checks for dotNet frame work is installed or not if not it install..
this comes under setup and deployeement

  Reena Jain replied to Aamir Khan
09-Sep-10 05:08 AM
hi, aamir

if you can use then use install shield to make the setup of your windows application. through this you can easily add customer software in your application.


hope this will help if not plz let me know
  Reena Jain replied to Aamir Khan
09-Sep-10 05:17 AM
hi

and here is some link for this

http://msdn.microsoft.com/en-us/library/ms165429%28VS.80%29.aspx
http://www.codeproject.com/KB/aspnet/Add_Custom_Prerequisite.aspx

hope this will help
  Anand Malli replied to Aamir Khan
09-Sep-10 07:59 AM
Hello Aamir,

refer this article

Add Prerequisites of .NET Framework in Visual Studio Setup Project
http://www.codeproject.com/KB/dotnet/Add_framework_in_setup.aspx
Create New Account
help
How to Setup a MS Office 2007 Excel Add-In ? Hi all. . . . . . . . , I Have been created a plug-in for Excel 2007. How I for Excel) Solution developed in VS 2008 . Regards. . . . . . . This section describes how to create a Windows Installer package for Excel or Word document-based solutions. Although the example shows you how steps: • Create a Setup project that you can use to build the bootstrapper and the Windows Installer package. • Modify the Setup project so that the Windows Installer file installs your VSTO 2005 SE solution. • Add the prerequisites. • Add a custom action to grant security trust to the customization assembly Add a custom action to edit the application manifest that is embedded in the solution document
workflow also. Later in this article we show how you can create a workflow in Visual Studio and deploy to your SharePoint site. Windows Workflow Foundation is a new programming framework introduced in .NET 3.0 for creating reactive programs because without persistance, the approval data would be lost in the case of an application crash or machine reboot. Windows Framework Foundation Architecture Microsoft created the Windows Workflow Foundation to provide a development platform and set of developer tools specifically for building process. Each time you initiate a WF program, you are creating a workflow instance. You add control-of-logic to your WF program to move each workflow instance through its life consumer of an activity can simply drag and drop it on a design surface within Visual Studio. The consumer of activity also generates event handlers for activities and write code behind
Deploying Windows application HI I Developed a Project on Windows Forms Using VS2005 and SQL server 2005. What i need is. . . how deploy my project check below link: http: / / msdn.microsoft.com / en-us / library / k3bb4tfd(VS.80).aspx Basic Application Creation and Deployment To create a Windows-based application • On the File menu, click New Project . • In the New Project dialog box, in the Project Types pane, select Visual Basic , then choose Windows Application in the Templates pane. In the Name box, type My Notepad . • Click OK to
How to add .net Framework along with the Setup Sir, Please also tell me how to add the Framework Setup and Report Viewer Setup along with the Application Setup. The purpose is everything should be installed on a single click. Thanking you Regards KRISHNADAS Untitled document Step 1: In visual Studio > > File > > new > > Project > > Other Project Types > > Setup and deployment > > Setup Project . Step 2 : Add the exe(s) and other files in Application Folder of SetupProject Step 3: Now in Solution Explorer Right Click your Project > > Properties Click prerequesies button, Then select which framework you need and select the radio , button to "Download prerequisite from the my same location " option to get framework file from the your computer. Follow
want all prerequisites to installed . For that purpose I used BootStrapper, I have added my custom own .exe (say, notepad++) to be installed .Only error is - The specifeied is not installing a sample project for BMG ? Thanks, Parameswari hi, Including .NET Framework 3.0 as a prerequisite and installing the Setup.exe bootstrapper on 64-bit computers shows an error message that NET Framework 3.5 supports both 32-bit and 64-bit operating systems. If your application targets both 32-bit and 64-bit operating systems, select the .NET Framework 3.5 NET Framework 3.5 SP1 can be installed to your development computer by installing the Visual Studio Express Editions. For Visual Studio 2010, the SQL 2008 and the .NET Framework 3.5 SP1 bootstrapper packages are included us / library / kz0ke5xt.aspx http: / / msdn.microsoft.com / en-us / library / 7tx0bw8y.aspx HI, In Visual Studio Environment from versions 2005 to 2010 a prerequisite installer is a must required component