Skip to content

Commit 723540c

Browse files
committed
UPDATED
0 parents  commit 723540c

41 files changed

Lines changed: 40406 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

IMGS/about.png

6.62 KB
Loading

IMGS/applause-man.png

679 KB
Loading

IMGS/hi-man.png

986 KB
Loading

IMGS/qr-code.ico

13.7 KB
Binary file not shown.

IMGS/qr-code.png

20.5 KB
Loading

IMGS/website.png

23.6 KB
Loading

Installer/QR_Generator_Reader.exe

60.4 MB
Binary file not shown.

Installer/QR_Generator_Reader.iss

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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+
59.9 MB
Binary file not shown.

Installer_Texts/INFO_After.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
QR CODE GENERATOR
2+
3+
An Open source Software Developed and LICENCED by Ruban Gino Singh.
4+
5+
Source Code available in https://github.com/Ruban2205
6+
7+
For more details
8+
Visit: www.rubangino.in
9+
Mail: info@rubangino.in
10+
11+
Have Fun! :)

0 commit comments

Comments
 (0)