Mar 15, 2015
11:22 PM
Any help on the below thread.
... View more
Jun 19, 2012
07:12 AM
You can use Execute Command action to launch installer from another installer. Regards SunnyBoy
... View more
Jun 08, 2011
07:23 AM
It is in Maximized mode only
... View more
Jul 20, 2011
04:13 AM
On what platform does this happen?
... View more
Jan 28, 2011
09:03 AM
I made a setup that does exactly what you need. I made it in an CustomCodeAction. Here's the Code: File scriptFile = new File("C:\\TOMCAT\\catalina.bat"); //whatever your path is ProcessBuilder oProcBuilder = neww ProcessBuilder("cmd", "/c", scriptFile.getName()); oProcBuilder.directory(scriptFile.getParentFile()); //run the script file try { Process oProcScript = oProcBuilder.start(); try { oProcScript.waitFor(); } catch (InterruptedException e) { // TODO Auto-generated catch block e.printStackTrace(); } } catch (IOException e) { e.printStackTrace(); }
... View more
Jun 23, 2010
08:01 AM
Would it be possible for you to post your project file? I think this is the easiest way to check for your issue, otherwise it is hard to tell how the project logic works and why the folder is created even if you cancel the installation.
... View more
Apr 26, 2010
06:46 AM
IA variables have meaning only inside IA, not inside a .bat script. IMHO, the correct logic would have been to use Execute Command and have the IA variable set to the desired variable based on the rule of testing the error level of the respective command.
... View more
Apr 17, 2010
02:31 AM
In case you have a valid maintenance support contract, you must log into http://kb.flexerasoftware.com
... View more
Apr 16, 2010
06:28 AM
Vijji123, If upgrading is an option that you are considering, then you may be in luck.. This issue is already fixed in IA 2010. Else you could raise a support incident for IA 2009. Thanks,
... View more
Apr 16, 2014
01:38 AM
I am also facing this issue, but on Linux machine. Anybody has a solution for this?
... View more
Apr 15, 2010
01:54 AM
Hi Vijji123, This looks like an IA 2009 issue and this is an IA 2010 forum. I was trying to reproduce this issue on IA 2010 and was not reproducible on IA 2010. Thanks,
... View more
Mar 26, 2010
06:53 AM
If you don't know what your source path points to, I wonder how can you build the project even in GUI mode. Anyways, what you might want to do is to preprocess the IA project right before building, so instead of trying to pass it as an argument, you might want to replace all its occurrences in the project with their value (pay attention though to (back)slashes (look how paths are saved in the project).
... View more
Apr 09, 2010
11:38 AM
Vijay, you should not mix up different issues in the same thread (each thread should discuss a single issue), on one hand, and on another hand, even if Jiju was kind enough to have the private messaging functionality enabled, allowing you to send him a private message, alerting him on the other issue, I guess that if you've got a business critical issue, the right course would have been to contact the Flexera Software technical support! My 2c
... View more
Mar 03, 2010
08:54 AM
Thanks, for your reply. It is working.
... View more
Latest posts by vijji123
Subject | Views | Posted |
---|---|---|
654 | Mar 15, 2015 11:22 PM | |
1855 | Mar 12, 2015 07:21 AM | |
2755 | Jun 18, 2012 04:37 AM | |
1088 | Jun 08, 2011 07:23 AM | |
1088 | Jun 06, 2011 10:10 PM | |
3770 | Jun 05, 2011 10:44 PM | |
669 | Jun 03, 2011 12:43 AM | |
3364 | Jun 01, 2011 11:49 PM | |
9606 | Dec 13, 2010 12:29 AM | |
3206 | Jun 23, 2010 04:42 AM |
Activity Feed
- Posted Re: Con't we build single bin file as a install file for all Non-Windows using IS11 on InstallShield Forum. Mar 15, 2015 11:22 PM
- Posted Con't we build single bin file as a install file for all Non-Windows using IS11 on InstallShield Forum. Mar 12, 2015 07:21 AM
- Tagged Con't we build single bin file as a install file for all Non-Windows using IS11 on InstallShield Forum. Mar 12, 2015 07:21 AM
- Posted launching one installer from another installer on InstallAnywhere Forum. Jun 18, 2012 04:37 AM
- Posted Re: IA2009 project getting hung, if i am not using it for a while(If not interactive) on InstallAnywhere Forum. Jun 08, 2011 07:23 AM
- Posted Re: IA2009 project getting hung, if i am not using it for a while(If not interactive) on InstallAnywhere Forum. Jun 06, 2011 10:10 PM
- Posted IA2009 project getting hung, if i am not using it for a while(If not interactive) on InstallAnywhere Forum. Jun 05, 2011 10:44 PM
- Posted Re: IA2009 project getting hung, if i am not using it for a while(If not interactive) on InstallAnywhere Forum. Jun 03, 2011 12:43 AM
- Posted IA2009 project getting hung, if i am not using it for a while(If not interactive) on InstallAnywhere Forum. Jun 01, 2011 11:49 PM
- Posted Starting tomcat using Execute Script/batch file action on InstallAnywhere Forum. Dec 13, 2010 12:29 AM
- Posted Install Directory is created eventhough installation is cancelled at welcome screen on InstallAnywhere Forum. Jun 23, 2010 04:42 AM
- Posted Re: how do i check HP-UX ia64 platform on InstallAnywhere Forum. Jun 10, 2010 10:40 PM
- Posted Re: how do i check HP-UX ia64 platform on InstallAnywhere Forum. Jun 10, 2010 05:11 AM
- Posted how do i check HP-UX ia64 platform on InstallAnywhere Forum. Jun 10, 2010 03:07 AM
- Posted How to set IA variable inside execute script/batch file action on InstallAnywhere Forum. Apr 26, 2010 02:27 AM
- Posted Re: building the installer from the command prompt on InstallAnywhere Forum. Apr 16, 2010 07:00 AM
- Posted Re: Uninstallation is not removing jre folder on AIX machine on InstallAnywhere Forum. Apr 16, 2010 03:49 AM
- Posted Re: building the installer from the command prompt on InstallAnywhere Forum. Apr 16, 2010 03:48 AM
- Posted building the installer from the command prompt on InstallAnywhere Forum. Apr 15, 2010 03:43 AM
- Posted Uninstallation is not removing jre folder on AIX machine on InstallAnywhere Forum. Apr 15, 2010 03:39 AM