MSI Package

GrammatonJP

Golden Member
Feb 16, 2006
1,245
0
0
OK ill try it out... I used some old stuff before.. but haven't touch this for a while... thanks
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Last I knew, NSIS could not make msi packages. I've used WinInstall to some success but it should only be a last resort. The best way is to try and extract an msi. You can look on appdeploy.com in their package database for instructions on how to extract an msi for many many programs. If there is no way to extract an msi (as is the case with installers using NSIS) you can find the command line switches to do a silent install and use the Windows Installer Wrapper Wizard to create an msi that calls the scripted install.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Hmm, pretty sure Inno also does not support msi files. I remember looking into before on why the open source installer apps don't support msi, and for whatever reason it was evident that they will NEVER support msi. I think it might have been licensing or something.
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
Hey OP, what's the program you want an msi for? And why do you want an msi? For group policy deployment or something?