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
* If you want your executable application in one file **(--onefile command)** and no console running **(--noconsole command)** behind your application then go with the below line. If your app requires Windows Administrator permission **(--uac-admin command)**
40
+
41
+
* If you want your executable application in one file `--onefile` and no console running `--noconsole` behind your application then go with the below line. If your app requires Windows Administrator permission then use `--uac-admin` command
4. Go to **dist** folder and get application file, delete remain file except for resources.</br>
56
-
57
-
58
-
**Congratulations ! 🤩
59
-
You successfully created your standalone application.**</br>
60
52
61
-
* However if you want your application as setup.exe, windows installer will extract the installation resources from itself and manage their installation directly then, go with the below steps.
62
-
63
-
53
+
4. Go to **dist** folder and get application file, delete remain file except for resources. </br>You successfully created your standalone application.</br>
64
54
65
55
66
56
57
+
* However if you want your application (.exe) as setup file, windows installer will extract the installation resources from itself and manage their installation directly then, go with the below steps.</br>
58
+
67
59
68
60
5. Open Inno setup to make (.exe) file which is Installable/Executable in PC, select create a new script file using **Script Wizard** and browse to select your application.</br>
69
61
@@ -72,10 +64,11 @@ You successfully created your standalone application.**</br>
72
64
73
65
74
66
7. Click **Yes** to all, in the end go to Output Folder get **setup file** of application and click on open to install.</br>
67
+
68
+
69
+
**You're done !**
75
70
76
71
77
-
**You're done !**
78
-
79
72
## Precautions :
80
73
1. Save the resources in one folder, Do not save the folder inside another folder
0 commit comments