Possible, but IMHO somehow a hack. In general a brief description how to do it:

- Do not publish MSI in ARP
- Populate 
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\<PRODUCTNAME>
manually. Think there should be possible to place there a key with a
repair parameter (I did it only with a UNinstall key). In general this
key should be something like "msiexec.exe /i [ProductCode] /qf". In
general check how other products do that.

Be aware to use properties or wix variables for things like version
information or ProductCode which will change in case of building a new
major version (personally forgot that when doing a major upgrade)

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to