10
10
[Setup]
11
11
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
12
12
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
13
- AppId = {{}
13
+ AppId = {{CE6A1AB3-F0E8- 4799 -B25A-F925536ACB50} }
14
14
AppName = {#MyAppName }
15
15
AppVersion = {#MyAppVersion}
16
16
;AppVerName={#MyAppName} {#MyAppVersion}
@@ -20,11 +20,11 @@ AppSupportURL={#MyAppURL}
20
20
AppUpdatesURL = {#MyAppURL}
21
21
DefaultDirName = {autopf}\{#MyAppName }
22
22
DisableProgramGroupPage = yes
23
- OutputDir = C:\Users\Prohurtz \OneDrive\Desktop\Output \
23
+ OutputDir = C:\Users\beaul \OneDrive\Desktop\output \
24
24
; Uncomment the following line to run in non administrative install mode (install for current user only.)
25
25
;PrivilegesRequired=lowest
26
26
OutputBaseFilename = Project_Babble-Setup
27
- SetupIconFile = C:\Users\Prohurtz\PycharmProjects \ProjectBabble\BabbleApp\Images\logo.ico
27
+ SetupIconFile = C:\Users\beaul\OneDrive\Documents\GitHub \ProjectBabble\BabbleApp\Images\logo.ico
28
28
Compression = lzma /ultra64
29
29
30
30
SolidCompression = yes
@@ -37,8 +37,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
37
37
Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ;
38
38
39
39
[Files]
40
- Source : " C:\Users\Prohurtz\PycharmProjects\ ProjectBabble\BabbleApp\dist\BabbleApp \{#MyAppExeName}" ; DestDir : " {app} " ; Flags : ignoreversion
41
- Source : " C:\Users\Prohurtz\PycharmProjects\ ProjectBabble\BabbleApp\dist\BabbleApp \*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
40
+ Source : " C:\Users\beaul\OneDrive\Documents\GitHub\ ProjectBabble\BabbleApp\dist\Babble_App \{#MyAppExeName}" ; DestDir : " {app} " ; Flags : ignoreversion
41
+ Source : " C:\Users\beaul\OneDrive\Documents\GitHub\ ProjectBabble\BabbleApp\dist\Babble_App \*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
42
42
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
43
43
44
44
[Dirs]
0 commit comments