Skip to content

Commit 355600c

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

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
@@ -85,12 +85,7 @@
8585
SourceFile="$(var.qdigidoc4)" Compressed="yes">
8686
<MsiProperty Name="INSTALLFOLDER" Value="[InstallFolder]" />
8787
<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" />
88+
<MsiProperty Name="SHELL_EXTENSION" Value="1" />
9489
</MsiPackage>
9590

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

0 commit comments

Comments
 (0)