mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
Set InstallLocation under Windows registry Uninstall key.
This commit is contained in:
parent
e50cd2b808
commit
9570ed7cb0
@ -30,6 +30,13 @@
|
||||
<Property Id="ARPPRODUCTICON" Value="EDMarketConnector.exe" />
|
||||
<!-- <Property Id="ARPNOREPAIR" Value="yes" Secure="yes" /> Remove repair -->
|
||||
<Property Id="ARPNOMODIFY" Value="yes" Secure="yes" /> <!-- Remove modify - also set by WixUI_Minimal -->
|
||||
<Property Id="ARPHELPLINK" Value="https://github.com/Marginal/EDMarketConnector/wiki" />
|
||||
|
||||
<!-- http://blogs.technet.com/b/alexshev/archive/2008/02/09/from-msi-to-wix-part-2.aspx -->
|
||||
<CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[INSTALLDIR]" />
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
||||
</InstallExecuteSequence>
|
||||
|
||||
<!-- Merge in C runtime -->
|
||||
<DirectoryRef Id="TARGETDIR">
|
||||
@ -103,8 +110,8 @@
|
||||
</Component>
|
||||
<Component Guid="*">
|
||||
<File KeyPath="yes" Source="SourceDir\snd_bad.wav" />
|
||||
</Component>
|
||||
<Component Guid="*">
|
||||
</Component>
|
||||
<Component Guid="*">
|
||||
<File KeyPath="yes" Source="SourceDir\stations.p" />
|
||||
</Component>
|
||||
<Component Guid="*">
|
||||
|
Loading…
x
Reference in New Issue
Block a user