commit bfd54209c4c313dd83ebaccdacd3b8e1520211aa
parent 3bdf32df285b8ab809bf8a14009ffd3c159f59bb
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Thu, 21 Apr 2011 21:48:31 +0800
win: Skip the license dialog
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/dist/win/spek.wxs.in b/dist/win/spek.wxs.in
@@ -26,6 +26,8 @@
<CustomAction Id="StartAppOnExit" FileKey="spek.exe" ExeCommand="" Execute="immediate" Impersonate ="yes" Return="asyncNoWait" />
<Property Id="WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT" Value="Launch Spek when setup exits" />
<UI>
+ <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg" Order="2">1</Publish>
+ <Publish Dialog="InstallDirDlg" Control="Back" Event="NewDialog" Value="WelcomeDlg" Order="2">1</Publish>
<Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction" Value="StartAppOnExit">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
</UI>
<Icon Id="ProgramIcon" SourceFile="spek.ico"/>