Jump to content

Tischnoetentoet

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts 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
    EXIT

    What'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. 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

  4. 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...

  5. 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
    EXIT

    It 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...