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

2010-08-28 Thread Rafael Campana
Hi Christopher, Thanks for helping me on this. I'm attaching a .zip file (just rename it) with the log and a simple sample. The property I'm talking about is "CHECKEDVERSION1" and "CHECKEDVERSION2". In the log attached, I have gone to the Custom button, and unselected "CHECKEDVERSION1",

[WiX-users] How to make the custom action run under LocalSystem account?

2010-08-28 Thread Elfe Xu
Hi, I have a custom action that need to delete a remote sub-folder \\servermachine\sharedfolder$\clientID , the sub-folder's CREATOR OWNER is clientMachine$, it's created by a service running on client machine with LocalSystem account, and only the CREATOR OWNER has permission to delete it. Si

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

2010-08-28 Thread Christopher Painter
Can you send a log file?   Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me - Original Message From: Rafael Campana To: wix-users@lists.sourceforge.net Sent: Sat, August 28, 2010 1:

[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