View forum topic
List of forum topicsSubject: Shell execute a cmd file runs from exepath not install path
Hi,
I have a shell execute to run a batch file which starts the installed application that has it's path set to install path. I echo the batch commands to trace the commands & see that they are executing from the exepath location so it doesn't find the application file to start. I run the setup file from a server on a mapped drive. Any explanation why this is happeneing & how do I get it to excute from the just installed batch file in teh install path?
Where is your .bat file - in the installation path or setup.exe path?
If your .bat is in setup.exe path then you can use Run Application with specifing working directory as the installation path.
For example
Path: SETUP FILE PATH
Filename: my.bat
Workinbg Directory: INSTALL PATH
Thank you very much. I changed "shell execute" to "run application" with path:install path & working directory:install path
It works as I need it now
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.