[WiX-users] Payload path

2012-12-02 Thread Don Reba
I am using Wix 3.6 Burn to install an Adobe Air application. The way it works is that I call Adobe's arh.exe tool with the path to the app.air file to install. I use an ExePackage element for arh.exe and a Payload element for app.air. Now I need the full path to payload. How do I retrieve it? A

Re: [WiX-users] Using Alt-C from Burn's Install page disables hot keys

2012-12-02 Thread Bob Arnson
On 27-Nov-12 20:12, Stanfield, Albert R wrote: > On Burn's Install page pressing Alt-C (Close) and then selecting no on the > "are you sure you want to cancel" pop-up leaves the hot keys dead until you > hit tab or do some other activity first. Pressing Alt-O (Options) does not. > > One other si

Re: [WiX-users] Prevent logging

2012-12-02 Thread Bob Arnson
On 29-Nov-12 07:33, Grigory Konovalov wrote: > Can I prevent logging of values for “RegistryValue” and “Util:XmlFile” > components? Use Property/@Secure. -- sig://boB http://joyofsetup.com/ -- Keep yourself connected t

Re: [WiX-users] Burn: FailureRestartText mentions 'rollback'

2012-12-02 Thread Bob Arnson
On 21-Nov-12 11:10, Bruce Cran wrote: > I'm wondering why it mentions 'rollback' because in this case the reboot > is pending following a successful installation of a driver. Because WixStdBA is only looking at whether a reboot is required; the text is just the most common cause. -- sig://boB ht

Re: [WiX-users] Burn: upgrades

2012-12-02 Thread Bob Arnson
On 30-Nov-12 02:58, Neil Sleightholm wrote: > Planned package: Setup, state: Present If the package is present, it means that the same product code is still installed. So the major upgrade didn't happen? -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Payload path

2012-12-02 Thread Rob Mensching
There is a bug tracking that feature request. On Sun, Dec 2, 2012 at 7:10 PM, Don Reba wrote: > I am using Wix 3.6 Burn to install an Adobe Air application. The way it > works is that I call Adobe's arh.exe tool with the path to the app.air file > to install. I use an ExePackage element for arh

Re: [WiX-users] Payload path

2012-12-02 Thread Don Reba
Thanks. Is there a straightforward way of doing this using current functionality? "Rob Mensching" wrote in message news:CAHdHTVeT_cHdxDmtPm_1PCLioL9nydOGajHDvDFLhbaKXhR=5...@mail.gmail.com... There is a bug tracking that feature request. On Sun, Dec 2, 2012 at 7:10 PM, Don Reba wrote: > I