Skip to content
Snippets Groups Projects
Commit 80c26e96 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

installer: add reinstall all shortcuts option in REINSTALLMODE

Gitlab: #122
Change-Id: Ica199d18bb95ad98a3ac15bc083f2c5eeb953216
parent 3a5958f0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<Property Id="ARPNOMODIFY" Value="1" />
<!-- It seems that QtWebEngineProcess.exe versioning requires us to force reinstall. -->
<Property Id="REINSTALLMODE" Value="dm" />
<Property Id="REINSTALLMODE" Value="dms" />
<Feature Id="ProductFeature" Title="Main" Level="1" Absent="disallow">
<ComponentGroupRef Id="StandardComponents" Primary="yes" />
......@@ -91,7 +91,7 @@
<Fragment Id="OtherRegistryEntries">
<DirectoryRef Id="TARGETDIR">
<Component Id="RegistryEntries" Guid="*" Win64="yes">
<RegistryValue Root="HKCU" Key="Software\jami.net\$(var.AppName)" Name="hasRun" Type="integer" Value="0" KeyPath="yes" />
<RegistryValue Root="HKCU" Key="Software\jami.net\$(var.AppName)" Name="hasRun" Type="integer" Value="0" KeyPath="yes" />
</Component>
</DirectoryRef>
</Fragment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment