Jul 29, 2020
03:20 AM
Hi, I trimmed linebackers in linux (centos) using | tr -d '\n' before it got into EXECUTE_STDOUT like that: cat /tmp/samplefile.txt | grep searchstring | cut -d "," -f4 | tr -d '\n' Worked for me
... View more
Jan 29, 2009
10:42 AM
bobdux, Should you ever find yourself in the UK, I owe you at least a dozen pints! I have been going mad for a day as to why the return was always zero when my code seemed correct. I was messing with cscript, testing in VS, other shells, and everything worked there. Then I discovered this post searching for 'execute' since using 'execute_stdexitcode' returned nothing(?) and within ten minutes a received the expected -1 that I had assigned to the variable in my JS. 😄 Brilliant! Thanks
... View more
Sep 18, 2008
03:51 PM
As a follow-up... This is a very strange problem. I went through my linux script and inserted a bunch of these: echo $INSTALLER_TEMP_DIR$ The end result was: sometimes it was replaced with: echo /tmp/745049.tmp and sometimes it was left as-is. I spent almost all day on this problem and was unable to get to the root cause. I ended up putting a line like this at the top of the script: my_temp_dir=$INSTALLER_TEMP_DIR$ and used $my_temp_dir throughout the rest of the script. I still don't know the root cause, but at least I'm not going to lose anymore time on it. This was exhausting... 😞
... View more
Sep 09, 2008
10:47 AM
You can also see this (very old) post: http://community.zerog.com/cgi-bin/ikonboard.cgi?s=48c68bca5f18ffff;act=ST;f=13;t=3128;hl=ag+and+components
... View more
Aug 27, 2008
01:30 PM
Vlad, Thanks for the reply. No, I have not added the java bundle(S!) yet and am expecting a huge growth with 1.5. I still have to add our own app as well - hence the "yikes!". You're right. I optimized and the sizes went down from 88Mb to 60, and 29Mb (Linux and Win, respectively). At this point, I'll wait it out to see what my final size(s) look like. Bob
... View more
Latest posts by bobdux
Subject | Views | Posted |
---|---|---|
7632 | Sep 22, 2008 11:54 AM | |
585 | Sep 18, 2008 03:51 PM | |
6691 | Sep 18, 2008 12:43 PM | |
2509 | Sep 09, 2008 06:54 AM | |
2509 | Sep 08, 2008 02:50 PM | |
2509 | Sep 08, 2008 02:39 PM | |
1001 | Sep 08, 2008 02:31 PM | |
1001 | Sep 08, 2008 02:06 PM | |
9316 | Sep 08, 2008 09:11 AM | |
19808 | Aug 28, 2008 09:25 AM |
Activity Feed
- Posted Windows bat scripts and EXECUTE_EXITCODE on InstallAnywhere Forum. Sep 22, 2008 11:54 AM
- Posted Re: INSTALLER_TEMP_DIR not available during install on InstallAnywhere Forum. Sep 18, 2008 03:51 PM
- Posted INSTALLER_TEMP_DIR not available during install on InstallAnywhere Forum. Sep 18, 2008 12:43 PM
- Posted Re: New Line on EXECUTE_STDOUT from Execute Script/Batch file on InstallAnywhere Forum. Sep 09, 2008 06:54 AM
- Posted Re: New Line on EXECUTE_STDOUT from Execute Script/Batch file on InstallAnywhere Forum. Sep 08, 2008 02:50 PM
- Posted Re: New Line on EXECUTE_STDOUT from Execute Script/Batch file on InstallAnywhere Forum. Sep 08, 2008 02:39 PM
- Posted Re: What are AG- components? on InstallAnywhere Forum. Sep 08, 2008 02:31 PM
- Posted Re: What are AG- components? on InstallAnywhere Forum. Sep 08, 2008 02:06 PM
- Posted What are AG- components? on InstallAnywhere Forum. Sep 08, 2008 09:11 AM
- Posted New Line on EXECUTE_STDOUT from Execute Script/Batch file on InstallAnywhere Forum. Aug 28, 2008 09:25 AM
- Posted Re: How can IA install a bunch of dependent RPMs? on InstallAnywhere Forum. Aug 28, 2008 08:44 AM
- Posted Re: Reducing the size of an installer (best practice?) on InstallAnywhere Forum. Aug 27, 2008 01:30 PM
- Posted Reducing the size of an installer (best practice?) on InstallAnywhere Forum. Aug 27, 2008 08:06 AM