Skip to content

Commit

Permalink
Fixed background image problem
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Sep 23, 2024
1 parent 8858fad commit aac6129
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions SDK/Nefarius.DsHidMini.IPC/Nefarius.DsHidMini.IPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions setup/DsHidMini.Installer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<RootNamespace>Nefarius.DsHidMini.Setup</RootNamespace>
<LangVersion>latest</LangVersion>
<Configurations>Debug;Release</Configurations>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down
Binary file modified setup/DsHidMini.dialog_background.bmp
Binary file not shown.
6 changes: 3 additions & 3 deletions setup/InstallScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ private static void Main()
{
Id = "BthPS3Feature",
Description = "When selected, downloads the latest version of the " +
"Nefarius BthPS3 Bluetooth Drivers for wireless connectivity."
"Nefarius BthPS3 Bluetooth Drivers for wireless connectivity. " +
"You need to go through the BthPS3 installation AFTER this installation has finished."
};

Feature donationFeature = new("Make a donation", true, true)
Expand Down Expand Up @@ -145,8 +146,7 @@ private static void Main()
WildCardDedup = Project.UniqueFileNameDedup,
MajorUpgradeStrategy = MajorUpgradeStrategy.Default,
BannerImage = "DsHidMini.dialog_banner.bmp",
ValidateBackgroundImage = false,
//BackgroundImage = "DsHidMini.dialog_background.bmp",
BackgroundImage = "DsHidMini.dialog_background.bmp",
CAConfigFile = "CustomActions.config"
};

Expand Down

0 comments on commit aac6129

Please sign in to comment.