cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MalaKarthik
Level 3

Passing command line arguments in InstallScript

Hi all,

I am currently working on InstallScript project. I need some values to be passed through command line during runtime. I tried using CMDLINE by setting the value using ether.SetProperty. But somewhere I am going wrong. Can anyone help me out with an example?

Thanks in advance,
Malakarthik
Labels (1)
0 Kudos
(1) Reply
Happy_Days
Level 7

I would suggest to store the value of CMDLINE in a variable first and then assign it to a property using the ether.setproperty function:

http://helpnet.acresso.com/robo/projects/HelpLibDevStudio9/OneClickInstall_SetProperty.htm
0 Kudos