About the Authors


  • Antonio Barroca

    David Lau

    Giancarlo Molo

    Hashim Mundol

    Aaron Hai
     

May 2012

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Translate

Autodesk Care


« Design Review 2012: Where is Design Review when I modify the deployment? | Main | SketchBook Designer 2012 in AutoCAD 2012: It does not load in AutoCAD »

07/07/2011

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Alex Diaz

David,

As an IT/CAD Administrator I am always looking for ways to install any software silently. Few days ago I needed a way to create silent installs for the Revit 2011 extensions (we have not moved to 2012 yet) and I found a workaround. I posted the steps here for anyone looking to do the same.

http://forums.autodesk.com/t5/Installation-Licensing/Revit-2011-Extensions-How-to-install-passively/td-p/2709879

I forgot to add the last step. Once you have all the extracted files and the response (.ISS) file in the same folder, to silently install the extension you run:

setup.exe -s setup.iss

Alex

David Lau

Thanks for sharing this with the community.

Alex Diaz

You’re welcome.

Alternatively to the solution above for the 2012 extensions, if you do have a mixed OS environment (32 and 64 bit) and using a software distribution product like SMS or SCCM you can extract the 2012 extension package then use this command line in your program to install the extension:

Setup.exe /qn /I Setup.ini

Alex

Alex Diaz

Sorry the silent switch should be /qb

The command line will be:

Setup.exe /qb /I Setup.ini

The comments to this entry are closed.