瀏覽代碼

PRS-8.24b

frankvandenbos 9 月之前
父節點
當前提交
6d1e796265
共有 4 個文件被更改,包括 15 次插入15 次删除
  1. 4 4
      prs.desktop/prsdesktop.iss
  2. 4 4
      prs.licensing/PRSLicensing.iss
  3. 4 4
      prs.server/PRSServer.iss
  4. 3 3
      prs.server/install.bat

+ 4 - 4
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.24a"
+#define MyAppVersion "8.24b"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"
@@ -28,15 +28,15 @@ AppSupportURL={#MyAppURL}
 AppUpdatesURL={#MyAppURL}
 DefaultDirName={userpf}\{#MyAppName}
 DisableProgramGroupPage=yes
-OutputDir=C:\Development\prs\prs.server\bin\Debug\net8.0-windows\update
-SourceDir=C:\Development\prs\prs.server\..\prs.desktop\
+OutputDir=C:\development\prs\prs.server\bin\Debug\net8.0-windows\update
+SourceDir=C:\development\prs\prs.server\..\prs.desktop\
 OutputBaseFilename=PRSDesktopSetup
 Compression=lzma
 SolidCompression=yes
 UsePreviousAppDir=no
 PrivilegesRequired=lowest
 UsePreviousPrivileges=no
-ArchitecturesInstallIn64BitMode=x64
+ArchitecturesInstallIn64BitMode=x64compatible
 
 
 [InstallDelete]

+ 4 - 4
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.24a"
+#define MyAppVersion "8.24b"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSLicensing.exe"
@@ -27,14 +27,14 @@ AppSupportURL={#MyAppURL}
 AppUpdatesURL={#MyAppURL}
 DefaultDirName={pf}\{#MyAppName}
 DisableProgramGroupPage=yes
-OutputDir=C:\Development\prs\prs.server\bin\Debug\net8.0-windows\update
-SourceDir=C:\Development\prs\prs.server\..\prs.licensing\
+OutputDir=C:\development\prs\prs.server\bin\Debug\net8.0-windows\update
+SourceDir=C:\development\prs\prs.server\..\prs.licensing\
 OutputBaseFilename=PRSLicensingSetup
 Compression=lzma
 SolidCompression=yes
 SetupLogging=yes
 CloseApplications=force
-ArchitecturesInstallIn64BitMode=x64
+ArchitecturesInstallIn64BitMode=x64compatible
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"

+ 4 - 4
prs.server/PRSServer.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Server"
-#define MyAppVersion "8.24a"
+#define MyAppVersion "8.24b"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"
@@ -27,14 +27,14 @@ AppSupportURL={#MyAppURL}
 AppUpdatesURL={#MyAppURL}
 DefaultDirName={pf}\{#MyAppName}
 DisableProgramGroupPage=yes
-OutputDir=C:\Development\prs\prs.server\
-SourceDir=C:\Development\prs\prs.server\
+OutputDir=C:\development\prs\prs.server\
+SourceDir=C:\development\prs\prs.server\
 OutputBaseFilename=PRSServerSetup
 Compression=lzma
 SolidCompression=yes
 SetupLogging=yes
 CloseApplications=force
-ArchitecturesInstallIn64BitMode=x64
+ArchitecturesInstallIn64BitMode=x64compatible
 
 [Languages]
 Name: "english"; MessagesFile: "compiler:Default.isl"

+ 3 - 3
prs.server/install.bat

@@ -25,19 +25,19 @@ echo Compiling Desktop Installer...
 powershell -Command "(gc ../prs.desktop/prsdesktop.iss) -replace '#define MyAppVersion ""[^\""]*""', '#define MyAppVersion """%version_number%"""' | Out-File -encoding ASCII ../prs.desktop/prsdesktop.iss"
 powershell -Command "(gc ../prs.desktop/prsdesktop.iss) -replace 'OutputDir=[^\""]*', 'OutputDir=%~dp0bin\Debug\net8.0-windows\update' | Out-File -encoding ASCII ../prs.desktop/prsdesktop.iss"
 powershell -Command "(gc ../prs.desktop/prsdesktop.iss) -replace 'SourceDir=[^\""]*', 'SourceDir=%~dp0..\prs.desktop\' | Out-File -encoding ASCII ../prs.desktop/prsdesktop.iss"
-"C:\Program Files (x86)\Inno Setup 6\iscc.exe" /Q /O"bin\Debug\net8.0-windows\update" ../prs.desktop/prsdesktop.iss 
+"C:\Program Files (x86)\Inno Setup 6\iscc.exe" /Qp /O"bin\Debug\net8.0-windows\update" ../prs.desktop/prsdesktop.iss 
 
 echo Compiling Server Installer...
 powershell -Command "(gc PRSServer.iss) -replace '#define MyAppVersion ""[^\""]*""', '#define MyAppVersion """%version_number%"""' | Out-File -encoding ASCII PRSServer.iss"
 powershell -Command "(gc PRSServer.iss) -replace 'OutputDir=[^\""]*', 'OutputDir=%~dp0' | Out-File -encoding ASCII PRSServer.iss"
 powershell -Command "(gc PRSServer.iss) -replace 'SourceDir=[^\""]*', 'SourceDir=%~dp0' | Out-File -encoding ASCII PRSServer.iss"
-"C:\Program Files (x86)\Inno Setup 6\iscc.exe" /Q /O"." /F"PRSSetup" PRSServer.iss
+"C:\Program Files (x86)\Inno Setup 6\iscc.exe" /Qp /O"." /F"PRSSetup" PRSServer.iss
 
 echo Compiling License Installer...
 powershell -Command "(gc ../prs.licensing/prslicensing.iss) -replace '#define MyAppVersion ""[^\""]*""', '#define MyAppVersion """%version_number%"""' | Out-File -encoding ASCII ../prs.licensing/prslicensing.iss"
 powershell -Command "(gc ../prs.licensing/prslicensing.iss) -replace 'OutputDir=[^\""]*', 'OutputDir=%~dp0bin\Debug\net8.0-windows\update' | Out-File -encoding ASCII ../prs.licensing/prslicensing.iss"
 powershell -Command "(gc ../prs.licensing/prslicensing.iss) -replace 'SourceDir=[^\""]*', 'SourceDir=%~dp0..\prs.licensing\' | Out-File -encoding ASCII ../prs.licensing/prslicensing.iss"
-"C:\Program Files (x86)\Inno Setup 6\iscc.exe" /Q /O"." /F"PRSLicensing" ../prs.licensing/prslicensing.iss 
+"C:\Program Files (x86)\Inno Setup 6\iscc.exe" /Qp /O"." /F"PRSLicensing" ../prs.licensing/prslicensing.iss 
 
 echo.
 echo All Done! PRS v%version_number% Installer can be found at %~dp0PRSSetup.exe