Announcement

Collapse
No announcement yet.

SetupCmdLineArgs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SetupCmdLineArgs

    Great option, works great with just one command, but can someone please post examples of how they use it when someone wants to pass more than one command and how to error check for invaild options.

  • #2
    Re: SetupCmdLineArgs

    As mentioned in the Help contents, that variable will simply return one string with all of the command line arguments passed to the install.

    If you are wanting to pass more than one argument to the install, you will need to parse through that string using some of the available string actions. Since this is a very advanced feature, it really depends what you are trying to accomplish. Perhaps you could describe how you are wanting to use the feature?

    Comment

    Working...
    X