You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Go to **dist** folder and get application file, delete remain file except for resources.</br>
55
+
**4.** Go to **dist** folder and get application file, delete remain file except for resources.</br>
61
56
62
57
63
-
**Congratulations ! 🤩 you successfully created your standalone application.**</br>
58
+
**Congratulations ! 🤩 you successfully created your standalone application.**</br>
64
59
60
+
However if you want your application as Setup.exe then windows installer will extract the installation resources from itself and manage their installation directly.</br>
65
61
66
-
*However if you want your application as Setup.exe then windows installer will extract the installation resources from itself and manage their installation directly*.</br>
62
+
**5.** Open Inno setup to make (.exe) file which is Installable/Executable in Windows PC, select **Create a new script file using Script Wizard** and browse to select your application.</br>
67
63
68
-
5. Open Inno setup to make (.exe) file which is Installable/Executable in Windows PC, select **Create a new script file using Script Wizard** and browse to select your application.
69
64
70
-
6. Select all required things for your application such as Icon of setup file, Before installation document, Licence .etc
65
+
**6.** Select all required things for your application such as Icon of setup file, Before installation document, Licence .etc</br>
66
+
71
67
72
-
7. Click **Yes** to all, in the end go to Output Folder get **setup file** of application and click on open to install.</br>
68
+
**7.** Click **Yes** to all, in the end go to Output Folder get **setup file** of application and click on open to install.</br>
73
69
74
-
**Yor're done !**</br>
75
70
71
+
**Yor're done !**
76
72
77
73
## Precautions :
78
-
79
-
80
-
81
74
:heavy_check_mark: Save the resources in one folder, Do not save the folder inside another folder.
82
75
83
76
> *It will not give full permission to execute the commands. # ParentContainsErrorRecordException*
84
77
85
-
86
78
87
79
:heavy_check_mark: Check Spellings before running the commands, Do not put any _space_ in your main python (.py) programme file name.
0 commit comments