Adobe Acrobat profile problem
Hi!
I'm trying to deploy Adobe Acrobat Pro 7.0 in my organization, and the MSI is very friendly. The only problem is that Adobe Designer, which is part of the Adobe Acrobat Pro product, saves all its templates to the local profile on first start up. We have a 10 mb limitied profile on our network, so this is a problem for us.
Has anyone seen this? How do I redirect this to another directory?
markus
I'm trying to deploy Adobe Acrobat Pro 7.0 in my organization, and the MSI is very friendly. The only problem is that Adobe Designer, which is part of the Adobe Acrobat Pro product, saves all its templates to the local profile on first start up. We have a 10 mb limitied profile on our network, so this is a problem for us.
Has anyone seen this? How do I redirect this to another directory?
markus
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
goosey1
19 years ago
Heya Markus,
Adobe Designer stores the location of it's templates in %appdata%\Adobe\Designer\en\Templates\LocalTemplates.xml
I changed the xml contents to
Worked like a charm.
I'll probably implement it by writing a 'cleanup' script that runs along after the install of Pro and moves the Templates to a new location and edit's the XML file to suit.
Adobe Designer stores the location of it's templates in %appdata%\Adobe\Designer\en\Templates\LocalTemplates.xml
I changed the xml contents to
<?xml version="1.0" encoding="UTF-8"?>
<templateTabSet default=".\Standard\Letter.tds">
<tab name="Standard" directory="D:\Templates\Standard"/>
<tab name="Sample" directory="D:\Templates\Sample"/>
<tab name="Custom" directory="D:\Templates\Custom"/>
</templateTabSet>
Worked like a charm.
I'll probably implement it by writing a 'cleanup' script that runs along after the install of Pro and moves the Templates to a new location and edit's the XML file to suit.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.