This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- .bat file execution in installanywhere2008 version
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 15, 2008
09:59 AM
.bat file execution in installanywhere2008 version
HI friends.
While am trying to execute the batch file useing the action Execute script or batch file.it is not excuting.
in post installtion after copying the .bat file ,that bat file am calling.
"$USER_INSTALL_DIR$$\$raja.bat"
raja.bat located in installation folder.
before executing the .bat file am checking show message dialog.it is showing the .bat file location.
Here am attaching the .bmp please chek this one .
please tell me the solution .
While am trying to execute the batch file useing the action Execute script or batch file.it is not excuting.
in post installtion after copying the .bat file ,that bat file am calling.
"$USER_INSTALL_DIR$$\$raja.bat"
raja.bat located in installation folder.
before executing the .bat file am checking show message dialog.it is showing the .bat file location.
Here am attaching the .bmp please chek this one .
please tell me the solution .
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 15, 2008
11:06 AM
Isn't the path separator "$/$", not "$\$"?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 15, 2008
12:49 PM
It doesn't matter $/$ or $\$.
I think you should be using execute target file instead of executing batch/script. Or put in a call if on Windows before your execution. Or you need a
The text in the Execute Batch/Script action is the script.
I think you should be using execute target file instead of executing batch/script. Or put in a call if on Windows before your execution. Or you need a
cmd /c "USER_INSTALL_DIR$$/$raja.bat"
The text in the Execute Batch/Script action is the script.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 16, 2008
03:41 AM
i tried the above suggitions .But it is not working.could any one help me how to do that one.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 16, 2008
04:39 PM
If raja.bat is an installed file you could use Execute Target action instead.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 18, 2008
09:08 AM
Does it try to execute? Run the installer in debug mode and see what happens when it gets to this point in the install.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 22, 2008
09:07 AM
i dont how to execute .bat file could any one give me th e suggtion.
but i can execute .jar files and .exe in the this version.
but am not executing .bat file. so please tell me how to do this one
i hav one .bat file inside that .bat file i written like this
java - jar x.jar if u double click this will work.
this one i want to execute in install any where please tell me procedure how to execute this one.
if any one tells this it is very great help to me.
but i can execute .jar files and .exe in the this version.
but am not executing .bat file. so please tell me how to do this one
i hav one .bat file inside that .bat file i written like this
java - jar x.jar if u double click this will work.
this one i want to execute in install any where please tell me procedure how to execute this one.
if any one tells this it is very great help to me.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 22, 2008
09:10 AM
i dont how to execute .bat file could any one give me th e suggtion.
but i can execute .jar files and .exe in the this version.
but am not executing .bat file. so please tell me how to do this one
i hav one .bat file inside that .bat file i written like this
java - jar x.jar if u double click this will work.
this one i want to execute in install any where please tell me procedure how to execute this one.
if any one tells this it is very great help to me.
but i can execute .jar files and .exe in the this version.
but am not executing .bat file. so please tell me how to do this one
i hav one .bat file inside that .bat file i written like this
java - jar x.jar if u double click this will work.
this one i want to execute in install any where please tell me procedure how to execute this one.
if any one tells this it is very great help to me.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 22, 2008
09:41 AM
.bat files should execute when you double click on them. I was wondering if when running the installer in debug mode if you see the installer try to execute the batch file.