Skip to content

Commit e3ff8ac

Browse files
committed
Merge shell extension installer to main installer
IB-7980 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent 0747e78 commit e3ff8ac

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

bootstrapper.wxs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,7 @@
103103
SourceFile="$(var.qdigidoc4)" Compressed="yes">
104104
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
105105
<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" />
106+
<MsiProperty Name="SHELL_EXTENSION" Value="1" />
112107
</MsiPackage>
113108

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

0 commit comments

Comments
 (0)