Navisworks Exporters 2022 - create network deployement?

Navisworks Exporters 2022 - create network deployement?

dtiemeyer
Advisor Advisor
4,080 Views
13 Replies
Message 1 of 14

Navisworks Exporters 2022 - create network deployement?

dtiemeyer
Advisor
Advisor

In versions 2021 and prior of Navisworks Exporters, I was able to create a network deployment that could silently install. How can I do that in version 2022?  When I run Setup.exe all that appears is a local install option.

My other CAD is a Cadillac and I like to Revit to the Max!
0 Likes
Accepted solutions (1)
4,081 Views
13 Replies
Replies (13)
Message 2 of 14

natasha.l
Alumni
Alumni

Hello @dtiemeyer

 

We have an article that provides the adjustments needed in the .bat file to run the deployment silently in 2022 versions. 

 

How to install Autodesk Products silently

Create deployments from Autodesk Account (related article)

 

Please "Accept Solution" if a reply or replies have helped resolve the issue or answered your question, to help others in the community.

0 Likes
Message 3 of 14

dtiemeyer
Advisor
Advisor

Hi Natasha, thank you for the reply, but the Navisworks Exporters does not create a deployment batch file. When you run setup.exe there is no option for network deployment, therefore no option to create a .BAT which would contain silent install option.

My other CAD is a Cadillac and I like to Revit to the Max!
0 Likes
Message 4 of 14

dtiemeyer
Advisor
Advisor

Hello @natasha.l , did you have the opportunity to look into the Navisworks Exporters 2022 setup?  The download link is below. Please advise, thank you.

https://www.autodesk.com/products/navisworks/3d-viewers

 

My other CAD is a Cadillac and I like to Revit to the Max!
0 Likes
Message 5 of 14

dtiemeyer
Advisor
Advisor

@natasha.l  Were you able to look specifically at Navisworks Exporters 2022?  It is not available in my 'Account' to create a deployment with (I have AEC Collection). When I download the installer at the link provided, there are no switches to be run silently, nor an opportunity to create a package.  How can I deploy this program silently?

 

Thank you.

My other CAD is a Cadillac and I like to Revit to the Max!
0 Likes
Message 6 of 14

dtiemeyer
Advisor
Advisor
Accepted solution

To anyone who may desire to silently install Navisworks Exporters, I've found the 'New to 2022'  SETUP.EXE uses different switches than in previous years. In previous years we could use /quiet or  /qn  to silently install.  The 2022 SETUP.EXE needs the switch   --silent

 

Therefore, to silently install, I'm downloading the entire package as it extracts itself from the download to C:\Autodesk on the local computer then running the SETUP.EXE --silent  command on that local file.  There may be other techniques, but this one is best for me.  Below is the code for my .BAT   Cheers  -Dustin

 

 

IF NOT EXIST "C:\Autodesk\Autodesk_Navisworks_Exporters_2022_Win_64bit_dlm" mkdir "C:\Autodesk\Autodesk_Navisworks_Exporters_2022_Win_64bit_dlm"

 

XCOPY "\\<<server>>\Autodesk\Navisworks Exporters\2022\Package\Autodesk_Navisworks_Exporters_2022_Win_64bit_dlm" "C:\Autodesk\Autodesk_Navisworks_Exporters_2022_Win_64bit_dlm" /s /h /i

 

CD C:\Autodesk\Autodesk_Navisworks_Exporters_2022_Win_64bit_dlm

 

Setup.exe --silent

My other CAD is a Cadillac and I like to Revit to the Max!
Message 7 of 14

pmd
Participant
Participant

Yes but how do you configure the network license?

0 Likes
Message 8 of 14

dtiemeyer
Advisor
Advisor

I believe the Exporters do not require a license.

My other CAD is a Cadillac and I like to Revit to the Max!
Message 9 of 14

DarrenP
Consultant
Consultant

@pmd wrote:

Yes but how do you configure the network license?


network license for what?

DarrenP
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

0 Likes
Message 10 of 14

pmd
Participant
Participant

I can install with the --silent argument, but how do you configure an ini the or equivalent to activate the license for the user?  After the software is installed it requires a network license code to be entered, I can't do this for 100's of devices.

 

Just after abit of advice.

0 Likes
Message 11 of 14

DarrenP
Consultant
Consultant

the exporters don't use a license of any kind

DarrenP
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

0 Likes
Message 12 of 14

pmd
Participant
Participant

I don't understand what you mean by an exporter!

0 Likes
Message 13 of 14

DarrenP
Consultant
Consultant

that is what this thread is about

its these: https://www.autodesk.com/products/navisworks/3d-viewers?us_oa=dotcom-us&us_si=7c7acd70-e7bc-4315-97b...

DarrenP
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

0 Likes
Message 14 of 14

Christoph.StulzD4S4Y
Participant
Participant

Hello,
Naviceworks Exporters 2022 although installs "Autodesk Desktop App".
Is it possible to disable it for silent install?

Christoph

0 Likes