Packaging multiple MSI files
Hi,
What is the best application for packaging multiple MSI files
We are distributing a standard operating envioment with our own application for rent
We have mulltiple MSI files and unrelated objects that don't belong to .NET project.
We have looked at MSI Studio, Wise and Installshield.
MSI Studio is repackaging that is ok, but no we need
Installshield and Wise are about packaging .NET projects
What we want to do is bundle up all the MSI files and copy files from a known folder.
Sounds simple, there must be a solution
We are currently using a batch file
Craig
What is the best application for packaging multiple MSI files
We are distributing a standard operating envioment with our own application for rent
We have mulltiple MSI files and unrelated objects that don't belong to .NET project.
We have looked at MSI Studio, Wise and Installshield.
MSI Studio is repackaging that is ok, but no we need
Installshield and Wise are about packaging .NET projects
What we want to do is bundle up all the MSI files and copy files from a known folder.
Sounds simple, there must be a solution
We are currently using a batch file
Craig
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
ozcraig
15 years ago
Posted by:
ozcraig
15 years ago
Posted by:
turbokitty
15 years ago
Posted by:
anonymous_9363
15 years ago
What is the best application for packaging multiple MSI filesYou could use any tool which bundles up command lines into an EXE. Or stick with your batch file. Or use something like BAT2EXE to convert it to an EXE.
Installshield and Wise are about packaging .NET projectsCompletely wrong. Both will package vanilla Win32 apps just as well as .Net. Additionally, both also have scripting facilities which can take multiple command lines and build an EXE.
Posted by:
turbokitty
15 years ago
Posted by:
anonymous_9363
15 years ago
Sorry, folks: a network-wide "let's reboot EVERYTHING" went out at my client's site on Friday, meaning that all my forum bookmarks got screwed...all posts show as having been read....
Anyway, if this were me, I'd definitely build a script with as much abstraction as possible. That is, as little hard-coding of paths as possible, everything in variables and so on, so that one could drop a folder (or selection of folders) on to it, it would grab a list of MSIs (and associated MSTs) and install them, probably using the Windows Installer Automation interface rather than command line calls to MSIexec.exe. There are probably many drag-and-drop capable scripts around which could easily be adapted to suit.
Anyway, if this were me, I'd definitely build a script with as much abstraction as possible. That is, as little hard-coding of paths as possible, everything in variables and so on, so that one could drop a folder (or selection of folders) on to it, it would grab a list of MSIs (and associated MSTs) and install them, probably using the Windows Installer Automation interface rather than command line calls to MSIexec.exe. There are probably many drag-and-drop capable scripts around which could easily be adapted to suit.
Posted by:
turbokitty
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.