Jump to content

Tischnoetentoet

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Tischnoetentoet

  1. well, that's ok when you want to copy a file at the beginning of the installation, but I want to copy this file after an install, and the install is runned at GUIRunOnce.cmd So, I don't think it helps if I put the file in the $Progs folder... But maybe I'm wrong.... Thanks for replying anyway!
  2. Hi all, I try to add users to my machine on the t13, t12 moment. It says systemerror 1317, and says the user does not exists when I try to add the user to a group (administrators). Also when I want to restart the pc, it says I have no right or something??? this is my cmd that I run on the t13, t12 moment: (things that went well are deleted to keep it small) errors: - shortcuts cannot be found - file to copy does not exists (or directory), but I am damned sure about that! CLS@echo offTITLE Windows XP SP1a ECHO.ECHO Delete unused shortcuts...DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk"DEL "%AllUsersProfile%\Start Menu\Programmatoegang en -instellingen.lnk"DEL "%AllUsersProfile%\Start Menu\Windows-Catalogus.lnk" ECHO.ECHO Copying Winrar 3.30 filescopy "%systemdrive%\install\Winrar\Rarreg.reg" "%ProgramFiles%\WinRAR\Rarreg.reg" ECHO.ECHO Restarting in 1 minute...shutdown.exe -r -f -t 60 -c "Windows XP will restart in 1 minute" ECHO.ECHO Delete temp files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\install EXITWhat's wrong with this??? btw. here is my userscreation: net user Geert /addnet localgroup Administrators Geert /add net user Jos /addnet localgroup Administrators Jos /add net accounts /maxpwage:unlimited EXIT
  3. I already put it in the install directory, but then it is copied to the install directory on the harddisk, but I want it to copy to program files directory! I'll try the one with "" "" around the paths Thanks
  4. Hi all, In my installation, I need to copy a file: I do this with the next line, but it doesn't work copy %systemdrive%\install\Winrar\Rarreg.reg %ProgramFiles%\WinRAR\Rarreg.regI hope you know what the problem is! Thanks
  5. well, it says the User does not exist! I tried it again and now I had more time to read the error message: User does not exist I hope you know what to do then
  6. Hi all, I use virtual pc 2004 to test my installation, but "the real thing" I want to test is the t13-t12 moment. But everytime I change something in my installation, I have to wait anaother half an hour before it gets to the t13 moment. Is there a way to get there quicker???? Thanks
  7. This is a part of my winnt.sif file [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No <------- TargetPath=\WINDOWS OemPreinstall=Yes <------- UnattendSwitch="yes" WaitForReboot="No" ProgramFilesDir="c:\" OemPnPDriversPath="Drivers\001_printer;Drivers\002_scanner" DriverSigningPolicy=Ignore****, it stood there 2 times Thanks for the quick help! btw. is the site down or what?? it's sooo slow
  8. Hi all, I have an cd with several installers in the directory $OEM$\$1\Install I.e. MSN with the installer MsnMsgs.msi When the setup reaches the 12 minutes, it is trying to install the applications, but he says the file c:\Msn\MsnMsgs.msi cannot be found.... How is this possible??? Thanks for reading my problem! btw. this happens for all installing applications, not only for msn...
  9. Hi, I try to add several users to my computer on installing with the next cmd: net user Name1 Name1 /addnet user Name2 Name2 /add net localgroup Administrators Name1 /addnet localgroup Administrators Name2 /add net accounts /maxpwage:unlimited EXITIt goes OK until net localgroup, then I get the message: (I had to read very quick ) Localgroup does not exist! But when I test it in windows xp with cmd.exe net localgroup Administrators ExistingUser /add It says operation is succesfull! What's the problem??? Thanks!
×
×
  • Create New...