Active setup is not working VS 2008 setup & deployment msi
Hi all,
I have some user specific information available in HKEY_CURRENT_USER. I want this information in all user. I am running my MSI with AllUSERS=1, so it is running under System Account. Still I am not getting the information in all user. So somewhere I read saying that this will be achieved using Active Setup.
I have written the Active Setup in HKLM under Installed Components. I have made the entries like this.
ComponentName=[ProductName]
StubPath="msiexec /fpu [ProductCode] /qn
Version=[ProductVersion]
When I install this in some user and when I switch to other user it is not reflacting the HKUSer information in other user.
Please suggest me how to resolve this issue.
I am very new guy to Installation.
Thanks in advance.
Regards,
Sanjay
I have some user specific information available in HKEY_CURRENT_USER. I want this information in all user. I am running my MSI with AllUSERS=1, so it is running under System Account. Still I am not getting the information in all user. So somewhere I read saying that this will be achieved using Active Setup.
I have written the Active Setup in HKLM under Installed Components. I have made the entries like this.
ComponentName=[ProductName]
StubPath="msiexec /fpu [ProductCode] /qn
Version=[ProductVersion]
When I install this in some user and when I switch to other user it is not reflacting the HKUSer information in other user.
Please suggest me how to resolve this issue.
I am very new guy to Installation.
Thanks in advance.
Regards,
Sanjay
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Whilst I appreciate that English is not your first language, you need to be careful with your choice of words and phrases. For example, when you say "I want this information in all user", it implies that you want the information be in the 'All Users' profile, for which Active Setup is no use.
What I you *actually* mean is that you want the settings to be created for every user who logs in to the machine.
Does your 'Installed Components' key include the ProductCode? Have you read the AppDeploy AS article?
What I you *actually* mean is that you want the settings to be created for every user who logs in to the machine.
Does your 'Installed Components' key include the ProductCode? Have you read the AppDeploy AS article?
Posted by:
sanjaypakale
13 years ago
Posted by:
Nicole
13 years ago
Posted by:
sanjaypakale
13 years ago
Posted by:
SandeepPanat
13 years ago
Posted by:
pjgeutjens
13 years ago
A few points:
1) you can omit the ComponentName entry and just change the default value to [ProductName]
2) did you remember to insert a GUID or some other unique value under Installed Components?
The regkey should be HKLM\SOFTWARE\Microsoft\ActiveSetup\Installed Components\<GUID>\
The rest of it looks ok. I assume your package actually does write the HKLM regkey, and does not 'forget' this for some reason?
PJ
1) you can omit the ComponentName entry and just change the default value to [ProductName]
2) did you remember to insert a GUID or some other unique value under Installed Components?
The regkey should be HKLM\SOFTWARE\Microsoft\ActiveSetup\Installed Components\<GUID>\
The rest of it looks ok. I assume your package actually does write the HKLM regkey, and does not 'forget' this for some reason?
PJ
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.