[wpkg-users] What to for config for HCU?
Jean-Jacques Moulis
jj at isy.liu.se
Wed Nov 16 21:33:13 CET 2005
On Wed, 16 Nov 2005 13:41:30 +0100 Alexandros Gougousoudis <gougousoudis at kh-berlin.de> wrote:
AG> Hi,
AG>
AG> what do you folks do, if you want to make an installation for a specific
AG> user, or for the user logging in? My problem ist i.e. the language
AG> setting in 7-zip. It is set in the registry under HKEY_CURRENT_USER,
AG> with an additional key. So it must be set once if a user is logging into
AG> the system for the first time. Setting it in HLM has no effect. This is
AG> only a specific example, but should be a problem in several variations
AG> to all of you. How did you get around that?
AG>
An excert of what we do in our logon script at net use h: %LOGONSERVER%\%USERNAME% /persistent:no
......
@if not exist "H:\.xil" regedit /s \\pdc\netlogon\modsim.reg
@if not exist "H:\.xil" regedit /s \\pdc\netlogon\xilinx.reg
@echo "done" > H:\.xil
.....
@if exist "C:\OOO" if not exist "H:\NT\OpenOffice.org\instdb.inf" \\pdc\netlogon\OpenOffice.org.exe
OpenOffice.org.exe is a self extracting zip that contains per user installation of
OpenOffice ; this is done to avoid the OOO new user wizard
You could use fancier ways, this is a simple one that works for us.
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
More information about the wpkg-users
mailing list