.
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,
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
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
//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
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)
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
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
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.
8 matches
Mail list logo