Skip to content

Commit 6a34840

Browse files
Remove missing System DLL dependencies from installer
1 parent 4ab6dd7 commit 6a34840

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

ScriptProSetup/Product.wxs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
<File Id="file_Modern_Help_html" Source="$(var.SolutionDir)\Binaries\x64\$(var.Configuration)\net8.0-windows\Modern.Help.html" KeyPath="yes" />
4040
<File Id="file_README_md" Source="$(var.SolutionDir)\README.md" />
4141
</Component>
42-
43-
<!-- Runtime Dependencies -->
44-
<Component Id="RuntimeDependencies" Guid="D1234567-89AB-CDEF-0123-456789ABCDEF" Bitness="always64">
45-
<File Id="file_System_CodeDom_dll" Source="$(var.SolutionDir)\Binaries\x64\$(var.Configuration)\net8.0-windows\System.CodeDom.dll" KeyPath="yes" />
46-
<File Id="file_System_Management_dll" Source="$(var.SolutionDir)\Binaries\x64\$(var.Configuration)\net8.0-windows\System.Management.dll" />
47-
</Component>
4842
</DirectoryRef>
4943

5044
<!-- Images Directory -->
@@ -122,7 +116,7 @@
122116
<ComponentRef Id="DrawingListUC.dll" />
123117
<ComponentRef Id="ConfigFiles" />
124118
<ComponentRef Id="HelpFiles" />
125-
<ComponentRef Id="RuntimeDependencies" />
119+
126120
<!-- Images folder components will be auto-included via ComponentGroup from Heat -->
127121
<ComponentGroupRef Id="ImagesComponentGroup" />
128122
<!-- Step 3: Tell WiX to install the shortcut -->

0 commit comments

Comments
 (0)