-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Assoretd Nsis improvements Currency of Tigran (@geghamyan) * Impemented/addressed SonarQube suggested changes to the Manaded UI dialogs. Currency of @neal83 and Gilles (@GilesBathgate) * Issue #838: Small suggestion: Show UACWarning only after some delay
- Loading branch information
1 parent
29d5380
commit 07cc66d
Showing
26 changed files
with
260 additions
and
120 deletions.
There are no files selected for viewing
Binary file modified
BIN
+136 Bytes
(100%)
Source/Templates/ProjectTemplates/WixSharp Managed Setup - Cusom UI.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...s/ProjectTemplates/WixSharp Managed Setup - Cusom UI/Dialogs/InstallDirDialog.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
Source/Templates/ProjectTemplates/WixSharp Managed Setup - Cusom UI/Dialogs/WelcomeDialog.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
using System; | ||
using System.Diagnostics; | ||
using System.Windows.Forms; | ||
|
||
using WixSharp; | ||
using WixSharp.UI.Forms; | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
Source/Templates/ProjectTemplates/WixSharp Managed Setup - Custom Dialog.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Source/Templates/ProjectTemplates/WixSharp Managed Setup.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Source/Templates/ProjectTemplates/WixSharp Setup - Bootstrapper.zip
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Source/Templates/ProjectTemplates/WixSharp Setup - Custom CLR Dialog.zip
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 26 additions & 26 deletions
52
Source/Templates/WixSharpVSIX/WixSharpVSIX/source.extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Id="WixSharp Visual Studio project templetes" Version="1.9.2" Language="en-US" Publisher="Oleg Shilo" /> | ||
<DisplayName>WixSharp Project Templates</DisplayName> | ||
<Description xml:space="preserve">A WixSharp project templates for WiX/MSI setup (C#). | ||
<Metadata> | ||
<Identity Id="WixSharp Visual Studio project templetes" Version="1.14.4" Language="en-US" Publisher="Oleg Shilo" /> | ||
<DisplayName>WixSharp Project Templates</DisplayName> | ||
<Description xml:space="preserve">A WixSharp project templates for WiX/MSI setup (C#). | ||
Compatibility: Wix# v1.6.4.0 and higher</Description> | ||
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> | ||
<Icon>wixsharp.ico</Icon> | ||
<PreviewImage>wixsharp_logo.png</PreviewImage> | ||
<Tags>WixSharp Wix# WiX MSI C# setup</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,)" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
</Dependencies> | ||
<ReleaseNotes>ReleaseNotes.txt</ReleaseNotes> | ||
<Icon>wixsharp.ico</Icon> | ||
<PreviewImage>wixsharp_logo.png</PreviewImage> | ||
<Tags>WixSharp Wix# WiX MSI C# setup</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0,)" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" /> | ||
</Dependencies> | ||
|
||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="File" Path="ItemTemplates" d:TargetPath="ItemTemplates\WixSharp UI Dialog.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Managed Setup.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Managed Setup - Custom Dialog.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Managed Setup - Cusom UI.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Setup.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Setup - Bootstrapper.zip" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.Net.Component.4.6.TargetingPack" Version="[15.0,)" DisplayName=".NET Framework 4.6 targeting pack" /> | ||
</Prerequisites> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="File" Path="ItemTemplates" d:TargetPath="ItemTemplates\WixSharp UI Dialog.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Managed Setup.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Managed Setup - Custom Dialog.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Managed Setup - Cusom UI.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Setup.zip" /> | ||
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\WixSharp\WixSharp Setup - Bootstrapper.zip" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.Net.Component.4.6.TargetingPack" Version="[15.0,)" DisplayName=".NET Framework 4.6 targeting pack" /> | ||
</Prerequisites> | ||
</PackageManifest> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.