Jump to content

Wicked187

Member
  • Posts

    44
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Wicked187

  1. You can assign additional IPs, but I believe the limitation is that they have to be on the same subnet, as they do not allow for any additional settings. Now, that being said, as long as you use an address range with the same subnet mask, you should be fine, as you wont need a default gateway. There are serious problems with this, though. Firewalls won't work well because they can easily be circumvented by spoofing the internal addresses from the outside. I suggest setting up a dedicated computer with 2 NICs, or buying a piece of hardware like the Linksys Router/Firewall box.
  2. Is there a way to change the registry settings during the install, and not on the first login? Also, is there a way to copy files during the install, and keep them from being overwritten? Thanks
  3. Nevermind, I removed the command it was supposed to run and just had the [GuiRunOnce] in the unattend.txt... it did not give me any errors... Now, what could possibly be wrong with my command? Does it do a check to see if the $OEM$ folder is going to be copied? Would setup know this from an unattend, for would it need to have this in a winnt.sif that would be loaded on the Gui portion of the install? Edit: What I have found is that the %systemroot% variable is not considered valid at this point... If I put in C:\ instead, it does not complain about the unattend.txt... not the only thing left to figure out is why the $OEM$ stuff is not getting copied... the $OEM$ dir in in the same dir as the i386 dir... Using the batch script I run to install, I can guarantee the drive will be C, so I have $OEM$\c\install and $OEM$\c\drivers... and they do not get copied, and they didnt as $OEM$\$1 either.
  4. This is a long shot, but, is it possible you are not able to use GuiRunOnce in an unattend.txt? I am running winnt32 over the network from a PE Builder disk I made, would I have to use a winnt.sif instead?
  5. Well, it isn't copying the stuff out of the $oem$ dir... it is parallel to the i386 directory... Also, trying to add the SRP... That isn't going so well... I can install it normally with the /quiet switch, but if I run that from the svcpack method, it just brings up the help screen...
  6. This is my batch: CLS @echo off ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg EXIT I do have the OEMPreInstall=Yes set. I will check to make sure things are getting copied over... The batch should be in \$OEM$\$1\install.cmd, right?
  7. I am setting up some registry stuff to run, and I do my install over the network. I have an unattend.txt that i run, and when the following in inserted: [GuiRunOnce] Command0=%systemdrive%\install.cmd I receive the following error: The specified Setup script file ([FILENAME]) is inaccessible or invalid... I do not understand the problem, can anyone enlighten me?
×
×
  • Create New...