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>
56
56
57
57
58
-
**🤩 Congratulations**, you successfully created your standalone application</br>
59
-
58
+
**Congratulations ! 🤩
59
+
You successfully created your standalone application.**</br>
60
+
61
+
* However if you want your application as setup.exe, then windows installer will extract the installation resources from itself and manage their installation directly then go with the below steps.
62
+
63
+
64
+
60
65
61
-
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
66
63
67
64
-
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>
68
+
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>
65
69
66
70
67
71
6. Select all required things for your application such as Icon of setup file, Before installation document, Licence .etc</br>
@@ -70,7 +74,7 @@ However if you want your application as **setup.exe**, then windows installer wi
70
74
7. Click **Yes** to all, in the end go to Output Folder get **setup file** of application and click on open to install.</br>
71
75
72
76
73
-
**You're done !**
77
+
**You're done !**
74
78
75
79
## Precautions :
76
80
1. Save the resources in one folder, Do not save the folder inside another folder
0 commit comments