Skip to content

Commit 4667129

Browse files
committed
Added windows installer
1 parent b385405 commit 4667129

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

DLProgram/DLProgram/DLProgram.csproj

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@
1212
<FileAlignment>512</FileAlignment>
1313
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1414
<Deterministic>true</Deterministic>
15+
<PublishUrl>publish\</PublishUrl>
16+
<Install>true</Install>
17+
<InstallFrom>Disk</InstallFrom>
18+
<UpdateEnabled>false</UpdateEnabled>
19+
<UpdateMode>Foreground</UpdateMode>
20+
<UpdateInterval>7</UpdateInterval>
21+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22+
<UpdatePeriodically>false</UpdatePeriodically>
23+
<UpdateRequired>false</UpdateRequired>
24+
<MapFileExtensions>true</MapFileExtensions>
25+
<ApplicationRevision>0</ApplicationRevision>
26+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27+
<IsWebBootstrapper>false</IsWebBootstrapper>
28+
<UseApplicationTrust>false</UseApplicationTrust>
29+
<PublishWizardCompleted>true</PublishWizardCompleted>
30+
<BootstrapperEnabled>true</BootstrapperEnabled>
1531
</PropertyGroup>
1632
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1733
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -32,6 +48,18 @@
3248
<ErrorReport>prompt</ErrorReport>
3349
<WarningLevel>4</WarningLevel>
3450
</PropertyGroup>
51+
<PropertyGroup>
52+
<ManifestCertificateThumbprint>EB7C46B3D0C973BB547807F0FF93C05B48ADF614</ManifestCertificateThumbprint>
53+
</PropertyGroup>
54+
<PropertyGroup>
55+
<ManifestKeyFile>DLProgram_TemporaryKey.pfx</ManifestKeyFile>
56+
</PropertyGroup>
57+
<PropertyGroup>
58+
<GenerateManifests>true</GenerateManifests>
59+
</PropertyGroup>
60+
<PropertyGroup>
61+
<SignManifests>true</SignManifests>
62+
</PropertyGroup>
3563
<ItemGroup>
3664
<Reference Include="System" />
3765
<Reference Include="System.Core" />
@@ -66,6 +94,7 @@
6694
<AutoGen>True</AutoGen>
6795
<DependentUpon>Resources.resx</DependentUpon>
6896
</Compile>
97+
<None Include="DLProgram_TemporaryKey.pfx" />
6998
<None Include="Properties\Settings.settings">
7099
<Generator>SettingsSingleFileGenerator</Generator>
71100
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -79,5 +108,17 @@
79108
<ItemGroup>
80109
<None Include="App.config" />
81110
</ItemGroup>
111+
<ItemGroup>
112+
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
113+
<Visible>False</Visible>
114+
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
115+
<Install>true</Install>
116+
</BootstrapperPackage>
117+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
118+
<Visible>False</Visible>
119+
<ProductName>.NET Framework 3.5 SP1</ProductName>
120+
<Install>false</Install>
121+
</BootstrapperPackage>
122+
</ItemGroup>
82123
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83124
</Project>

InstaladorV1.rar

234 KB
Binary file not shown.

0 commit comments

Comments
 (0)