|
30 | 30 | <DefineConstants>VSTO40</DefineConstants> |
31 | 31 | <StartupObject> |
32 | 32 | </StartupObject> |
33 | | - <IsWebBootstrapper>False</IsWebBootstrapper> |
| 33 | + <IsWebBootstrapper>True</IsWebBootstrapper> |
34 | 34 | <BootstrapperEnabled>true</BootstrapperEnabled> |
35 | 35 | <PublishUrl>publish\</PublishUrl> |
36 | | - <InstallUrl /> |
| 36 | + <InstallUrl>https://raw.githubusercontent.com/aduguid/ServerActions/master/VB/publish/</InstallUrl> |
37 | 37 | <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> |
40 | 40 | <UpdateEnabled>true</UpdateEnabled> |
41 | | - <UpdateInterval>7</UpdateInterval> |
| 41 | + <UpdateInterval>0</UpdateInterval> |
42 | 42 | <UpdateIntervalUnits>days</UpdateIntervalUnits> |
43 | 43 | <ProductName>Excel Addin Server Actions</ProductName> |
44 | 44 | <PublisherName>Anthony Duguid</PublisherName> |
45 | | - <SupportUrl /> |
| 45 | + <SupportUrl>https://github.com/aduguid/ServerActions/blob/master/README.md</SupportUrl> |
46 | 46 | <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> |
48 | 48 | <LoadBehavior>3</LoadBehavior> |
49 | 49 | </PropertyGroup> |
50 | 50 | <ItemGroup> |
|
63 | 63 | <ProductName>Microsoft Visual Studio 2010 Tools for Office Runtime %28x86 and x64%29</ProductName> |
64 | 64 | <Install>true</Install> |
65 | 65 | </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> |
71 | 66 | </ItemGroup> |
72 | 67 | <PropertyGroup> |
73 | 68 | <!-- |
|
0 commit comments