|
-
Jan 3rd, 2005, 08:33 AM
#1
Thread Starter
Lively Member
Packaging VB.NET applications
I have coded and then also built the setup/msi installation package for my application. In the Debug folder I have two thingies I see:
Myapp.msi
Setup.exe
Which one is the one that you ship to your clients? The MSI one or the Setup.exe?
PS: I will of course change the Active Configuration and send the thingies from the Release folder, but the question is which file to send, the msi or the setup exe. Which one has the setup?
-
Jan 3rd, 2005, 08:40 AM
#2
Re: Packaging VB.NET applications
For Win2K, XP, Win2K3 ship only the msi file. For Win95/98/Me ship everything
Cheers,
NTG
-
Jan 3rd, 2005, 04:51 PM
#3
Junior Member
Re: Packaging VB.NET applications
Water Cooler v2,
Did you use use the Setup Project Wizard to create the setup project? If so, you will need to create a Cab file in order to create a distributable package. You would ship the .exe file along with any other files required by your application (ex. help files, images, etc...).
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
|