Re: [WiX-users] using HKLM\Software\Policies\Microsoft\Windows\Installer; HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress

2007-03-13 Thread Laurence Starks
http://msdn2.microsoft.com/en-us/library/aa372909.aspx describes the _MSIExecute mutex and a method for querying the installer service for status. Laurence From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Poulson Sent: Tuesday, March 13, 2007 2:12 PM To: wix-users@lists.sourcef

Re: [WiX-users] Upgrade

2007-02-07 Thread Laurence Starks
You must use two different command lines to install this. One for an upgrade, which you referenced earlier with REINSTALL and REINSTALLMODE and another without them for a new install. http://msdn2.microsoft.com/en-us/library/aa371182.aspx says v Use to run from the source package and re-cache