Skip to content

Commit 8351a1b

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

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

bootstrapper.wxs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@
8787
SourceFile="$(var.qdigidoc4)" Compressed="yes">
8888
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
8989
<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}"/>
90+
<MsiProperty Name="SHELL_EXTENSION" Value="1" />
9791
</MsiPackage>
9892

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

0 commit comments

Comments
 (0)