We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cba739 commit 355600cCopy full SHA for 355600c
1 file changed
bootstrapper.wxs
@@ -85,12 +85,7 @@
85
SourceFile="$(var.qdigidoc4)" Compressed="yes">
86
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
87
<MsiProperty Name="DESKTOP_SHORTCUT" Value="[IconsDesktop]" />
88
- </MsiPackage>
89
-
90
- <MsiPackage Id="shellext" InstallCondition="Qdigidoc4Install = 1" ForcePerMachine="yes"
91
- SourceFile="$(var.shellext)" Compressed="yes">
92
- <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
93
- <MsiProperty Name="MSIRMSHUTDOWN" Value="2" />
+ <MsiProperty Name="SHELL_EXTENSION" Value="1" />
94
</MsiPackage>
95
96
<MsiPackage Id="MetaInfo" ForcePerMachine="yes" SourceFile="metainfo.msi" Compressed="yes">
0 commit comments