Jump to content

Recommended Posts

Posted (edited)

Afternoon,

 

Our installation of Techsoft 2D design somehow hasn't managed to associate the file type in the registry. Can anyone export the correct registry key for the association so I can add it to a GPO?

 

Otherwise I'll sit down and Google it later tonight (teaching all day).

 

Cheers and appreciated,

 

Gareth

 

[Edit That should be 2D design Sorry]

Edited by garethedmondson
[Edit That should be 2D design Sorry]
Posted

Gareth, I don't know what the extensions or exe files are as I don't have it installed on my workstation, however, the format for it is as below which you should be able just substitute the relevant entries ...

 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.doc]

"Application"="winword.exe"

Posted

Ok, just had a quick look on one of our DT stations and so the reg frag should be

 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.dtd]

"Application"="2ddes32.exe"

Posted

This is what we use...

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile]
@="Design Tools Drawing File"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\DefaultIcon]
@="C:\\Program Files\\TechSoft Design Tools\\2D Design V2\\2ddes32.exe,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\shell]
@="open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\shell\open]
@="&Open"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesignToolsDrawingFile\shell\open\command]
@="\"C:\\Program Files\\TechSoft Design Tools\\2D Design V2\\2ddes32.exe\" \"%1\""

  • 8 years later...
Posted

Resurrecting this thread.

 

We usually deliver our file associations using an xml file, through a gpo and it works well.

 

This is what I'd added to the xml file, but it doesn't seem to be doing fat lot.

 

 

I've also tried Arthur's registry method, only importing it locally, but still no difference.

 

Anyone have anymore fresh thoughts on this please?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...