setup: add path
This commit is contained in:
parent
86fe78285c
commit
4e4fa69ff3
@ -24,6 +24,11 @@
|
|||||||
DowngradeErrorMessage="Eine neuere Version von [ProductName] ist bereits installiert. Das Setup wird beendet."
|
DowngradeErrorMessage="Eine neuere Version von [ProductName] ist bereits installiert. Das Setup wird beendet."
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- Liest den Installationsort über die Registry aus -->
|
||||||
|
<Property Id="INSTALLDIR">
|
||||||
|
<RegistrySearch Key="Software\[Manufacturer]\[ProductName]" Root="HKLM" Type="raw" Id="APPLICATIONFOLDER_REGSEARCH" Name="Path" />
|
||||||
|
</Property>
|
||||||
|
|
||||||
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
|
<Property Id="PREVIOUSVERSIONSINSTALLED" Secure="yes" />
|
||||||
<Upgrade Id="$(var.UpgradeCode)">
|
<Upgrade Id="$(var.UpgradeCode)">
|
||||||
<UpgradeVersion
|
<UpgradeVersion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user