Re: [WiX-users] Wix properties not being persisted from a WXI () to a WXS ()

2010-09-06 Thread Rafael Campana
.@joyofsetup.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Wix properties not being persisted from a WXI > () to a WXS () > > On 28-Aug-10 14:40, Rafael Campana wrote: > > 1 > > Properties must be marked Secure="yes" to be used from b

Re: [WiX-users] Wix properties not being persisted from a WXI () to a WXS ()

2010-08-28 Thread Rafael Campana
eering.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Wix properties not being persisted from a WXI > () to a WXS () > > Can you send a log file? > > Christopher Painter, Author of Deployment Engineering Blog > Have a hot tip, know a secret

[WiX-users] Wix properties not being persisted from a WXI () to a WXS ()

2010-08-28 Thread Rafael Campana
Hello, I hope you can help me with the following WIX issue: In my main.wxs, I initialize "MYPROPERTY" that then in ui.wxi, I put up a dialog box with a checkbox (that is checked/enabled from the MYPROPERTY that I've setup in the .wxs). I can verify that by unchecking the checkbox, it do

[WiX-users] Any way to have a "shared" set of files between two installers without having same component GUID?

2009-09-08 Thread Rafael Campana
Hello, Our build system generates two separate .wxs files (and therefore two installers) dynamically dependent on our deployment directories - think about it as two products/installers that can run independently, but can 'talk' to each other. By default, both of these installers install int