[WiX-users] Running the app from the install

2010-08-24 Thread ldykes
Hi all, My installation advertises the installed application's shortcut, so that it will be available to all users, and their HKCUs will be initialized. I now wish to run the just-installed application from the installation (at the end), but, owing to the above, the EXE is not available till i

[WiX-users] Checking for other products

2010-09-24 Thread ldykes
Hi all, I want to terminate the installation of a product unless there is a recent version of a different product already installed, so I defined an Upgrade element and a Condition thus: . . . . REQUIREDBINARIES . . This didn'

Re: [WiX-users] Checking for other products

2010-09-27 Thread ldykes
On 25 Sep 2010 at 4:45, fiordean dacian wrote: > I assume you logged MSI actions; what is the value of REQUIREDBINARIES > property? Also, I'm note sure you correctly use the upgradecode (ID tag from > the Upgrade element). That ID must be the UpgradeCode from the product you > want to detect wh

Re: [WiX-users] Checking for other products

2010-09-27 Thread ldykes
On 25 Sep 2010 at 4:45, fiordean dacian wrote: > I assume you logged MSI actions; what is the value of REQUIREDBINARIES > property? Also, I'm note sure you correctly use the upgradecode (ID tag from > the Upgrade element). That ID must be the UpgradeCode from the product you > want to detect wh