|
-
Mar 3rd, 2004, 11:03 AM
#1
Thread Starter
Fanatic Member
Deployment question...which files
Hello,
There are three files created when I create a deployment package. Should I zip all three and use that as my package or just use the .msi file? I assumed the setup.exe file should be in there as well.
Thanks!
-
Mar 3rd, 2004, 03:26 PM
#2
Re: Deployment question...which files
Originally posted by birthjay
Hello,
There are three files created when I create a deployment package. Should I zip all three and use that as my package or just use the .msi file? I assumed the setup.exe file should be in there as well.
Thanks!
umm well you need the setup and the msi file, dunno which third file youre talking about, but probably you do need it
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 3rd, 2004, 10:43 PM
#3
Thread Starter
Fanatic Member
There is the setup.exe, setup.ini, and YourProgramInstall.msi.
I submitted an application to a shareware site and they apparently extracted the .msi file and are allow folks to download that rather than my intended zip file.
-
Mar 4th, 2004, 06:23 AM
#4
Any PC with Windows Installer loaded will be able to install your program just from the MSI. From memory, Windows Installer was standard on Win2000 and XP. It wasn't supplied with Win98, but can be loaded on to it. Win95 does not support msi files.
I think the Setup.exe and Setup.ini files you have will attempt to install the Windows Installer and then install your application from your msi file (check the contents of setup.ini to see if it points to your msi).
You should also have InstMsiA.exe and InstMsiW.exe which are the installers for Windows Installer.
I may be slightly shakey on some of the details, but I believe that the above is all largely true.
This world is not my home. I'm just passing through.
-
Mar 5th, 2004, 03:46 PM
#5
Thread Starter
Fanatic Member
InstMsiA.exe and InstMsiW.exe are not created in the folder. How would I get those? It seems that I remember creating one app that has those in the folder, but I do not know how they got there and it made a 295K app into a 3 meg app.
Thanks!
-
Mar 8th, 2004, 03:17 AM
#6
InstMsiA.exe is the Windows Installer for Windows 95, Windows 98 and Windows Me. InstMsiW.exe is the Windows Installer for Windows NT, Windows 2000, Windows XP and Windows .NET Server.
I hope these links will help you.
http://www.microsoft.com/msdownload/...sdk/sdkupdate/
http://www.visual-basic-data-mining....spx?PostID=364
http://www.microsoft.com/msdownload/...dk/instmsi.htm
This world is not my home. I'm just passing through.
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
|