View forum topic
List of forum topicsSubject: update.exe launching a exe in install directory
Hiya guys, is there a way i can make the update exe launch a exe i've packed into the directory? Its right next to the update.exe, the reason for this is i'm trying to make my app automatically update itself, i've tried adding a run application to the update script but it doesn't seem to do it, any times or pointers to make the update.exe launch this exe in the root of the install (next to update.exe)
What version of CreateInstall do you use?
What parameters do you specify in Run application command in Update Script?
Do they look like these
Path: INSTALL PATH
Filename: myapp.exe
?
Neverming, I managed to get it work now :) my application written in batch sucessfully runs the updater which will launch my script to download the latest update should there be one available :D thanks for your help anyway, I'm tempted to eventually pay for a full version, does the lite version support clearing/deleting existing files from the install directory before copying new ones?
The 'Copy Files' command is available in the Light version and you can specify Overwrite in 'If File exists' combobox. So, may be you don't need Delete files command.
The 'Delete files' command is available in the full version only.
You can look at the comparison table here:
http://www.createinstall.com/help/compare-installers.html
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.