mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-16 14:41:03 +00:00
Update setup.iss
This commit is contained in:
parent
f133bbe04a
commit
d8cce2af02
12
setup.iss
12
setup.iss
|
@ -1,16 +1,16 @@
|
||||||
; @created_on 2020-06-26
|
; @created_on 2020-06-26
|
||||||
; @updated_on 2020-08-09
|
; @updated_on 2020-11-04
|
||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
AppName=NextVPN
|
AppName=WelsonJS
|
||||||
AppVersion=0.1.3
|
AppVersion=0.1.3
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
DefaultDirName={pf}\NextVPN
|
DefaultDirName={pf}\WelsonJS
|
||||||
DefaultGroupName=NextVPN
|
DefaultGroupName=WelsonJS
|
||||||
UninstallDisplayIcon={app}\UnInst.exe
|
UninstallDisplayIcon={app}\UnInst.exe
|
||||||
Compression=lzma2
|
Compression=lzma2
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
OutputDir=packages\installer
|
OutputDir=bin\installer
|
||||||
PrivilegesRequired=admin
|
PrivilegesRequired=admin
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ Name: "{group}\Uninstall {cm:AppName}"; Filename: "{uninstallexe}"; AfterInstall
|
||||||
Filename: {app}\start.bat;
|
Filename: {app}\start.bat;
|
||||||
|
|
||||||
[CustomMessages]
|
[CustomMessages]
|
||||||
AppName=NextVPN
|
AppName=WelsonJS
|
||||||
|
|
||||||
[Code]
|
[Code]
|
||||||
procedure SetElevationBit(Filename: string);
|
procedure SetElevationBit(Filename: string);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user