Re: [WiX-users] global property set in server is not passed to the client

2012-01-30 Thread T. Kuro Kurosaka
@jackhenry.com>] Sent: Thursday, January 26, 2012 12:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] global property set in server is not passed to the client Read up on the Secure attribute to the Property element in the Wix schema

Re: [WiX-users] global property set in server is not passed to the client

2012-01-30 Thread Blair
ooper [mailto:jocoo...@jackhenry.com] Sent: Thursday, January 26, 2012 12:14 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] global property set in server is not passed to the client Read up on the Secure attribute to the Property element in the Wix schema. Only s

Re: [WiX-users] global property set in server is not passed to the client

2012-01-26 Thread Bob Arnson
On 26-Jan-12 14:37, T. Kuro Kurosaka wrote: > I thought properties named with all uppercase letters are in > global effect, and passed between the server and the client, back and > forth. It's one-way only, client to server. There's no way to set a property in the server and have it available for

Re: [WiX-users] global property set in server is not passed to the client

2012-01-26 Thread T. Kuro Kurosaka
On 1/26/12 12:13 PM, John Cooper wrote: > Read up on the Secure attribute to the Property element in the Wix schema. > Only secure properties are visible in both the UI and Execute sequences. > I'm not sure if the security is the problem because I am not seeing the errors like "Ignoring disallow

Re: [WiX-users] global property set in server is not passed to the client

2012-01-26 Thread John Cooper
341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: T. Kuro Kurosaka [mailto:k...@basistech.com] Sent: Thursday, January 26, 2012 1:37 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] global property set in server is not passed to the client In my m

[WiX-users] global property set in server is not passed to the client

2012-01-26 Thread T. Kuro Kurosaka
In my main .wxs file that is based on the WixUI_InstallDir dialog set, I set WIXUI_EXITDIALOGOPTIONALTEXT so that the final dialog after successful installation has an extra information. This is done like this: ... This works fine. The text stored in this property is shown. I wanted