Skip to content

Commit 8bd72d1

Browse files
committed
Version 1.0.3
1 parent 17f41fc commit 8bd72d1

File tree

8 files changed

+86
-54
lines changed

8 files changed

+86
-54
lines changed
Binary file not shown.

GraalVM_InstallerForWindows/GraalVM_InstallerForWindows.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<Deterministic>true</Deterministic>
14+
<IsWebBootstrapper>false</IsWebBootstrapper>
1415
<PublishUrl>publish\</PublishUrl>
1516
<Install>true</Install>
1617
<InstallFrom>Disk</InstallFrom>
@@ -23,7 +24,6 @@
2324
<MapFileExtensions>true</MapFileExtensions>
2425
<ApplicationRevision>0</ApplicationRevision>
2526
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
26-
<IsWebBootstrapper>false</IsWebBootstrapper>
2727
<UseApplicationTrust>false</UseApplicationTrust>
2828
<BootstrapperEnabled>true</BootstrapperEnabled>
2929
</PropertyGroup>
@@ -52,15 +52,21 @@
5252
<PropertyGroup>
5353
<ApplicationManifest>app.manifest</ApplicationManifest>
5454
</PropertyGroup>
55+
<PropertyGroup>
56+
<StartupObject>GraalVM_InstallerForWindows.Program</StartupObject>
57+
</PropertyGroup>
5558
<ItemGroup>
5659
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.1.9, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
5760
<HintPath>packages\SharpZipLib.1.3.1\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
61+
<Private>True</Private>
5862
</Reference>
5963
<Reference Include="System" />
6064
<Reference Include="System.Core" />
6165
<Reference Include="System.Xml.Linq" />
6266
<Reference Include="System.Data.DataSetExtensions" />
63-
<Reference Include="Microsoft.CSharp" />
67+
<Reference Include="Microsoft.CSharp">
68+
<Private>True</Private>
69+
</Reference>
6470
<Reference Include="System.Data" />
6571
<Reference Include="System.Deployment" />
6672
<Reference Include="System.Drawing" />

GraalVM_InstallerForWindows/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("GraalVM_InstallerForWindows")]
8+
[assembly: AssemblyTitle("GraalVM Installer For Windows")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("GraalVM_InstallerForWindows")]
12+
[assembly: AssemblyProduct("GraalVM Installer For Windows")]
1313
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]

GraalVM_InstallerForWindows/frmMain.Designer.cs

Lines changed: 75 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GraalVM_InstallerForWindows/frmMain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ private void buttonInstall_Click(object sender, EventArgs e)
7878
}
7979
}
8080

81+
progressBarDownload.Visible = true;
8182
comboBoxVersions.Enabled = false;
8283
textBoxInstallationPath.Enabled = false;
8384
buttonBrowse.Enabled = false;

Images/Screenshot1.3.png

28.5 KB
Loading

0 commit comments

Comments
 (0)