We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0747e78 commit e3ff8acCopy full SHA for e3ff8ac
1 file changed
bootstrapper.wxs
@@ -103,12 +103,7 @@
103
SourceFile="$(var.qdigidoc4)" Compressed="yes">
104
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
105
<MsiProperty Name="DESKTOP_SHORTCUT" Value="[IconsDesktop]" />
106
- </MsiPackage>
107
-
108
- <MsiPackage Id="shellext" InstallCondition="Qdigidoc4Install = 1" ForcePerMachine="yes"
109
- SourceFile="$(var.shellext)" Compressed="yes">
110
- <MsiProperty Name="APPLICATIONFOLDER" Value="[InstallFolder]" />
111
- <MsiProperty Name="MSIRMSHUTDOWN" Value="2" />
+ <MsiProperty Name="SHELL_EXTENSION" Value="1" />
112
</MsiPackage>
113
114
<MsiPackage Id="MetaInfo" ForcePerMachine="yes" SourceFile="metainfo.msi" Compressed="yes">
0 commit comments