20th July 2005, 15:58
|
#1
|
|
Senior Member
Join Date: Feb 2003
Location: Toronto, Canada
Posts: 227
|
Quote:
Originally posted by onad
If you need to adhere to some strange corporate standards and use MSI, there is a what to do and still sneakly use NSIS:
1) Create a minimal MSI script, brrr...
2)Create an MSI extention
http://codeproject.com/tips/msicustomaction.asp
3)
Wrap your finised NSIS .EXE in a resource in the DLL
Extract the resuorcedata and run NSIS, in the end delete te temp file and close MSI, done...
Boss happy since you use MSI, you happy since you still use NSIS
There are as always more ways, but this is a start for the persistent ones,.
Better to convince your boss, if you have one, MSI is not always handy...
|
As well what you could do here is create your NSIS installer then create a MSI package containing that NSIS installer using WiX http://sourceforge.net/projects/wix/
|
|
|