Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Automating the installation
posted

HI

We wish to install NetAdvantage for .NET 2011 Vol 1 via SCCM. I've downloaded the Complete bundle today and ran 'NetAdvantage_Ultimate_20111.exe' with a /? switch, which shows the command line options. So far, so good.

Unfortunately, some of these option appear to have no effect. These are:

/thirdparty /nofeedback /product

Not being able to select the products is a show-stopper. The following appear to work:

/key /logfolder

I'll also need to use this switch, but haven't yet tried it:

/passive

And tgis one is an unknowwn:

/nodownload

Has anyone else come accross this issue? Is there a sample command line that I compare to see if I'm missing something. I'm familiar with MST files so I could go down that route and use the MSIs directly, but I'd prefer to stick with the vendor supplied solution if possible

Parents
No Data
Reply
  • 681
    Verified Answer
    posted

    Hello,

    Here is a sample command line that will select particular products to install, agree to the third party agreements, and display the progress bar as each installer is run:

    NetAdvantage_Ultimate_20111.exe /product:Windows_Forms_Controls,WPF_Controls,Silverlight_Controls /thirdparty /passive

    How does the sample /product switch compare to yours?  Also, are you specifying one of the quiet options on the command line (/quiet, /qn, or /passive)?  That may help with the problems in getting the particular products selected.

    If you can provide a sample command line that you are experiencing the issues with, with any private information such as your product key taken out, we can see if there are any issues in how it's constructed or how it runs.

Children