Skip to content

Commit 2ffc012

Browse files
committed
Updated publish config
1 parent 51fac36 commit 2ffc012

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

VB/ServerActions.vbproj

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
<DefineConstants>VSTO40</DefineConstants>
3131
<StartupObject>
3232
</StartupObject>
33-
<IsWebBootstrapper>False</IsWebBootstrapper>
33+
<IsWebBootstrapper>True</IsWebBootstrapper>
3434
<BootstrapperEnabled>true</BootstrapperEnabled>
3535
<PublishUrl>publish\</PublishUrl>
36-
<InstallUrl />
36+
<InstallUrl>https://raw.githubusercontent.com/aduguid/ServerActions/master/VB/publish/</InstallUrl>
3737
<TargetCulture>en</TargetCulture>
38-
<ApplicationVersion>1.0.0.0</ApplicationVersion>
39-
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
38+
<ApplicationVersion>2.0.0.0</ApplicationVersion>
39+
<AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
4040
<UpdateEnabled>true</UpdateEnabled>
41-
<UpdateInterval>7</UpdateInterval>
41+
<UpdateInterval>0</UpdateInterval>
4242
<UpdateIntervalUnits>days</UpdateIntervalUnits>
4343
<ProductName>Excel Addin Server Actions</ProductName>
4444
<PublisherName>Anthony Duguid</PublisherName>
45-
<SupportUrl />
45+
<SupportUrl>https://github.com/aduguid/ServerActions/blob/master/README.md</SupportUrl>
4646
<FriendlyName>Excel Addin Server Actions</FriendlyName>
47-
<OfficeApplicationDescription />
47+
<OfficeApplicationDescription>This is an Excel VSTO Add-In written in Microsoft Visual Studio Community 2017 .NET. It allows the user to use an Excel table to ping a list of servers and create a file for Microsoft Remote Desktop Manager.</OfficeApplicationDescription>
4848
<LoadBehavior>3</LoadBehavior>
4949
</PropertyGroup>
5050
<ItemGroup>
@@ -63,11 +63,6 @@
6363
<ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName>
6464
<Install>true</Install>
6565
</BootstrapperPackage>
66-
<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
67-
<Visible>False</Visible>
68-
<ProductName>Windows Installer 4.5</ProductName>
69-
<Install>true</Install>
70-
</BootstrapperPackage>
7166
</ItemGroup>
7267
<PropertyGroup>
7368
<!--

VB/ServerActions.vbproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PublishUrlHistory>publish\</PublishUrlHistory>
5-
<InstallUrlHistory />
5+
<InstallUrlHistory>https://raw.githubusercontent.com/aduguid/ServerActions/master/VB/publish/|https://raw.githubusercontent.com/aduguid/ScriptHelp/master/CS/publish/</InstallUrlHistory>
66
<SupportUrlHistory />
77
</PropertyGroup>
88
</Project>

0 commit comments

Comments
 (0)