|
| 1 | +; Script generated by the Inno Setup Script Wizard. |
| 2 | +; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! |
| 3 | + |
| 4 | +#define MyAppName "QR_Generator_Reader" |
| 5 | +#define MyAppVersion "1.0" |
| 6 | +#define MyAppPublisher "RUBAN GINO SINGH, IMPLER." |
| 7 | +#define MyAppURL "https://www.rubangino.in/" |
| 8 | +#define MyAppExeName "QR_Generator_Reader.exe" |
| 9 | +#define MyAppAssocName MyAppName + "" |
| 10 | +#define MyAppAssocExt ".myp" |
| 11 | +#define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt |
| 12 | + |
| 13 | +[Setup] |
| 14 | +; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications. |
| 15 | +; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) |
| 16 | +AppId={{87840162-4BA5-4AEF-8B9B-C3DB46214491} |
| 17 | +AppName={#MyAppName} |
| 18 | +AppVersion={#MyAppVersion} |
| 19 | +;AppVerName={#MyAppName} {#MyAppVersion} |
| 20 | +AppPublisher={#MyAppPublisher} |
| 21 | +AppPublisherURL={#MyAppURL} |
| 22 | +AppSupportURL={#MyAppURL} |
| 23 | +AppUpdatesURL={#MyAppURL} |
| 24 | +DefaultDirName={autopf}\{#MyAppName} |
| 25 | +ChangesAssociations=yes |
| 26 | +DisableProgramGroupPage=yes |
| 27 | +LicenseFile=E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\Installer_Texts\LICENCE.txt |
| 28 | +InfoBeforeFile=E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\Installer_Texts\INFO_Before.txt |
| 29 | +InfoAfterFile=E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\Installer_Texts\INFO_After.txt |
| 30 | +; Uncomment the following line to run in non administrative install mode (install for current user only.) |
| 31 | +;PrivilegesRequired=lowest |
| 32 | +OutputDir=E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\Installer |
| 33 | +OutputBaseFilename=QR_Generator_Reader |
| 34 | +SetupIconFile=E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\qr-code.ico |
| 35 | +Compression=lzma |
| 36 | +SolidCompression=yes |
| 37 | +WizardStyle=modern |
| 38 | + |
| 39 | +[Languages] |
| 40 | +Name: "english"; MessagesFile: "compiler:Default.isl" |
| 41 | + |
| 42 | +[Tasks] |
| 43 | +Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked |
| 44 | + |
| 45 | +[Files] |
| 46 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion |
| 47 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\about.png"; DestDir: "{app}"; Flags: ignoreversion |
| 48 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\applause-man.png"; DestDir: "{app}"; Flags: ignoreversion |
| 49 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\function.py"; DestDir: "{app}"; Flags: ignoreversion |
| 50 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\hi-man.png"; DestDir: "{app}"; Flags: ignoreversion |
| 51 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\LICENSE"; DestDir: "{app}"; Flags: ignoreversion |
| 52 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\main.py"; DestDir: "{app}"; Flags: ignoreversion |
| 53 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\MANIFEST.in"; DestDir: "{app}"; Flags: ignoreversion |
| 54 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\QR_Generator_Reader.spec"; DestDir: "{app}"; Flags: ignoreversion |
| 55 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\qr-code.ico"; DestDir: "{app}"; Flags: ignoreversion |
| 56 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\qr-code.png"; DestDir: "{app}"; Flags: ignoreversion |
| 57 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\QR-Code-Generator-UI.xd"; DestDir: "{app}"; Flags: ignoreversion |
| 58 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\README.md"; DestDir: "{app}"; Flags: ignoreversion |
| 59 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\setup.py"; DestDir: "{app}"; Flags: ignoreversion |
| 60 | +Source: "E:\GitHub\Python-Projects\Qr-Code-Generator-and-reader\website.png"; DestDir: "{app}"; Flags: ignoreversion |
| 61 | +; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
| 62 | + |
| 63 | +[Registry] |
| 64 | +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocExt}\OpenWithProgids"; ValueType: string; ValueName: "{#MyAppAssocKey}"; ValueData: ""; Flags: uninsdeletevalue |
| 65 | +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; ValueName: ""; ValueData: "{#MyAppAssocName}"; Flags: uninsdeletekey |
| 66 | +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0" |
| 67 | +Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" |
| 68 | +Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: "" |
| 69 | + |
| 70 | +[Icons] |
| 71 | +Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" |
| 72 | +Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon |
| 73 | + |
| 74 | +[Run] |
| 75 | +Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent |
| 76 | + |
0 commit comments