June 9, 200422 yr I have a pretty complicated unattended installation using the GUIRunOnce.The CD is being used on several computer within a network. So every NAme has to be unique. so in the winnt.sif I putComputername = *I also create one user besides administrator with administrator privileges.Also I use $Docs to copy start menu data to the account.The problem is that%userprofile% = Username.ComputernameIs being stored in Documents and settings and the copy of $Docs is to just UsernameAny way to avoid this cause Username.Computername looks kinda ugly....Thanks
June 10, 200422 yr make a sfx archive with output directory to %USERPROFILE% or %ALLUSERPROFILE%, put it on GuiRunOnce/RunOnceEx lists.
June 10, 200422 yr you usually get Username.Computername when existing Documents and Settings folders are already named Usernameif it is on a fresh hard drive, it should not have named it Username.Computername
Create an account or sign in to comment