cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sumitpendharkar
Level 4

Trouble using Process exit code return variables

I am having trouble with trying to use Process exit code return variables. I set it to a variable, but then at runtime, I get the following error --

(Jan 18, 2007 11:22:53 AM), Install, com.installshield.wizardx.actions.ExecWizardAction, err, com.installshield.database.DuplicateKeyException: CHECK_RC
STACK_TRACE: 8
com.installshield.database.DuplicateKeyException: CHECK_RC
at com.installshield.database.designtime.ISDatabaseDef.createVariable(Unknown Source)
at com.installshield.database.runtime.impl.ISDatabaseImpl.setVariableValue(Unknown Source)
at com.installshield.wizardx.actions.ExecWizardAction.setReturnValue(Unknown Source)
at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
at java.lang.Thread.run(Thread.java:797)


Any ideas as to what could be wrong? Thx.
Labels (1)
0 Kudos
(1) Reply
Barry_Lawson
Level 3

not sure - but I would view your project (uip) file with an editor and search for the "CHECK_RC" value. Is it possible that it got defined twice??
0 Kudos