I deploying Visual Studio 2010, and have done so sucessfully.
The difficulty is deploying the documentation.
The command line is "%programfiles%\Microsoft Help Viewer\v1.0\HelpLibManager.exe" /silent /product VS /version 100 /locale en-US /content "%ALLUSERSPROFILE%\Microsoft\HelpLibrary" /sourceMedia \\yourserver.xxx.yz\vs2010\ProductDocumentation\HelpContentSetup.msha
which works fine as a user, but not at the NT Authority/system. Apparantly it cannot be install under the system context.
The error I get in the local application log is.
-----------------
The description for Event ID 1013 from source HelpLibManager cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
An error occurred on setting library location ('C:\ProgramData\Microsoft\HelpLibrary\'): System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
at System.Security.Principal.NTAccount.Translate(Type targetType)
at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
at Microsoft.Help.Manager.Models.SettingsProvider.CreateAndAclLocalStore(String location, String currentDomainName, String currentUserName)
at Microsoft.Help.Manager.Models.SettingsProvider.SetLibraryLocation(String location)
The handle is invalid
----------------------------------
So,
How can I run the command line above, as a normal user with administrative priveleges, without elevating the logged on users priveleges.
Maybe someone can shed some light on the best way to proceed.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi All,
I deploying Visual Studio 2010, and have done so sucessfully.
The difficulty is deploying the documentation.
The command line is "%programfiles%\Microsoft Help Viewer\v1.0\HelpLibManager.exe" /silent /product VS /version 100 /locale en-US /content "%ALLUSERSPROFILE%\Microsoft\HelpLibrary" /sourceMedia \\yourserver.xxx.yz\vs2010\ProductDocumentation\HelpContentSetup.msha
which works fine as a user, but not at the NT Authority/system. Apparantly it cannot be install under the system context.
The error I get in the local application log is.
-----------------
The description for Event ID 1013 from source HelpLibManager cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
An error occurred on setting library location ('C:\ProgramData\Microsoft\HelpLibrary\'): System.Security.Principal.IdentityNotMappedException: Some or all identity references could not be translated.
at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)
at System.Security.Principal.NTAccount.Translate(Type targetType)
at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
at System.Security.AccessControl.CommonObjectSecurity.AddAccessRule(AccessRule rule)
at Microsoft.Help.Manager.Models.SettingsProvider.CreateAndAclLocalStore(String location, String currentDomainName, String currentUserName)
at Microsoft.Help.Manager.Models.SettingsProvider.SetLibraryLocation(String location)
The handle is invalid
----------------------------------
So,
How can I run the command line above, as a normal user with administrative priveleges, without elevating the logged on users priveleges.
Maybe someone can shed some light on the best way to proceed.
Thanks in advance
Kieran
Share this post
Link to post
Share on other sites