Fix #15: run QuickLook & add to startup after installation

This commit is contained in:
Paddy Xu
2017-06-14 21:59:40 +03:00
parent ce74c836c4
commit c1b17bb756
3 changed files with 140 additions and 477 deletions

View File

@@ -60,8 +60,18 @@
</Directory>
</Directory>
<UIRef Id="WixUI_InstallDir" />
<CustomAction Id="LaunchApplication"
FileKey="fil22F7B7F07E63622AD2451459086A3CF2"
ExeCommand="/first"
Execute="immediate"
Impersonate="yes"
Return="asyncNoWait" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
<UI>
<UIRef Id="WixUI_InstallDir" />
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
<Publish Dialog="ExitDialog" Control="Finish" Order="1" Event="DoAction" Value="LaunchApplication">1</Publish>
</UI>
</Product>
</Wix>