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

    DWG TrueView

    Reply
    Member
    Posts: 3
    Registered: ‎05-22-2012

    Re: TrueView 2013 deployment

    05-22-2012 01:22 PM in reply to: mlabell

    Hello,

     

    Have any of you tried to do a silent installation (without modifying the MSI) to a different path (i.e. D:\Win32\Autodesk\.."?

     

    Regards,

     

    Rikard Strand

    Please use plain text.
    Distinguished Mentor
    Posts: 839
    Registered: ‎09-07-2004

    Re: TrueView 2013 deployment

    08-20-2012 02:09 PM in reply to: mlabell

    For Design Review and DWG TrueView on Windows 7 64-bit.

     

    Figuring out which runtime installs are required is frustrating for 2013. The following are all mentioned in this topic, various blogs, the setup.ini, etc.

     

    Surely all of this is not required?

     

    • x86 Visual C++ Runtimes: 2005 SP1 ATL, 2008 SP1, 2010 SP1
    • x64 Visual C++ Runtimes: 2008 SP1, 2010 SP1
    • wmfdist64.exe, NetFx20.exe, msxml6_x64.msi
    • DirectX 9
    • DOTNET4;DOTNET4KB2468871

    In the TrueView setup.ini the AOEM prerequisite is listed as:

    PREREQUISITE=VCREDIST2008SP1X86;VCREDIST2008SP1X64;VCREDIST2010SP1X86;VCREDIST2010SP1X64;DOTNET20;DIRECTX;MSXML6;WMF95X64

    which doesn't even mention .NET 4.0 which the readme specifically says is required including Update 1 being mandatory.

     

    In the Design Review Installation guide it mentions VCC2010SP1x86 and .NET 4 but the ADR prerequisite in the TrueView setup.ini lists the following.

    PREREQUISITE=VCREDIST2010SP1X86;DOTNET4;DOTNET4KB2468871

     

    The main ones I would like to eliminate are:

    2005 VC++, MSXML, .NET 2.0, WMFDIST

     

    I think the reason why people are listing VCC 2005 is a prerequisite for their deployment system to work rather than for TV or ADR itself. Is that correct? I can't imagine why .NET 2.0 would be listed.

     

    Thanks in advance.

    Please use plain text.
    Valued Contributor
    skatterbrainz
    Posts: 54
    Registered: ‎07-21-2010

    Re: TrueView 2013 deployment

    08-26-2012 02:47 AM in reply to: RikardStrand

    Did you try specifying INSTALLDIR=<path> ?  For example...

     

    setup.exe /Q /W /I /v"INSTALLDIR=D:\TrueView2013"

     

    or (possibly)...

     

    setup.exe /Q /W /I setup.ini INSTALLDIR=D:\TrueView2013

    -------------------------
    Get the Visual LISP Developer's Bible 2011 Edition, and the AutoCAD Network Administrator's Bible 2012 Edition on Amazon Kindle
    Please use plain text.