Hi

I want to do a silent (quite) install of a product.

Install works great, but when I run the same MSI file again, then dialog
message "another version of this product is already installed..."

I wish to either: 
A. Suppress it, i.e. no message and do nothing
B. Reinstall quitely

I do not know how to do possible solution A.

For possible solution B., I tried adding the following:
For re-install, I tried adding the following:
    <Property Id='REINSTALLMODE' Value='amus'/>
    <Property Id='REINSTALL' Value='all'/>

But the linker issues these warnings:
warning LGHT1076 : ICE40: REINSTALLMODE is defined in the Property table.
This may cause difficulties.
warning LGHT1076 : ICE87: The property 'REINSTALL' shouldn't be authored
into the Property table. Doing so might cause the product to not be
uninstalled correctly.

Pointers?

-----
Thanks
Jeff in Seattle
-- 
View this message in context: 
http://n2.nabble.com/Suppress-another-version-of-this-product-is-already-installed-i-e-install-in-quite-mode-tp4892612p4892612.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to