Might have missed something obvious here as I'm pretty new to SetupFactory ...
I'm wondering whether there is a way to skip the install and go straight to running the application, if the current version is already installed. The install I'm building already has the following:
- a registry setting that records version
- a registry setting that records appdir
What I'd like to do is read these registry settings, and if the version matches the current install's version, go ahead and run the .exe in the appdir rather than running the install.
Hope this makes sense!
Thanks,
------------------
.jrd
I'm wondering whether there is a way to skip the install and go straight to running the application, if the current version is already installed. The install I'm building already has the following:
- a registry setting that records version
- a registry setting that records appdir
What I'd like to do is read these registry settings, and if the version matches the current install's version, go ahead and run the .exe in the appdir rather than running the install.
Hope this makes sense!
Thanks,
------------------
.jrd
Comment