Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How do I create an MSI Installer File. Orca seems only be able to edit an existing one, and does not seem to have a 'Save As'option.
I am using Visual Studio 97,which does not have native support for these features.
Surely there is another way, even if I have to write an App to build a Blank one.

For an App and Datatype that MS developed under the GNU Licence,the information relating to it is remarkably scarce.

Any form of help is appreciated.
Regards :)

Bram
Posted

I used WiX[^] a while ago. It uses an XML file as the configuration of the installer. there are some examples of using it on the website, and it integrates with Visual Studio nicely.

WiX is open source and written by Microsoft.
 
Share this answer
 
The easiest way to create a new one programmatically or with Orca is to use the UIsample.msi in the Installer SDK

If you want to use orca, you're going to have to also use the utilities in the SDK to push files into it etc

I'd recommend using a third party tool to do it, like Installshield - there are also some freebies out there

If you really want to write your own, I'd advise you write off a few man months - the documentation is there, but writing MSI's that are non-trivial (language support, patching, install on demand etc) is quite involved - I have written and maintained an MSI creator, and it's probably had 6~9 man months of development
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900