Silent installations yes or at least it used to... I haven't tried
recently because any user running the bootstrapper is doing so
interactively and wants feedback on the process. Advanced users who want
a fully silent installation handle the prerequisites for themselves,
then trigger our main MSI.

Understanding product and package codes... I'm sure it could, but I
don't believe there is any native support for that. For the items I need
to include in our bootstrapper, the presence of a supported version can
typically be detected by examining the Windows registry.

Both NSIS and InnoSetup belong to the older type of installation
solution - procedural via a scripting language rather than data driven.
As such you are able to do a lot of things that you really shouldn't!
The *only* thing I use it for is the installation of third party
dependencies. All other operations are handled in our product's MSI.

Hope this helps,
Regards,
Richard

On Wed, 2007-10-17 at 07:05 -0700, Christopher Painter wrote:
> Can it handle silent installation stories and understand ProductCodes,
> PackageCodes to do things like invoke first time install, minor
> upgrades and maintenance UI stories?
> 
> 
> [EMAIL PROTECTED] wrote:
>         Nick,
>         
>         I've had good success using NSIS (http://nsis.sourceforge.net)
>         to create
>         my bootstrapper. It can easily launch any application you may
>         need. I've
>         also heard good things about InnoSetup
>         (http://www.jrsoftware.org/isinfo.php), but I have not used it
>         myself.
>         
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 



* C O N F I D E N T I A L I T Y N O T I C E *
-----------------------------------------------------------
The content of this e-mail is intended solely for the use of the individual or 
entity to whom it is addressed. If you have received this communication in 
error, be aware that forwarding it, copying it, or in any way disclosing its 
content to any other person, is strictly prohibited. Quixote Traffic 
Corporation is neither liable for the contents, nor for the proper, complete 
and timely transmission of (the information contained in) this communication. 
If you have received this communication in error, please notify the author by 
replying to this e-mail immediately and delete the material from any computer.



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to