Posts: 240
Threads: 38
Joined: Jun 2009
Reputation:
0
08-05-2010, 02:45 PM
Hi Rajesh,
It is not always suggestable to go with Dictionary Objects why because these are system specific and it is not script specific. I mean to say whatever the object you have created that might be in ur system(regedit) if u execute the same script in another system then it may not run as you expected probably the created object may not be available in another system for that you need to create that object in regedit so instead of that it would be better to go with RunAction "Action Name","Iteration","Input Parameters","Output Parameters"
Please let me know if you need any clarification on this.
Venkat.Batchu
Posts: 50
Threads: 2
Joined: Jun 2009
Reputation:
0
08-06-2010, 03:04 PM
Hi Venkat,
I need more information on what are you trying to say. Yes we need to have entry on the regedit and which is by default present in the registry for all windows system. Why do you think it will not run unless some person intentionally done the changes to the registry.
Thanks
Rajeshwar
Posts: 50
Threads: 2
Joined: Jun 2009
Reputation:
0
08-06-2010, 05:22 PM
(This post was last modified: 08-06-2010, 06:04 PM by rajeshwar.)
Hi,
The reference you have given is for using the Reserved objects. I am not using the reserved object I just making use of environment object which always available. Reserved Objects in regedit are used to create Singleton objects which not the case here. We using the object referecne for other object which is not restrictive and can be used on any windows operating system without restriction. Please let me know in case you need more information.
Posts: 240
Threads: 38
Joined: Jun 2009
Reputation:
0
08-06-2010, 05:40 PM
Hi Rajeshwar,
As i discussed above is regarding dictionary objects and i agree with you that environment variables object is by default in all windows systems which is not system specific but dictionary objects are system specific.
Venkat.Batchu