DWG TrueView 2012 problem
Hello,
When I install Autodesk DWG TrueView 2012 (x64) with local administrator account to Windows 7, .dwg file type is linked correctly to this software.
After logging with user account or other administrator account to same workstation and attempting to open any .dwg file for first time, I get error message: "There was a problem sending the command to the program", then MSI self-repair occurs and I don't get that error anymore when opening .dwg files.
How you can deploy DWG TrueView to all users without getting this error?
When I install Autodesk DWG TrueView 2012 (x64) with local administrator account to Windows 7, .dwg file type is linked correctly to this software.
After logging with user account or other administrator account to same workstation and attempting to open any .dwg file for first time, I get error message: "There was a problem sending the command to the program", then MSI self-repair occurs and I don't get that error anymore when opening .dwg files.
How you can deploy DWG TrueView to all users without getting this error?
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
Teitan
13 years ago
Posted by:
anonymous_9363
13 years ago
@Teitan
@weedee, you need to set up the shortcut (or file association) so that it's advertised. That way, the app will self-heal before the error occurs. There's plenty here on AD about setting up self-healing so use the 'Search' function.
Check this reg path for .dwg and modify your MSI so that the reg keys are getting installed directly to HKCR.You need to remember that HKCR isn't a separate branch of the registry but a merge of HKCU\Software\Classes and HKLM\Software\Classes. Where the file association gets set up depends on whether the app gets installed per-user or per-machine, one powerful reason for using the advertising tables rather than writing directly to the Registry table.
@weedee, you need to set up the shortcut (or file association) so that it's advertised. That way, the app will self-heal before the error occurs. There's plenty here on AD about setting up self-healing so use the 'Search' function.
Posted by:
Teitan
13 years ago
Posted by:
weedee
13 years ago
Posted by:
Teitan
13 years ago
Another solution would be to create an Active Setup key which applies a reg file including the file associations.
But you should rather take a look at the extension table as VBScab said because there is no good reason to do something in another way if msi supports it.
http://msdn.microsoft.com/en-us/library/aa368571(v=VS.85).aspx
But you should rather take a look at the extension table as VBScab said because there is no good reason to do something in another way if msi supports it.
http://msdn.microsoft.com/en-us/library/aa368571(v=VS.85).aspx
Posted by:
jerry05031111
13 years ago
You need to remember that HKCR isn't a separate branch of the registry but a merge of HKCU\Software\Classes and HKLM\Software\Classes. Where the file association gets set up depends on whether the app gets installed per-user or per-machine, one powerful reason for using the advertising tables rather than writing directly to the Registry table.
[url=http://office2007use127.bloguez.com/office2007use127/2368754/Microsoft-Office-2007-Is-An-Ideal-Tool-To-Create-Better-Documentation]Microsoft Office 2007 Is An Ideal Tool To Create Better Documentation[/url]
[url=http://www.blogster.com/office2007use127/how-to-set-passwords-for-microsoft-office-2007]How To Set Passwords For Microsoft Office 2007[/url]
[url=http://office2007use127.mancouch.com/752629400/are-you-hunting-support-genuine-microsoft-office-2007/]Are You Hunting Support Genuine Microsoft Office 2007[/url]
[url=http://office2007use127.bloguez.com/office2007use127/2368754/Microsoft-Office-2007-Is-An-Ideal-Tool-To-Create-Better-Documentation]Microsoft Office 2007 Is An Ideal Tool To Create Better Documentation[/url]
[url=http://www.blogster.com/office2007use127/how-to-set-passwords-for-microsoft-office-2007]How To Set Passwords For Microsoft Office 2007[/url]
[url=http://office2007use127.mancouch.com/752629400/are-you-hunting-support-genuine-microsoft-office-2007/]Are You Hunting Support Genuine Microsoft Office 2007[/url]
Posted by:
weedee
13 years ago
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.