소스 검색

PRS 8.45b

frogsoftware 1 개월 전
부모
커밋
a5c093e2bb
3개의 변경된 파일17개의 추가작업 그리고 14개의 파일을 삭제
  1. 7 6
      prs.desktop/prsdesktop.iss
  2. 5 4
      prs.licensing/PRSLicensing.iss
  3. 5 4
      prs.server/PRSServer.iss

+ 7 - 6
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.45"
+#define MyAppVersion "8.45b"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"
@@ -28,10 +28,11 @@ 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
+Compression=lzma2
+LZMANumBlockThreads=8
 SolidCompression=yes
 UsePreviousAppDir=no
 PrivilegesRequired=lowest
@@ -52,8 +53,8 @@ Source: "{#Dependency_Path_NetCoreCheck}netcorecheck.exe"; Flags: dontcopy noenc
 Source: "{#Dependency_Path_NetCoreCheck}netcorecheck_x64.exe"; Flags: dontcopy noencryption
 Source: "bin\Debug\net8.0-windows\*"; DestDir: "{app}"; Excludes: "version.txt"; Flags: ignoreversion recursesubdirs createallsubdirs; AfterInstall: UpdateVersionNumber
 Source: "..\prs.logikal\bin\Debug\*"; DestDir: "{app}\PRSLogikal"; Flags: ignoreversion recursesubdirs createallsubdirs;
-Source: "..\PRS.Avalonia\PRS.Avalonia.Desktop\bin\x64\Debug\net8.0-windows10.0.19041.0\*"; DestDir: "{app}\PRSAvalonia"; Flags: ignoreversion recursesubdirs createallsubdirs;
-Source: "..\PRS.DigitalKey\Prs.DigitalKey.Desktop\bin\x64\Debug\net8.0-windows10.0.19041.0\*"; DestDir: "{app}\PRSDigitalKey"; Flags: ignoreversion recursesubdirs createallsubdirs;
+Source: "..\PRS.Avalonia\PRS.Avalonia.Desktop\bin\x64\Debug\net9.0-windows10.0.26100.0\*"; DestDir: "{app}\PRSAvalonia"; Flags: ignoreversion recursesubdirs createallsubdirs;
+Source: "..\PRS.DigitalKey\Prs.DigitalKey.Desktop\bin\x64\Debug\net9.0-windows10.0.26100.0\*"; DestDir: "{app}\PRSDigitalKey"; Flags: ignoreversion recursesubdirs createallsubdirs;
 
 [Dirs]
 Name: "{userappdata}\PRSDesktop"; Flags: 

+ 5 - 4
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.45"
+#define MyAppVersion "8.45b"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSLicensing.exe"
@@ -27,10 +27,11 @@ 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
+Compression=lzma2
+LZMANumBlockThreads=8
 SolidCompression=yes
 SetupLogging=yes
 CloseApplications=force

+ 5 - 4
prs.server/PRSServer.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Server"
-#define MyAppVersion "8.45"
+#define MyAppVersion "8.45b"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"
@@ -27,10 +27,11 @@ 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
+Compression=lzma2
+LZMANumBlockThreads=8
 SolidCompression=yes
 SetupLogging=yes
 CloseApplications=force