1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-25 17:23:58 +02:00

installer: add reinstall all shortcuts option in REINSTALLMODE

Gitlab: #122
Change-Id: Ica199d18bb95ad98a3ac15bc083f2c5eeb953216
This commit is contained in:
Ming Rui Zhang 2020-09-30 13:11:10 -04:00 committed by Andreas Traczyk
parent 3a5958f043
commit 80c26e9696

View file

@ -13,7 +13,7 @@
<Property Id="ARPNOMODIFY" Value="1" /> <Property Id="ARPNOMODIFY" Value="1" />
<!-- It seems that QtWebEngineProcess.exe versioning requires us to force reinstall. --> <!-- 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"> <Feature Id="ProductFeature" Title="Main" Level="1" Absent="disallow">
<ComponentGroupRef Id="StandardComponents" Primary="yes" /> <ComponentGroupRef Id="StandardComponents" Primary="yes" />
@ -91,7 +91,7 @@
<Fragment Id="OtherRegistryEntries"> <Fragment Id="OtherRegistryEntries">
<DirectoryRef Id="TARGETDIR"> <DirectoryRef Id="TARGETDIR">
<Component Id="RegistryEntries" Guid="*" Win64="yes"> <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> </Component>
</DirectoryRef> </DirectoryRef>
</Fragment> </Fragment>