44#define MyAppName " ChromiumForWindows"
55#define MyAppVersion " 1.5.2"
66#define MyAppPublisher " iklevente"
7- #define MyAppURL " https://www. github.com/iklevente/ChromiumForWindows/ "
8- #define MyAppExeName " ChromiumForWindows .exe"
7+ #define MyAppURL " https://github.com/iklevente/ChromiumForWindows"
8+ #define MyAppExeName " ChromiumLauncher .exe"
99
1010[Setup]
1111; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1212; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
13- AppId = {{06BAAF41-8ED2-4C9E-A224-2F3F3271FEAC }
13+ AppId = {{122F2A3C-BFDA-4EE2-B5E2-D29C8101F7D5 }
1414AppName = {#MyAppName }
1515AppVersion = {#MyAppVersion}
1616;AppVerName={#MyAppName} {#MyAppVersion}
@@ -27,7 +27,7 @@ LicenseFile=C:\Users\klevi\Desktop\License.txt
2727;PrivilegesRequired=lowest
2828PrivilegesRequiredOverridesAllowed= dialog
2929OutputDir = C:\Users\klevi\Desktop
30- OutputBaseFilename = ChromiumForWindows x64
30+ OutputBaseFilename = ChromiumForWindows_x64
3131SetupIconFile = D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\Images\chromiumicon.ico
3232Compression = lzma
3333SolidCompression = yes
@@ -37,7 +37,7 @@ WizardStyle=modern
3737Name : " english" ; MessagesFile : " compiler:Default.isl"
3838
3939[Files]
40- Source : " D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows .exe" ; DestDir : " {app} " ; Flags : ignoreversion
40+ Source : " D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumLauncher .exe" ; DestDir : " {app} " ; Flags : ignoreversion
4141Source : " D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.deps.json" ; DestDir : " {app} " ; Flags : ignoreversion
4242Source : " D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.dll" ; DestDir : " {app} " ; Flags : ignoreversion
4343Source : " D:\Projects\Visual Studio\ChromiumForWindows\ChromiumForWindows\bin\x64\Release\netcoreapp3.1\ChromiumForWindows.pdb" ; DestDir : " {app} " ; Flags : ignoreversion
0 commit comments