Skip to content
Snippets Groups Projects
Commit 1d918b71 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

installer: remove registry check for custom install path

Change-Id: I5fecced2d7683e6fe6561adc312418c5c95c6e3b
parent bbd3a6f4
Branches
No related tags found
No related merge requests found
...@@ -30,16 +30,6 @@ ...@@ -30,16 +30,6 @@
<MergeRef Id="VCRedist"/> <MergeRef Id="VCRedist"/>
</Feature> </Feature>
<!--Find User Defined Installition Registry If User changes the Default Registry-->
<Property Id="APPLICATIONFOLDER" Secure="yes">
<RegistrySearch Id="FindInstallLocation"
Root="HKLM"
Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\[WIX_UPGRADE_DETECTED]"
Name="InstallLocation"
Type="raw"
Win64="yes" />
</Property>
<!--SetDirectory of APPLICATIONFOLDER --> <!--SetDirectory of APPLICATIONFOLDER -->
<SetDirectory <SetDirectory
Id="APPLICATIONFOLDER" Id="APPLICATIONFOLDER"
...@@ -53,7 +43,7 @@ ...@@ -53,7 +43,7 @@
<WixVariable Id="WixUISupportPerUser" Value="0" /> <WixVariable Id="WixUISupportPerUser" Value="0" />
<CustomAction Id="removeOldJamiFiles" Directory="APPLICATIONFOLDER" <CustomAction Id="removeOldJamiFiles" Directory="APPLICATIONFOLDER"
ExeCommand="cmd /c &quot;del vc_redist.x64.exe; del uninstall.exe;&quot;" ExeCommand="cmd /c &quot;del vc_redist.x64.exe; del uninstall.exe; del WinSparkle.dll;&quot;"
Execute="deferred" Return="ignore" HideTarget="no" Impersonate="no" /> Execute="deferred" Return="ignore" HideTarget="no" Impersonate="no" />
</Product> </Product>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment