
v install malisipi.muiv install malisipi.VInstallBasic Installer:
import malisipi.vinstall
vinstall.run(
app_developer: "developer",
app_name: "AppName",
install_path:"C:/Program Files/MyAppName",
license_txt: $embed_file('license.txt'),
app_zip: $embed_file('app.zip'),
executable_path: "app.exe"
)!
Some translations was done with Translate. This translations can be missing as grammar and spelling. Let me know if a translation is wrong.
Note: You need to add -d extended_language_support flag to support Chinese. Some of operating systems will not have Chinese font, so font must be included into installer however it will make larger the installer. So the choose was gived to developer.
Note: If you need to save files at installation location, you need to add -d dont_delete_install_location_files. Also it's not recommend to use VInstall' Uninstaller, it will wipe entire folder that you chosed as installation location.
Note: To make the installer smaller, you can compress them with UPX.
TODO:
assets/Icons licensed with Apache License 2.0.25 commits
V
100.0%

v install malisipi.muiv install malisipi.VInstallBasic Installer:
import malisipi.vinstall
vinstall.run(
app_developer: "developer",
app_name: "AppName",
install_path:"C:/Program Files/MyAppName",
license_txt: $embed_file('license.txt'),
app_zip: $embed_file('app.zip'),
executable_path: "app.exe"
)!
Some translations was done with Translate. This translations can be missing as grammar and spelling. Let me know if a translation is wrong.
Note: You need to add -d extended_language_support flag to support Chinese. Some of operating systems will not have Chinese font, so font must be included into installer however it will make larger the installer. So the choose was gived to developer.
Note: If you need to save files at installation location, you need to add -d dont_delete_install_location_files. Also it's not recommend to use VInstall' Uninstaller, it will wipe entire folder that you chosed as installation location.
Note: To make the installer smaller, you can compress them with UPX.
TODO:
assets/Icons licensed with Apache License 2.0.25 commits
V
100.0%