Thanks for the pointer.
Setting cancel="no" fixed the issue.
-
Andy
Build&Deployment
Schneider Electric
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Pressing-ESc-Key-in-the-install-Finish-screen-tp5176628p5181151.html
Sent from the wix-user
Look at this control:
It says whatever the localized "WixUIFinish" string is (I assume "Finish")
and is the button "clicked" if you press the Enter key and the button
"clicked" if you press the "Esc" key. So, pressing Esc will cause all of the
actions that subscribe to this key to happen.
Here are the verbose log snippets:
MSI (c) (CC:94) [22:29:34:875]: Doing action: ExitDialog
Action 22:29:34: ExitDialog.
Action start 22:29:34: ExitDialog.
Action 22:29:34: ExitDialog. Dialog created
MSI (c) (CC:FC) [22:29:44:828]: Doing action: LaunchURL
Action 22:29:44: LaunchURL.
Action sta
I think it sounds like esc is leading to a cancel event. Might disabling the
cancel button on the final page fix it?
Leif
On Mon, Jun 14, 2010 at 3:57 PM, Pally Sandher wrote:
> Sounds suspiciously like a Windows Installer issue.
>
> Have you checked verbose logs when you use the ESC key to exi
Sounds suspiciously like a Windows Installer issue.
Have you checked verbose logs when you use the ESC key to exit? What
code are you using to launch the webpage? I'd assume it's copied from
the "How To: Run the Installed Application After Setup" page at
http://wix.sourceforge.net/manual-wix3/run_
5 matches
Mail list logo