System Variable for Publish Option

System Variable for Publish Option

Anonymous
Not applicable
777 Views
2 Replies
Message 1 of 3

System Variable for Publish Option

Anonymous
Not applicable

In Autocad 2016, the  Publish command defaults to  "Include Model When Adding Sheets."  I am trying to find the system variable that contorls this setting so I can turn it off globally for 40 users.

 

Thanks

0 Likes
Accepted solutions (2)
778 Views
2 Replies
Replies (2)
Message 2 of 3

jdiala
Advocate
Advocate
Accepted solution

I don't know of any variable that control this settings but it is stored on the registry under

 

HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\Rxx.x\ACAD-xxxx:xxx\Profiles\<<xxx>>\Dialogs\AcPublishDlg\IncludeLayout
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\Rxx.x\ACAD-xxxx:xxx\Profiles\<<xxx>>\Dialogs\AcPublishDlg\IncludeModel

 

Set the value of IncludeLayout to "1" and "0" to IncludeModel = layout only

 

xx.x = Acad version
xxxx:xxx = Product id:Language
<<xxx>> = Profile name

 

Use the vl-registry-write function to modify the keys

 

Below is the link is a reference for product Id and language code
http://adndevblog.typepad.com/autocad/2013/08/registry-values-for-productid-and-localeid-for-autocad...

0 Likes
Message 3 of 3

Anonymous
Not applicable
Accepted solution

That'll do!  Thanks!

0 Likes