GeneralHow to automatically import TeXnicCenter configuration

General information and discussion about TeXnicCenter
Post Reply
franck22
Posts: 2
Joined: Mon May 04, 2009 3:39 pm

How to automatically import TeXnicCenter configuration

Post by franck22 »

Hello,

I'd like to automatically import on several computers the same configuration saved by an export command in TeXnicCenter (on a master computer).
There is a way to import the file by using the command line ?
What are the different other solutions ?

Rgds

Franck.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
T3.
Posts: 208
Joined: Fri Mar 14, 2008 12:58 pm

How to automatically import TeXnicCenter configuration

Post by T3. »

franck22 wrote:I'd like to automatically import on several computers the same configuration saved by an export command in tekniccenter (on a master computer).
There is a way to import the file by using the command line ?
AFAIK, it can't be done this way.
franck22 wrote:What are the different other solutions ?
TC stores profiles in registry under:

HKEY_CURRENT_USER\Software\ToolsCenter\TeXnicCenter\Profiles

Export that key (with reg.exe or regedit.exe) to a .reg file on your master computer and then merge it into registry on all the other PCs.

Cheers,

Tomek
franck22
Posts: 2
Joined: Mon May 04, 2009 3:39 pm

How to automatically import TeXnicCenter configuration

Post by franck22 »

T3. wrote:
franck22 wrote:I'd like to automatically import on several computers the same configuration saved by an export command in tekniccenter (on a master computer).
There is a way to import the file by using the command line ?
AFAIK, it can't be done this way.
franck22 wrote:What are the different other solutions ?
TC stores profiles in registry under:

HKEY_CURRENT_USER\Software\ToolsCenter\TeXnicCenter\Profiles

Export that key (with reg.exe or regedit.exe) to a .reg file on your master computer and then merge it into registry on all the other PCs.
Thanks for your advice, but it was the first thing I tried : there are problems with somme keys, in each profiles, which contain binary characters (represented by a square in regedit -DDEcmd, Processcmd) and I was unabled to import after an export (I need to launch the profile helper after import in the registry). It is the reason why I was looking an other way to realise this.
I've just tried with regedit : I can make a test with reg.exe.

Regards.
User avatar
T3.
Posts: 208
Joined: Fri Mar 14, 2008 12:58 pm

How to automatically import TeXnicCenter configuration

Post by T3. »

franck22 wrote:Thanks for your advice, but it was the first thing I tried : there are problems with somme keys, in each profiles, which contain binary characters (represented by a square in regedit -DDEcmd, Processcmd) and I was unabled to import after an export (I need to launch the profile helper after import in the registry). It is the reason why I was looking an other way to realise this.
I've just tried with regedit : I can make a test with reg.exe.
Try with reg save/load. This will dump/load binary registry (sub)hives. Maybe it will work better.

And file a bug report with TC. It should be possible to export/import its registry keys with standard tools.

Cheers,

Tomek
ego533
Posts: 10
Joined: Fri Aug 15, 2008 8:00 pm

Re: how to automatically import profile configuration ?

Post by ego533 »

   This other thread may provide some information:

http://www.latex-community.org/forum/vi ... 81&p=20262

 
Post Reply