/build/static/layout/Breadcrumb_cap_w.png

How to set the display name for Active Setup

I understand that the Name displayed while active setup is running comes from the (Default) key. When this is blank the StubPath is displayed instead. When I try to set a value to Default it just creates a new string each time. When exporting a .reg file I see this is stored as @="String Name". The entry I added with a REG ADD script is "@"="String Name".

Is there a way to set the default value via a script? I would prefer a common name to show up rather than "msiexec /fu {GUID} /qn". I could just make a .reg file and silently import that but I figure there has to be a way to do this using reg add??

Thanks.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: schieb 16 years ago
Purple Belt
0
I just added these keys to the MST file in a seperate component which avoids the need for any scripting. However, if anyone knows this I would still like to know. Thanks.
Posted by: gmorgan618 15 years ago
Blue Belt
0
To use Reg Add ... use /ve for the default key
reg add "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\ActiveSetupTest" /ve /t REG_SZ /d "Test" /f

If you want to specify a value name
reg add "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\ActiveSetupTest" /v "StubPath" /t REG_SZ /d "Test" /f

reg /?
reg add /?
Posted by: schieb 15 years ago
Purple Belt
0
That was too easy. I guess I have always overlooked the /ve option. Thanks for pointing this out, I feel dumb.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ