Not able to deploy
Hi guys,
I have a word document which should be deployed on this pathC:\Documents and Settings\<username>\Application Data\Microsoft\Templates.
I have created a msi which has word document on the specified path. when i install manually it is working good. But when i deploy through SCCM i can see the msi file in add remove programs not the word document file in the specified path.
Can any one provide me a solution.
I have a word document which should be deployed on this path
0 Comments
[ + ] Show comments
Answers (11)
Please log in to answer
Posted by:
bkelly
15 years ago
Posted by:
michaelnowell
15 years ago
I suspect that when you're deploying it via SCCM it is installing under the local system account and not the user account. This would result in the document being installed under a different location.
To check to see how your application is installing. Expand you application in SCCM, select Programs, right click the Program that you are installing (e.g. Per-user attended) and select properties. Look on the Environment tab and I suspect that it's set to run as 'Run with administrative rights'.
If you change this to 'Run with user's rights' then your document should install to the desired path.
To check to see how your application is installing. Expand you application in SCCM, select Programs, right click the Program that you are installing (e.g. Per-user attended) and select properties. Look on the Environment tab and I suspect that it's set to run as 'Run with administrative rights'.
If you change this to 'Run with user's rights' then your document should install to the desired path.
Posted by:
nheim
15 years ago
Posted by:
djain3
15 years ago
ORIGINAL: rvkc831
Hi guys,
I have a word document which should be deployed on this pathC:\Documents and Settings\<username>\Application Data\Microsoft\Templates.
I have created a msi which has word document on the specified path. when i install manually it is working good. But when i deploy through SCCM i can see the msi file in add remove programs not the word document file in the specified path.
Can any one provide me a solution.
Probably you may try to put this in your msi:
Posted by:
anonymous_9363
15 years ago
Probably you may try to put this in your msi:...which will mean your package will only install on XP. NT uses a different profile path as do Vista and Windows v7. I would regard that as sub-optimal, wouldn't you? :)
C:\Documents and Settings\[LogonUser]\Application Data\Microsoft\Templates.
Far and away the easiest route is to do as Michael says.
Posted by:
jmcfadyen
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
rvkc831
15 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.