Network Wizard with Inventor?

Discussion in 'AutoCAD' started by ca92807, Feb 9, 2004.

  1. ca92807

    ca92807 Guest

    Does the Network Installation Wizard work with InventorPro? I am able create a network image for MDT fine, but when I select InventorPRO.MSI, I get a Wizard error:

    Invalid Installer (MSI) file selected: please select a valid Autodesk product installer file. This file is located on your product CD in the Autodesk product installer folder.

    If I copy the CD contents out to a share, that works but I would like to roll in the service pack.
     
    ca92807, Feb 9, 2004
    #1
  2. i get a wizard error also when using the network wizard. Try the information
    on autodesk products over at www.appdeploy.com


    --
    Thanks,
    Keith V. Klenke
    --------------------------------------------------
    Hey everyone,
    I just wanted to let you know there is a site that may be of some use. A
    lot of people who work with Novell products, and are VERY good with
    implementations and troubleshooting, frequent the site. You can find it at:
    http://www.abend.org
    --------------------------------------------------


    create a network image for MDT fine, but when I select InventorPRO.MSI, I
    get a Wizard error:
    product installer file. This file is located on your product CD in the
    Autodesk product installer folder.
    roll in the service pack.
     
    Keith V. Klenke, Feb 13, 2004
    #2
  3. I use a vbs file to do it:

    on error resume next
    Set WshShell = CreateObject("WScript.Shell")
    WshShell.Run "msiexec.exe /i
    ""\\it.local\fasttrack\Program\i\Inventor8\Inventor 8 CD
    1\bin\acadfeui\Inventor\inventor.msi"" ADSK_SILENT_LICENSE=YES
    ALLOWDRAWINGEDIT=1 CONTENTLIBRARYEDIT=1 DRAWINGSTANDARD=ISO INSTALLLEVEL=5
    INSTALLDIR=""C:\Program Files\Autodesk"" SERIALPREFIX=123
    SERIALSUFFIX=1234567 LICENSETYPE=NETWORK UNITS=MM /qr",1,true
    WshShell.Run "%windir%\regedit /s
    ""\\it.local\fasttrack\Program\Common\CAD\Inventor
    8\licenceEMT.reg""",1,true
    WshShell.Run "\\it.local\FastTrack\Program\Common\CAD\Inventor
    8\Inventor8_ais_SP1.exe",1,true
    WScript.Echo "Installation Ready"


    Watch for word wraps

    --
    Best Regards, Jimmy Bergmark
    CAD and Database Developer Manager at www.pharmadule-emtunga.com
    Take a look at
    JTB FlexReport (FLEXlm report tool) - www.jtbworld.com/jtbflexreport
    SmartPurger (Purges automatically) - www.jtbworld.com/?/smartpurger.htm
    or download some freeware at www.jtbworld.com
    More on AutoCAD 2004;
    www.jtbworld.com/autocad2004.htm
    www.jtbworld.com/autocad2004tips.htm
     
    Jimmy Bergmark, Feb 13, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.