|
-
Dec 2nd, 2005, 11:43 PM
#1
Thread Starter
Addicted Member
How to Make Setup
how to make setup and system check if framework not installl then pick from spacified place
where we put the frameworks tell me pathc
-
Dec 3rd, 2005, 02:55 AM
#2
Re: How to Make Setup
Assuming that you are using VS.NET 2003:
1. Install the bootstrapper plug-in for VS: http://www.microsoft.com/downloads/d...3-72f9c370bd19
2. Create a setup project, which will by default include the Framework.
3. Copy the contents of the project output to a CD, which will include Setup.exe, the MSI package for your applciation and dotnetfx.exe, which is the Framework redistributable.
4. Run Setup.exe, which will check for the presence of the Framework and install it from dotnetfx.exe if it's not installed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|