This website uses cookies. By clicking OK, 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
- :
- "Custom code execution started/stopped" messages o...
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
mbernstein
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 18, 2010
12:41 PM
"Custom code execution started/stopped" messages on command line on Linux
Is anyone else using custom code and seeing these messages when their installers run? We are using IA 2010 SP1, not sure if they happen with IA 2010 without SP1.
We see a message print to the command line with or without LAX_DEBUG enabled:
Custom code execution started
Custom code execution stopped
We see these messages for every custom code action in our setup (we have quite a few). For now we have passed the stdout through | grep -v "^Custom code execution" to filter these messages out, but we'd like to figure out why they are showing up in the first place.
I'm planning on opening a support case but just wanted to see first if it's something simple we are missing. Before you ask, I did check through our custom code for the string "Custom code execution" and it doesn't appear anywhere. We also did not make any changes to the custom code besides recompiling with the IA 2010 SP1 version of IAClasses.zip. We were using IA 2008 before this and didn't see these messages.
Thanks,
Marc
We see a message print to the command line with or without LAX_DEBUG enabled:
Custom code execution started
Custom code execution stopped
We see these messages for every custom code action in our setup (we have quite a few). For now we have passed the stdout through | grep -v "^Custom code execution" to filter these messages out, but we'd like to figure out why they are showing up in the first place.
I'm planning on opening a support case but just wanted to see first if it's something simple we are missing. Before you ask, I did check through our custom code for the string "Custom code execution" and it doesn't appear anywhere. We also did not make any changes to the custom code besides recompiling with the IA 2010 SP1 version of IAClasses.zip. We were using IA 2008 before this and didn't see these messages.
Thanks,
Marc
5 Replies
jrokicki
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 05, 2010
03:25 PM
Re: "Custom code execution started/stopped" messages on command line on Linux
yea, I filed it as a bug against IA 2010 SP1. Didn't do that with IA 2010.
jerome_IA
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 08, 2010
09:41 AM
Re: "Custom code execution started/stopped" messages on command line on Linux
Hello,
I also tried to filtered out those messages with <<| grep -v "^Custom code execution">>, but this does no work in console mode as it prevents from seeing other prompts as well (e.g. PRESS TO CONTINUE: ).
(I am running IA 2010 SP1 HotfixA)
Did you get any other workaround from support ? or do you have any other hint ?
I will probably get back to IA 2010 one more time 😞
Regards
Jerome
I also tried to filtered out those messages with <<| grep -v "^Custom code execution">>, but this does no work in console mode as it prevents from seeing other prompts as well (e.g. PRESS
(I am running IA 2010 SP1 HotfixA)
Did you get any other workaround from support ? or do you have any other hint ?
I will probably get back to IA 2010 one more time 😞
Regards
Jerome
pv7721
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 09, 2010
05:59 AM
Re: "Custom code execution started/stopped" messages on command line on Linux
There's a hotfix for IA 2010 SP1 that has just got released: http://community.flexerasoftware.com/showpost.php?p=461869&postcount=9
but I'm not sure if it fixes this issue.
but I'm not sure if it fixes this issue.
jerome_IA
Flexera beginner
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 09, 2010
10:24 AM
Re: "Custom code execution started/stopped" messages on command line on Linux
pv7721 wrote:
There's a hotfix for IA 2010 SP1 that has just got released: http://community.flexerasoftware.com/showpost.php?p=461869&postcount=9
but I'm not sure if it fixes this issue.
No, the version I have includes this HotfixA and so it does not work.