On Wed, 16 Nov 2005 13:41:30 +0100 Alexandros Gougousoudis <[EMAIL PROTECTED]> 
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 [EMAIL PROTECTED] 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.





-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to