@@ -19,7 +19,7 @@ AppPublisher={#MyAppPublisher}
1919AppPublisherURL = {#MyAppURL}
2020AppSupportURL = {#MyAppURL}
2121AppUpdatesURL = {#MyAppURL}
22- DefaultDirName = {autopf} \{#MyAppName }
22+ DefaultDirName = D: \{#MyAppName }
2323UninstallDisplayIcon = {app} \{#MyAppExeName}
2424; "ArchitecturesAllowed=x64compatible" 指定
2525; 安装程序只能在 x64 和 Windows 11 on Arm 上运行。
@@ -41,15 +41,15 @@ SolidCompression=yes
4141WizardStyle = modern dynamic windows11
4242
4343[Languages]
44- Name : " chinesesimp" ; MessagesFile : " compiler:Default .isl"
44+ Name : " chinesesimp" ; MessagesFile : " compiler:Languages\ChineseSimplified .isl"
4545
4646[Tasks]
4747Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
4848
4949[Files]
5050Source : " dist\SecRandom\SecRandom.exe" ; DestDir : " {app} " ; Flags : ignoreversion
5151Source : " dist\SecRandom\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
52- ; 注意:不要在任何共享系统文件上使用 "Flags: ignoreversion"
52+ ; 注意:不要在任何共享系统文件上使用 "Flags: ignoreversion"
5353
5454[Icons]
5555Name : " {group} \{#MyAppName}" ; Filename : " {app} \{#MyAppExeName}"
@@ -59,4 +59,3 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
5959
6060[Run]
6161Filename : " {app} \{#MyAppExeName}" ; Description : " {cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}" ; Flags : nowait postinstall skipifsilent
62-
0 commit comments