Skip to content

Commit

Permalink
moving from install.cmd to proper installer using Inno Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkirie committed Nov 29, 2021
1 parent 6838c4b commit 370b65c
Show file tree
Hide file tree
Showing 10 changed files with 802 additions and 104 deletions.
802 changes: 802 additions & 0 deletions ControllerService.iss

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions ControllerService/ControllerService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="install.cmd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="6.0.0" />
Expand Down Expand Up @@ -85,17 +80,5 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Update="Resources\dxwebsetup.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\HidHideMSI.msi">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\ViGEmBusSetup_x64.msi">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\windowsdesktop-runtime-5.0.12-win-x64.exe">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
40 changes: 0 additions & 40 deletions ControllerService/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions ControllerService/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="dxwebsetup" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\dxwebsetup.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="HidHideMSI" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\HidHideMSI.msi;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="ViGEmBusSetup_x64" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\ViGEmBusSetup_x64.msi;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="windowsdesktop_runtime_5_0_12_win_x64" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\windowsdesktop-runtime-5.0.12-win-x64.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>
34 changes: 0 additions & 34 deletions ControllerService/install.cmd

This file was deleted.

Binary file removed Dependencies/HidHideMSI.msi
Binary file not shown.
Binary file removed Dependencies/ViGEmBusSetup_x64.msi
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 370b65c

Please sign in to comment.