Real Player 10 Gold installs for each user and asks to register
i have created an msi using Package STudio 7 and it installs fine. but when i log in as another user.. it says it is installing, then it goes to the register screen. is there to make a generic installation for a multi-user environment?
i also want to turn off registering
thanks
i also want to turn off registering
thanks
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
gmorgan618
18 years ago
Try this... Realplayer is a little tricky ...
Use stubpath(if you don't know what it is, google search it) ... and use msiexec /fu <GUID> /qb
In the MSI make the keys
HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationComplete
@= 1
HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\FirstRunPlayed
@=1
I think those are the only two keys you need to add...
------
I snapshoted a registered copy - after changing all the locations to point to the All Users Profile and disabled Updates
-------
Good luck
Use stubpath(if you don't know what it is, google search it) ... and use msiexec /fu <GUID> /qb
In the MSI make the keys
HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationComplete
@= 1
HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\FirstRunPlayed
@=1
I think those are the only two keys you need to add...
------
I snapshoted a registered copy - after changing all the locations to point to the All Users Profile and disabled Updates
-------
Good luck
Posted by:
gmorgan618
18 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.