installer update
This commit is contained in:
parent
9ba49f3dc8
commit
f36b90a1b2
|
@ -40,6 +40,11 @@ Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
|
|||
|
||||
; English
|
||||
english.AddSandboxedMenu=Add "Run Sandboxed" to context menu
|
||||
english.AddSandboxedBrowser=Add Sandboxed web browser to desktop
|
||||
english.SandboxieStartMenu1=Run any program sandboxed
|
||||
english.SandboxieStartMenu2=Run Web browser sandboxed
|
||||
english.SandboxieStartMenu3=Sandboxie Start Menu
|
||||
english.SandboxedBrowser=Sandboxed Web Browser
|
||||
english.CustomPageLabel1=Select Installation Type
|
||||
english.CustomPageLabel2=How should be installed
|
||||
english.CustomPageLabel3=Choose the installation mode
|
||||
|
|
|
@ -42,13 +42,16 @@ PrivilegesRequiredOverridesAllowed=commandline
|
|||
|
||||
[Tasks]
|
||||
Name: "DesktopIcon"; Description: "{cm:CreateDesktopIcon}"; MinVersion: 0.0,5.0; Check: not IsPortable
|
||||
Name: "DesktopIcon2"; Description: "{cm:CreateDesktopIcon}"; MinVersion: 0.0,5.0; Check: not IsPortable
|
||||
Name: "AutoStartEntry"; Description: "{cm:AutoStartProgram,{#MyAppName}}"; MinVersion: 0.0,5.0; Check: not IsPortable
|
||||
Name: "AddRunSandboxed"; Description: "{cm:AddSandboxedMenu}"; MinVersion: 0.0,5.0; Check: not IsPortable
|
||||
Name: "AddRunSandboxed"; Description: "{cm:AddSandboxedBrowser}"; MinVersion: 0.0,5.0; Check: not IsPortable
|
||||
|
||||
|
||||
[Files]
|
||||
; Both portable and install.
|
||||
Source: ".\Release\{#MyAppSrc}\*"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: recursesubdirs ignoreversion; Excludes: "*.pdb"
|
||||
; include the driver pdb
|
||||
;Source: ".\Release\{#MyAppSrc}\SbieDrv.pdb"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion
|
||||
|
||||
; Only if portable.
|
||||
Source: ".\Sandboxie.ini"; DestDir: "{app}"; Flags: ignoreversion onlyifdoesntexist; Check: IsPortable
|
||||
|
@ -59,7 +62,11 @@ Source: ".\Sandboxie-Plus.ini"; DestDir: "{app}"; Flags: ignoreversion onlyifdoe
|
|||
Name: "{group}\Sandboxie-Plus"; Filename: "{app}\SandMan.exe"; MinVersion: 0.0,5.0
|
||||
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "http://sandboxie-plus.com/"; MinVersion: 0.0,5.0
|
||||
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.0
|
||||
Name: "{group}\{cm:SandboxieStartMenu1}"; Filename: "{app}\Start.exe"; Parameters: "/box:__ask__ run_dialog"; MinVersion: 0.0,5.0
|
||||
Name: "{group}\{cm:SandboxieStartMenu2}"; Filename: "{app}\Start.exe"; Parameters: "default_browser"; MinVersion: 0.0,5.0
|
||||
Name: "{group}\{cm:SandboxieStartMenu3}"; Filename: "{app}\Start.exe"; Parameters: "/box:__ask__ start_menu"; MinVersion: 0.0,5.0
|
||||
Name: "{userdesktop}\Sandboxie-Plus"; Filename: "{app}\SandMan.exe"; Tasks: DesktopIcon; MinVersion: 0.0,5.0
|
||||
Name: "{userdesktop}\{cm:SandboxedBrowser}"; Filename: "{app}\Start.exe"; Parameters: "default_browser"; Tasks: DesktopIcon2; MinVersion: 0.0,5.0
|
||||
|
||||
|
||||
[INI]
|
||||
|
|
Loading…
Reference in New Issue