Skip to main content
How to create a desktop application using php with installer
- download PHP Desktop Chrome 57.0
- download & insall inno setup
- unzip PHP Desktop Chrome 57.0 on desktop
- rename PHP Desktop Chrome 57.0 folder to your app name
- go to the WWW folder inside unzipped folder
- delete all the files in WWW
- create index.php file in WWW folder
- write your script in index.phph file
- go back
- open settings.json file
- set show_console to false
- change title to your app name
- you can also set the window sizes
- save and close
- open inno setup
- cancel the dialoge
- and open the file menu
- click new then click next and here type your app name again in Application name field version 1.0
- next
- again click next
- click browse and select php-desktop-chrome.exe file and click open
- click on add folder and select our app folder click yes
- click next
- next
- select English language and click next
- click browse and select output folder e.g Desktop
- next
- uncheck the Yes, use #define compiler directives
- next
- finish
- click yes
- click no
- processing........
- Done
- check the installer for your application inside the output folder e.g Desktop
Comments
Post a Comment