-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.iss
16 lines (14 loc) · 831 Bytes
/
setup.iss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Setup]
AppName=Chrome Application Launcher
AppVersion=0.1
OutputDir=./
OutputBaseFilename=ChromeApplicationLauncher
DefaultDirName={localappdata}\fmatos\Chrome Application Launcher
DefaultGroupName=Chrome Application Launcher
UninstallDisplayIcon={app}\ChromeApplicationLauncher.exe
[Files]
Source: "windows\ChromeApplicationLauncher\ChromeApplicationLauncher\bin\Release\*"; DestDir: "{app}"
;Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme
[Registry]
Root: HKCU; Subkey: "Software\Google\Chrome\NativeMessagingHosts\fmatos.chromeapplicationlauncher"; ValueType: string; ValueData: "{app}\manifest.json"; Flags:uninsdeletekey
Root: HKLM; Subkey: "Software\Google\Chrome\Extensions\ojmdfhaidaemhiinkhhbidmgnmdejcgc"; ValueType: string; ValueName:"update_url"; ValueData: "https://clients2.google.com/service/update2/crx"