Re: [WiX-users] End dialog UI

2010-06-07 Thread Blair
. Subject: Re: [WiX-users] End dialog UI The issue was that I was using Wix V2 version of light.exe. Could you please provide me a pointer to the syntax for doing the same with Wix v2 version? I'm guessing there should have been some way to do the string localization with V2 too... On Mon,

Re: [WiX-users] End dialog UI

2010-06-07 Thread Pratapa Reddy Sanaga
m] > Sent: Monday, June 07, 2010 7:57 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] End dialog UI > > I'm hitting some issues with localization. > > I created error 25001 as follows and called MsiProcessMessage from a custom &g

Re: [WiX-users] End dialog UI

2010-06-07 Thread Blair
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] End dialog UI I'm hitting some issues with localization. I created error 25001 as follows and called MsiProcessMessage from a custom action: "!(loc.Error_25001)" And created a file named

Re: [WiX-users] End dialog UI

2010-06-07 Thread Pratapa Reddy Sanaga
//msdn.microsoft.com/library/aa371614.aspx. >> >> The custom action itself shouldn't return 25001. It should return the >> documented return values for the type of custom action you created. >> >> -Original Message----- >> From: Pratapa Reddy Sanaga [mailto

Re: [WiX-users] End dialog UI

2010-06-07 Thread Pratapa Reddy Sanaga
pa Reddy Sanaga [mailto:pratap.san...@gmail.com] > Sent: Friday, June 04, 2010 10:28 AM > To: General discussion for Windows Installer XML toolset.; Pratap Sanaga > Subject: Re: [WiX-users] End dialog UI > > Thanks Nick! > > I want to end the installation(in case of failure)

Re: [WiX-users] End dialog UI

2010-06-04 Thread Blair
r XML toolset.; Pratap Sanaga Subject: Re: [WiX-users] End dialog UI Thanks Nick! I want to end the installation(in case of failure) with a custom message like "Installation failed with 0x80240437. Please check that your system clock is showing the correct time and retry installation again.&q

Re: [WiX-users] End dialog UI

2010-06-04 Thread Pratapa Reddy Sanaga
Thanks Nick! I want to end the installation(in case of failure) with a custom message like "Installation failed with 0x80240437. Please check that your system clock is showing the correct time and retry installation again." I created a localizable error table with error code 25001 for the above m

Re: [WiX-users] End dialog UI

2010-05-21 Thread Nick Ramirez
You could get the WixUI_Minimal.wxs file from the WiX source code, save it to your project under a different name, like "CustomWixUI_Minimal.wxs". Open it up and change the UI element's Id to "CustomWixUI_Minimal". Add a UIRef element to your main .wxs file with an Id that matches.