Re: [WiX-users] Uninstall Rollback not triggered with WIXFAILWHENDEFERRED

2015-01-19 Thread wixtester
I don't have WixFailWhenDeferred custom action in InstallExecuteSequence. Infact, when I opened the msi in ORCA, the CA was sequenced at 6599 (before InstallFinalize) with condition "WIXFAILWHENDEFERRED=1 AND VersionNT > 400" This I believe should trigger rollback for both Install and Uninstall. A

Re: [WiX-users] aid debugging complex conditons

2015-01-19 Thread Phil Wilson
The individual property values should be in the log if it's verbose. If they don't appear that typically means they are not being set at all. I've used a debug dialog in similar situations. At the end of the UI sequence have a dialog that's just a display of the property values you're interested i

Re: [WiX-users] RollbackBoundry - Can't Upgrade or uninstall bundle.

2015-01-19 Thread Phill Hogland
Sorry for the previous post, which I deleted, becuase I cut and pasted one log in the middle of another log. Lets try again. This log was created while Upgrading Bundle 9.1.0.6, while Bundle 9.1.0.5 was installed (AND while Bundle 9.1.0.4 was also incorrectly listed in ARP, as it should have been

Re: [WiX-users] RollbackBoundry - Can't Upgrade or uninstall bundle.

2015-01-19 Thread Phill Hogland
This log was created after there were two of these 'orphaned' entries (for versions 9.1.0.4 and 9.1.0.5) in the ARP, while running build Bundle 9.1.0.6 as a Upgrade. (These Bundles implement the MajorUpgrade pattern and increment the last section of the version, based on recent discussion in wix-d

[WiX-users] RegistryKey question

2015-01-19 Thread Keith.Douglas
We were looking into allowing our users to use local web pages without the "Active X/content" warning that this usually provokes (our users are very tech-unsavvy and find having to click this sort of warning to be confusing). Since we need them to generate cookies from these pages we need them t

Re: [WiX-users] Bootstrapper for multiple cultures

2015-01-19 Thread vikasyv
It worked after I changed my Date Format settings to Japanese :). Before I was only changing the Keyboard and Location settings, but Date Format was still English, so it was still coming up in English. Thanks a lot for the help! Regards Vikas -- View this message in context: http://windows-i

Re: [WiX-users] Installing uncompressed MsiPackage

2015-01-19 Thread manmaor
Sorry again, but I didn't find the answer in the Support Center... Can you give me a little example or a link to the exact place ? Rob Mensching-7 wrote > Use the Name attribute. > > _ > Short replies here. Complete answers over there: