Skip to content

Commit 5bfbfde

Browse files
committed
Updated install config
1 parent 7e0df3d commit 5bfbfde

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,5 @@ ModelManifest.xml
193193
/.vs
194194
/publish/Application Files/ScriptHelp_3_0_0_2/ApiHelp.shfbproj.deploy
195195
/CS/.vs/ScriptHelp/v15/Server/sqlite3
196+
/CS/packages/log4net.2.0.8
197+
/CS/packages/log4net.2.0.8

CS/ScriptHelp.csproj

+1-11
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,13 @@
7171
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
7272
<Visible>False</Visible>
7373
<ProductName>.NET Framework 3.5 SP1</ProductName>
74-
<Install>true</Install>
75-
</BootstrapperPackage>
76-
<BootstrapperPackage Include="Microsoft.Office.PIARedist.2007">
77-
<Visible>False</Visible>
78-
<ProductName>Microsoft Office 2007 Primary Interop Assemblies</ProductName>
79-
<Install>true</Install>
74+
<Install>false</Install>
8075
</BootstrapperPackage>
8176
<BootstrapperPackage Include="Microsoft.VSTORuntime.4.0">
8277
<Visible>False</Visible>
8378
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
8479
<Install>true</Install>
8580
</BootstrapperPackage>
86-
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
87-
<Visible>False</Visible>
88-
<ProductName>Windows Installer 3.1</ProductName>
89-
<Install>true</Install>
90-
</BootstrapperPackage>
9181
</ItemGroup>
9282
<PropertyGroup>
9383
<!--

0 commit comments

Comments
 (0)