We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5456b commit 8351a1bCopy full SHA for 8351a1b
1 file changed
bootstrapper.wxs
@@ -87,13 +87,7 @@
87
SourceFile="$(var.qdigidoc4)" Compressed="yes">
88
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
89
<MsiProperty Name="DESKTOP_SHORTCUT" Value="[IconsDesktop]" />
90
- </MsiPackage>
91
-
92
- <MsiPackage Id="shellext" InstallCondition="Qdigidoc4Install = 1" ForcePerMachine="yes"
93
- SourceFile="$(var.shellext)" Compressed="yes">
94
- <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
95
- <MsiProperty Name="MSIRMSHUTDOWN" Value="2" />
96
- <Provides Key="{EA515788-340A-428E-8DE6-F79C84CBBFCA}"/>
+ <MsiProperty Name="SHELL_EXTENSION" Value="1" />
97
</MsiPackage>
98
99
<MsiPackage Id="MetaInfo" ForcePerMachine="yes" SourceFile="metainfo.msi" Compressed="yes">
0 commit comments