Autodesk Design Review
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Silent install
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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,
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,
Re: Silent install
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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/w indows/xp/all/proddocs/en-us/msiexec.mspx.
Hope this helps.
--Doug
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/w
Hope this helps.
--Doug
