• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk Design Review

    Reply
    Active Contributor
    Posts: 27
    Registered: ‎05-25-2004

    Silent install

    93 Views, 1 Replies
    06-04-2004 11:38 AM
    HI,

    I would like to customize the installation for using silent install running from GPO. To create an MST file, what are the properties to set? Are they the same as Voloview 3?

    Thanks,
    Please use plain text.
    Valued Contributor
    Posts: 55
    Registered: ‎04-24-2004

    Re: Silent install

    06-07-2004 07:39 AM in reply to: andre_cds
    Hi Andre,

    Here's some information that was forwarded to me from the developer who worked on the DWF Composer installer:

    DWF Composer supports standard MSI command line installation. Here is a sample batch file that an IT admin can edit and use. It will install DWF Composer on to a local machine in silent mode with the provided serial number.

    set SERVER=\\ithsrvbld1\Archive-Twister\2161
    set SERIAL=123-12345678

    msiexec /i %SERVER%\SetupDWFComposer.msi ADSK_DWF_COMPOSER_SERIAL=%SERIAL% /l*v install.log /qb

    For complete options to use with msiexec command, see http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/msiexec.mspx.

    Hope this helps.

    --Doug
    Please use plain text.