Question about active setup
I've succesfully implemented an active setup component into a package and it is working fine.
My question is, could someone tell me how to customize the message that is displayed when it is running during login.
The message that is currently displayed is "Setting up personalized settings for" followed by the command line that is specified in StubPath (msiexec.exe /fup {prodcode} )
What I would like is for the message to display "Setting up personalized settings for" followed by the name of the software (which would be a lot more informative to the user).
Is there any way I can change this?
Thanks
My question is, could someone tell me how to customize the message that is displayed when it is running during login.
The message that is currently displayed is "Setting up personalized settings for" followed by the command line that is specified in StubPath (msiexec.exe /fup {prodcode} )
What I would like is for the message to display "Setting up personalized settings for" followed by the name of the software (which would be a lot more informative to the user).
Is there any way I can change this?
Thanks
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
Jsaylor
14 years ago
Posted by:
icbrkr
14 years ago
Posted by:
aogilmor
14 years ago
Posted by:
icbrkr
14 years ago
I just grabbed an entry from my own box that had a package installed with this in there:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{2A202491-F00D-11cf-87CC-0020AFEECF20}]
"ComponentID"="Director"
"Version"="10,1,0,11"
"Locale"="EN"
"IsInstalled"=hex:01,00,00,00
@="Macromedia Shockwave Director 10.1"
Since this was around in our scripts before I ever existed in this position on our team, I'm not sure exactly where it came from
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{2A202491-F00D-11cf-87CC-0020AFEECF20}]
"ComponentID"="Director"
"Version"="10,1,0,11"
"Locale"="EN"
"IsInstalled"=hex:01,00,00,00
@="Macromedia Shockwave Director 10.1"
Since this was around in our scripts before I ever existed in this position on our team, I'm not sure exactly where it came from
Posted by:
Vard0
14 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.