Skip to content

Commit 0d26eea

Browse files
authored
Switching installer platform from WiX to Advanced Installer; now creating 32-bit and 64-bit installers (#63)
* refactoring installer * initial Advanced Installer project * initial version of installer using Advanced Installer * updated versions to 3.2.0.0 * update installer for 3.2.0.0 inputs * resgistry updates for 3.2.0.0 * added signing with LBL certificate for installer * removed all installers from Visual Studio solution * added 32-bit installer project file * removing old WiX installer files
1 parent 2d07cb3 commit 0d26eea

38 files changed

Lines changed: 3191 additions & 988 deletions

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ Administrator_WIN-*/
2525
/Master/test/LongRun/AP/_5512yju.def
2626
/Master/test/models/SimpleExcelTest/test-ouputs.json
2727
/docs/source/_build/
28+
/Master/SinterInstaller/SinterInstaller-cache
29+
/Master/SinterInstaller/SinterInstaller-SetupFiles
30+
/Master/SinterInstaller/SinterInstaller.back(22.5).aip
31+
/Master/SinterInstaller/SinterInstaller - 32bit-cache
32+
/Master/SinterInstaller/SinterInstaller.back(22.5) (1).aip

LICENSE.rtf

Lines changed: 58 additions & 69 deletions
Large diffs are not rendered by default.

Master/AspenSinterGUI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("3.1.0.0")]
55-
[assembly: AssemblyFileVersion("3.1.0.0")]
54+
[assembly: AssemblyVersion("3.2.0.0")]
55+
[assembly: AssemblyFileVersion("3.2.0.0")]

Master/CSVConsoleSinter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.1.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]

Master/CSVFileRW/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.1.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]

Master/ConsoleSinter/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.1.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]

Master/DataGrid2DLibrary/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("3.1.0.0")]
55-
[assembly: AssemblyFileVersion("3.1.0.0")]
54+
[assembly: AssemblyVersion("3.2.0.0")]
55+
[assembly: AssemblyFileVersion("3.2.0.0")]

Master/DefaultBuilder/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.1.0.0")]
36-
[assembly: AssemblyFileVersion("3.1.0.0")]
35+
[assembly: AssemblyVersion("3.2.0.0")]
36+
[assembly: AssemblyFileVersion("3.2.0.0")]

Master/SimSinter.sln

Lines changed: 114 additions & 34 deletions
Large diffs are not rendered by default.

Master/SimSinterInstaller/Library.wxs

Lines changed: 0 additions & 738 deletions
This file was deleted.

0 commit comments

Comments
 (0)