Using Active Setup with Transforms
Hi All,
Can you set something straight for me? Is it accessible to use active setup with transforms of vendor packages?
I seem to be having endless problems when attempting this. Active setup is run on login, but it looks to me as if the MSI repairs without applying the transform, i.e. the vendors default CU reg goes down instead of my custom transformed reg.
Am I missing something? I never have these issues when using active setup with my own packages.
Any ideas welcomed!
Charlie
Can you set something straight for me? Is it accessible to use active setup with transforms of vendor packages?
I seem to be having endless problems when attempting this. Active setup is run on login, but it looks to me as if the MSI repairs without applying the transform, i.e. the vendors default CU reg goes down instead of my custom transformed reg.
Am I missing something? I never have these issues when using active setup with my own packages.
Any ideas welcomed!
Charlie
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
nheim
17 years ago
Posted by:
fuz_kitten
17 years ago
Root: 2
Key: Software\Microsoft\Active Setup\Installed Components\{443E2B19-C213-4A54-811B-2075166D5D46} <--Ramdon GUID
Name: StubPath
Value msiexec /fu {38B1A0DF-8889-464D-95C0-F8715E79F640} <--my ProductCode
...
..
.
Hang on... I'm fool! Pls ignore my post!
*cough* remember to clean down those roaming profiles kids.... :)
Thanks for your reply tho!
Key: Software\Microsoft\Active Setup\Installed Components\{443E2B19-C213-4A54-811B-2075166D5D46} <--Ramdon GUID
Name: StubPath
Value msiexec /fu {38B1A0DF-8889-464D-95C0-F8715E79F640} <--my ProductCode
...
..
.
Hang on... I'm fool! Pls ignore my post!
*cough* remember to clean down those roaming profiles kids.... :)
Thanks for your reply tho!
Posted by:
nheim
17 years ago
Hi Charlie,
glad to see, you figured it out.
Just a hint:
Set it up like this:
[2] Software\Microsoft\Active Setup\Installed Components\[Productcode]
Value: msiexec /i [Productcode] /fup /qn
With this, you can always look for the Productcode entry in AS to find it.
BTW: Always fun to read your posts. :-)
Regards, Nick
glad to see, you figured it out.
Just a hint:
Set it up like this:
[2] Software\Microsoft\Active Setup\Installed Components\[Productcode]
Value: msiexec /i [Productcode] /fup /qn
With this, you can always look for the Productcode entry in AS to find it.
BTW: Always fun to read your posts. :-)
Regards, Nick
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.