Page 1 of 1

Write Registry AddCommand

Posted: Tue Oct 02, 2007 7:35 am
by VincentPL
I figure out how to use automation in order to create a new script file but I need to add "Write registry" command.

My problem is that I have to set an empty value for the "Value" argument in order to set the default value in the registry key.

But with the automation I can't set an empty string, in this case it bypass my argument so I get a "TRUE" Value and a "FALSE" Data.

How to pass the PARAM5 argument to set an empty Value ?

Posted: Mon Oct 22, 2007 2:12 pm
by VincentPL
Ok a just find a workaround, fix this by sending a variable (an Empty Compiler variable) for the Value argument. Since no one can help me with this...