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

2012-01-30 Thread T. Kuro Kurosaka
ailto:jocoo...@jackhenry.com> www.jackhenry.com <http://www.jackhenry.com> -----Original Message- From: T. Kuro Kurosaka [mailto:k...@basistech.com <mailto:k...@basistech.com>] Sent: Thursday, January 26, 2012 1:37 PM To: wix-users@lists.sourceforge.net

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

[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

[WiX-users] MSI runtime error code 2343

2012-01-20 Thread T. Kuro Kurosaka
I am trying to modify the InstallDir template by replacing LicenseAgreementDlg with a new dialog that is a modified version of BrowseDlg with which the user would specify the directory where our license file can be found. My prototype fails just after hitting Next in WelcomeDlg with the "unexp

Re: [WiX-users] How to bring a VBScript window in front of the wizard window?

2012-01-18 Thread T. Kuro Kurosaka
BTW, I found an answer to my original question. I needed to pass 4096 instead of 1 in the second argument like this: MsgBox "The License File Path will be asked here by a file dialog eventually.", 4096, "License File Needed" Here 4096 = vbOKOnly(0) + vbSystemModal(4096) where these constants are

Re: [WiX-users] How to bring a VBScript window in front of the wizard window?

2012-01-18 Thread T. Kuro Kurosaka
ct("UserAccounts.CommonDialog") couldn't create the window. Do I use some other mean to create a dialog under MSI? Kuro > > > From: "T. Kuro Kurosaka" > > Sent: Tuesday, January 17, 2012 7:20 PM > > To: wix-u

[WiX-users] How to bring a VBScript window in front of the wizard window?

2012-01-17 Thread T. Kuro Kurosaka
I have this wix code that calls a VBScript code to show a window: Not Installed The window is shown but it's hidden under the wizard window. How can I bring it to the front, or else side of the wizard window? Kuro -

[WiX-users] Is there a UI Control to pick an existing file?

2012-01-16 Thread T. Kuro Kurosaka
in VB? T. Kuro Kurosaka -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3

Re: [WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-13 Thread T. Kuro Kurosaka
On 1/13/12 7:28 AM, Peter Shirtcliffe wrote: > Why not check it when the application starts up ? The product in question runs as a service. There is no GUI. The Java wrapper could only log the error and quit. For that reason, the product marketing tells us we should check the prerequisite softw

[WiX-users] Writing JDK version verification code, and Wix debugging tip

2012-01-12 Thread T. Kuro Kurosaka
up came out. What am I doing wrong here? Thank you in advance. T. "Kuro" Kurosaka -- RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 __