Skip to content

Commit b074d1a

Browse files
authored
Don't uninstall old packages (#95)
IB-7900 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 06261c1 commit b074d1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bootstrapper.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@
5858
<MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
5959
<MsiProperty Name="INSTALLCERTSYNCHRONIZER" Value="[InstallCertSynchronizer]" />
6060
<MsiProperty Name="INSTALL_DRIVER" Value="1" />
61+
<Provides Key="{E8616345-2F3F-46E8-B8CC-11B6E5B701D2}"/>
6162
</MsiPackage>
6263
<MsiPackage Id="IDEMIA.et_EE.X64" InstallCondition="UserLanguageID = 1061 AND MinidriverInstall = 1" ForcePerMachine="yes"
6364
SourceFile="$(var.idemia).et-EE.msi" Compressed="yes">
6465
<MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
6566
<MsiProperty Name="INSTALLCERTSYNCHRONIZER" Value="[InstallCertSynchronizer]" />
6667
<MsiProperty Name="INSTALL_DRIVER" Value="1" />
68+
<Provides Key="{6D591292-39B5-4DC3-AE3D-ED51D6B7F808}"/>
6769
</MsiPackage>
6870

6971
<MsiPackage Id="Updater" ForcePerMachine="yes" SourceFile="$(var.updater)" Compressed="yes">
@@ -91,6 +93,7 @@
9193
SourceFile="$(var.shellext)" Compressed="yes">
9294
<MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
9395
<MsiProperty Name="MSIRMSHUTDOWN" Value="2" />
96+
<Provides Key="{EA515788-340A-428E-8DE6-F79C84CBBFCA}"/>
9497
</MsiPackage>
9598

9699
<MsiPackage Id="MetaInfo" ForcePerMachine="yes" SourceFile="metainfo.msi" Compressed="yes">

0 commit comments

Comments
 (0)