windows installer - Build NSIS script as a MSI package -


Is there any way to compile the Nullsoft Installer Script (NSI) setup as an XE instead of an MSI package?

Unfortunately, no.

Allows you to create script-capable, procedural installation packages. It's simple, easy to use and has many features that are not present in the Windows Installer.

(MSI) database creates a transactional installation package when a properly written Windows Installer package is very strong, a file is corrupted / destroyed and it will be restored automatically. The installer is aware of UAC and only advanced if necessary, basically if you are making software for the corporate market, you will need to provide an MSI.

Look for a good start to understand the MSI. / P>


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -