Thanks Palbinder.

Good to know it's supported in 5.0.



________________________________
From: Pally Sandher <pally.sand...@iesve.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Tue, August 24, 2010 2:07:33 AM
Subject: Re: [WiX-users] Wix 2.0: how to change popup wording

1 - not without forcing your package to be Windows Installer 5.0 only.
Windows Installer 5.0 is only available on Windows 7, there's no
redistributables for any earlier versions of Windows. If you're happy
with that, knock yourself out.
2 - see above.

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: little.forest [mailto:little.for...@ymail.com] 
Sent: 23 August 2010 23:34
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Wix 2.0: how to change popup wording

We have an urgent issue.

One of our old app using Wix 2.0. This app is an Outlook plugin. So the
app needs the Outlook shutdown before installing. So we added a
detect-and-report CustomAction in the installer long while ago. 

Here is the code:
<Binary Id="CheckOutlook_Dll" SourceFile="checkOL.dll" /> <CustomAction
Id="CheckOutlookRunningCA" BinaryKey="CheckOutlook_Dll" 
DllEntry="CheckOL" />
<CustomAction Id="RefuseRunningCA" Error="Please close Outlook before
installing." />


<InstallUISequence>

<Custom Action="CheckOutlookRunningCA" Before="CostFinalize" />
<Custom Action="RefuseRunningCA" After="CostFinalize">NOT Installed AND 
ShowProgramRunDialog = "1"</Custom>
</InstallUISequence>



This worked fine. But now we want to change it.

1. Now it is an Error type of CustomAction. Is it possible to add a
clickable 
hyperlink in the dialog text?
2. We'd like to change the wording of the last page, now it says
"YourApp Setup 
Wizard ended prematurely blah blah". I know we can change
FatalErrorTitle, 
FatalErrorDescription1 and FatalErrorDescription2. Is it possible to add
some 
clickable hyperlink in these text?


Thanks!

------------------------------------------------------------------------
------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users

worldwide. Take advantage of special opportunities to increase revenue
and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to