Active Setup
Hi I need help with Active Setup. I can create a key that goes into HKLM\SOFTWARE\Active Setup\Installed Components\ that runs a script to create the reg keys I need for each user logging in but I dont have a wise script to call. Anyone have one?
0 Comments
[ + ] Show comments
Answers (21)
Please log in to answer
Posted by:
dmack
12 years ago
Posted by:
kardock
12 years ago
Posted by:
dmack
12 years ago
Posted by:
andys0123
12 years ago
Posted by:
anonymous_9363
12 years ago
The client says to use wise script only.Then they are clearly unaware that Wise is dead in the water. Yes, I know Flexera have subsumed Wise and will be supporting WiseScript at some point in the future (they say) but any fool can see the writing on the wall. It's your responsibility as the packaging "expert" to guide your client so that they do't end up -sorry, remain - in a technological back-water.
Posted by:
dmack
12 years ago
I agree with you VBScab. I did actually recommend vbscript (as a wrapper) and they said no to that too. Not much else I can do...anyway thanks for the responses.
Actually one more thing, how do you give permissions to for the active setup key to write to the reg if it is locked down? Setacl.exe was used before for win xp but what can i use for windows 7?
Actually one more thing, how do you give permissions to for the active setup key to write to the reg if it is locked down? Setacl.exe was used before for win xp but what can i use for windows 7?
Posted by:
anonymous_9363
12 years ago
Posted by:
dmack
12 years ago
Posted by:
dmack
12 years ago
Posted by:
jmaclaurin
12 years ago
No, otherwise it would defeat the purpose. UAC should prompt to elevate permissions at the time the MSI it is run if run manually, otherwise put your command in a CMD file and you can run that as administrator. If the technician is an administrator on the machine, all they need to do is click yes when UAC prompts.
In the case of an active setup, I believe you should limit its contents to the user's profile and I'd also suggest you don't open up file/reg locations permissions in an attempt to bypass UAC. HKLM entries should be included in the original install.
In the case of an active setup, I believe you should limit its contents to the user's profile and I'd also suggest you don't open up file/reg locations permissions in an attempt to bypass UAC. HKLM entries should be included in the original install.
Posted by:
dmack
12 years ago
Posted by:
andys0123
12 years ago
Posted by:
Matias M Andersen
12 years ago
To set permissions on the ActiveSetup key in HKLM will still require elevated rights, and I wouldn’t recommend giving users write permissions to this key for obvious reasons.
As "andy0123" writes, build a MSI with the HKCU keys and add the ActiveSetup key in HKLM as well. One MSI to rule them all ;). Deploying in System context will work out of the box, hopefully technicians have permissions to bypass UAC and install the MSI. (Disable UAC is not an option).
As "andy0123" writes, build a MSI with the HKCU keys and add the ActiveSetup key in HKLM as well. One MSI to rule them all ;). Deploying in System context will work out of the box, hopefully technicians have permissions to bypass UAC and install the MSI. (Disable UAC is not an option).
Posted by:
anonymous_9363
12 years ago
Posted by:
Matias M Andersen
12 years ago
Posted by:
jmaclaurin
12 years ago
Posted by:
Arminius
12 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.