Deployment of same settings for DWG TrueView 2021

Deployment of same settings for DWG TrueView 2021

Peter2_1
Collaborator Collaborator
1,716 Views
6 Replies
Message 1 of 7

Deployment of same settings for DWG TrueView 2021

Peter2_1
Collaborator
Collaborator

I have to install the software on approx. 10 PCs and want to provide same user settings (support path; plot path, ..) on a simple way. The installation would be done manually on each PC, for the (modified) settings I want export and import a REG file.

But besides the fixed local paths and the fixed network paths I have to use the different user-depending paths.  When I export the reg the are also "hardcoded", so the question is:

Will it work when I modify the REG with variables like "%temp%" or especially %RoamableRootFolder% (which is created during the installation)?

 

Thanks!

AutoCAD Map 3D 2023 German / Oracle
0 Likes
1,717 Views
6 Replies
Replies (6)
Message 2 of 7

natasha.l
Alumni
Alumni

Hello @Peter2_1

 

I see that the community has not provided you with a response.

You seem to be trying to deploy customized settings to your installation of DWG TrueView 2021. 

In this case please reach out to a consultant through our Services Market Place  for assistance with customizations.

0 Likes
Message 3 of 7

m_latz
Advisor
Advisor

I recommend to modify the dwgviewr.msi with a transform (.mst). It is very easy to do. And if a different user logs in, it is also deployed without additional steps.

 

If you have an example reg file I will take a look and prepare a transformation for you.

 

regards

 

Markus

Message 4 of 7

Peter2_1
Collaborator
Collaborator

Hi Markus

 

I never used and don't know a MST, but thanks for your offer - here is an example REG:

 

AutoCAD Map 3D 2023 German / Oracle
0 Likes
Message 5 of 7

m_latz
Advisor
Advisor

Just took a short look to your registry and yes most depends on "ROAMINGUSERFILESFOLDER".  But others like printer settings, support path, etc. can be modified through a transformation.

 

I will prepare a test transformation tomorrow which you can apply and try.

 

regards

 

Markus

0 Likes
Message 6 of 7

Peter2_1
Collaborator
Collaborator

@m_latz 

I just see that a MST is a binary file which I can not open and can not modify. So maybe it is regrettably not the best way for me ...

Otherway, I would works with modified reg-files. And if that fails, I will set the options manually. Not really smart, but for 10 installations not that hard ..

AutoCAD Map 3D 2023 German / Oracle
0 Likes
Message 7 of 7

m_latz
Advisor
Advisor

Okay.

 

Just some additional info:

Windows Installer is part of the operation system. And using transformations is also the way Autodesk modifies there installations during the installation process.

 

If you get/have a transformation you can use Orca.exe (for free) from Microsoft to check/verify what is modified. You can also use orca to create/modify a transformation, check patches (.msp) and modify msi files.

 

regards

 

Markus