• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Installation & Licensing

    Reply
    Distinguished Contributor
    Posts: 351
    Registered: ‎12-11-2007
    Accepted Solution

    Autocad Mechanical 2011 - Last file installed or reg key?

    161 Views, 3 Replies
    04-17-2012 12:11 PM
    I am writing a batch file to try automate the install of Autocad Mechanical 2011 then subsiqently the VBA enabler. In the batch file I need to delay the vba install until the acad install has finished. I want to know which is the last process in the language pack install that I can check in batch file before proceeding to the next step by using a goto loop. Cheers, Guy
    AutoCADM 2011 SP2
    XP 32-Bit SP3
    Please use plain text.
    Product Support
    Posts: 1,457
    Registered: ‎05-21-2010

    Re: Autocad Mechanical 2011 - Last file installed or reg key?

    04-19-2012 06:51 AM in reply to: guyh

    Please use the /W switch as documented here.

     

    /W will make the calling program to wait till the installation is complete to move on to the next one.

     

    Please note, if the scripted installation doesn't update GUIDs properly VBA installer might not find the right target application.

    So please follow one of the method in the documentation.

     

    http://docs.autodesk.com/ACD/2011/ENU/filesInstall/WS1a9193826455f5ff-e569a012180ce589145cc.htm

    ---------------------------------------------------------------------------------------
    If my post answers your question, please mark it as an Accepted Solution, so that others can find answers quickly!
    For more tips & tricks: http://upandready.typepad.com



    Hashim Mundol
    Autodesk Product Support
    Autodesk, Inc.

    Please use plain text.
    Distinguished Contributor
    Posts: 351
    Registered: ‎12-11-2007

    Re: Autocad Mechanical 2011 - Last file installed or reg key?

    04-20-2012 01:58 AM in reply to: hashim.mundol

    Thanks Hashim, 

     

    That worked perfectly.  Is there a document listing the controls for the installers?

     

    Appreciate your help.

     

    Guy

    AutoCADM 2011 SP2
    XP 32-Bit SP3
    Please use plain text.
    Product Support
    Posts: 1,457
    Registered: ‎05-21-2010

    Re: Autocad Mechanical 2011 - Last file installed or reg key?

    04-20-2012 02:12 AM in reply to: guyh

    This sample script covers some of the parameters which can be used.

     

    http://docs.autodesk.com/ACD/2011/ENU/filesInstall/WS1a9193826455f5ff4e421d7d11bf108001d-4f8f.htm

     

     

    ---------------------------------------------------------------------------------------
    If my post answers your question, please mark it as an Accepted Solution, so that others can find answers quickly!
    For more tips & tricks: http://upandready.typepad.com



    Hashim Mundol
    Autodesk Product Support
    Autodesk, Inc.

    Please use plain text.