Skip to content

Commit af4390d

Browse files
authored
Remove VC Redistributable (#61)
IB-6406 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 3259110 commit af4390d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

bootstrapper.wxs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
<util:RegistrySearch Root="HKLM" Key="$(var.REGPath)" Value="IconsDesktop" Variable="IconsDesktop" Condition="IconsDesktopExists"/>
5454
<util:DirectorySearch Path="[InstallFolder]" Variable="Installed" Result="exists"/>
5555
<util:FileSearch Path="[ProgramFiles64Folder]\Open-EID\ID-Updater.exe" Variable="InstallX64" Result="exists" Condition="Installed"/>
56-
<util:ProductSearch Id="VCREDIST_140_x86" UpgradeCode="65E5BD06-6392-3027-8C26-853107D3CF1A" Result="version" Variable="VCREDIST_140_x86" />
57-
<util:ProductSearch Id="VCREDIST_140_x64" UpgradeCode="36F68A90-239C-34DF-B58C-64B30153CE35" Result="version" Variable="VCREDIST_140_x64" />
5856
<util:ProductSearch Id="Old311_Installed" UpgradeCode="58A1DBA8-81A2-4D58-980B-4A6174D5B66B" Result="version" Variable="Old311Installed" />
5957
<util:ProductSearch Id="QtConf_Installed" UpgradeCode="471cf7f5-b418-4463-9a55-e3895c8519e0" Result="version" Variable="QtConfInstalled" />
6058
<util:ProductSearch Id="Firefox_Installed" UpgradeCode="4e7f96ae-a8c9-45ae-bcf1-1fb64597df5b" Result="version" Variable="FirefoxInstalled" />
@@ -75,19 +73,6 @@
7573
<MsiProperty Name="TARGETDIR" Value="[InstallFolder]"/>
7674
</MsiPackage>
7775

78-
<ExePackage Id="vcredist_x86" Cache="no" PerMachine="yes" SourceFile="$(var.vcredist).x86.exe" Compressed="$(var.embed)" DownloadUrl="$(var.URL)"
79-
InstallCommand="/install /quiet /norestart" Permanent="yes" DetectCondition="(VCREDIST_140_x86 &gt;= v14.16.27033.0)">
80-
<ExitCode Value="3010" Behavior="forceReboot"/>
81-
<!-- Ignore "Newer version installed" error -->
82-
<ExitCode Value="1638" Behavior="success"/>
83-
</ExePackage>
84-
<ExePackage Id="vcredist_x64" Cache="no" PerMachine="yes" SourceFile="$(var.vcredist).x64.exe" Compressed="$(var.embed)" DownloadUrl="$(var.URL)" InstallCondition="VersionNT64"
85-
InstallCommand="/install /quiet /norestart" Permanent="yes" DetectCondition="(VCREDIST_140_x64 &gt;= v14.16.27033.0)">
86-
<ExitCode Value="3010" Behavior="forceReboot"/>
87-
<!-- Ignore "Newer version installed" error -->
88-
<ExitCode Value="1638" Behavior="success"/>
89-
</ExePackage>
90-
9176
<MsiPackage Id="Minidriver.X64" InstallCondition="VersionNT64 AND MinidriverInstall = 1" ForcePerMachine="yes"
9277
SourceFile="$(var.minidriver).x64.msi" DownloadUrl="$(var.URL)" Compressed="$(var.embed)">
9378
<MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]"/>

0 commit comments

Comments
 (0)