Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Using project.ControlPanelInfo.InstallLocation

$
0
0
Code above generate next wix markup

//action that resolve value of INSTALLDIR and set it to ARPINSTALLLOCATION
<CustomAction Id="Set_ARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[INSTALLDIR]" />

//in sequence action Set_ARPINSTALLLOCATION execute before AppSearch only when (NOT Installed)
<InstallExecuteSequence>
<Custom Action="WixSharp_InitRuntime_Action" Before="AppSearch"> (1) </Custom>
<Custom Action="Set_ARPINSTALLLOCATION" After="WixSharp_InitRuntime_Action"> (NOT Installed) </Custom>
</InstallExecuteSequence>

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>