Jump to content

hordanes

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by hordanes

  1. What I want to do is create a wireless network here and my job, but I want to set it up like a few hotels have it, where you launch your web browser and have to accept the Terms of Use agreement before it allows you to access the internet. We want to set this up in our conferences room so people can access the web but at the same time block access to our network drives. I hope this is possible. Thanks!
  2. Thank you that worked out great!!!
  3. Hello, Hope I am posting this in the right place! So I have been working on this unattended windows install and have ran into a problem Everything works fine until the end and I will get this message “Windows can not find “c:\windows\install\install.cmd”. Make sure you typed the name correctly, and try again………” Now after I clicked ok windows loaded just fine and when I did a search I found that the Install file was on the root of C: and not in the windows folder. Any idea on what I might be doing wrong??? Oh and I did manually run the install.cmd and it worked great, so I know I did not mess up there, Also I thought that anything in the $OEM$\$1\install dir would copy its files in the windows/install dir and not a c:/install dir?? Here is what I have in my WINNT.SIF [GuiRunOnce] "%SystemRoot%\System32\nLite.cmd" "%SystemRoot%\install\install.cmd" – this is for installing office 2003 And here is what I have in my Install.cmd CLS @echo off TITLE Windows XP SP2 - Unattended Installation ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- exit Thanks!
  4. maybe someone can point me in the right direction, I looked in the forums, and did a quick search in google but I could not find the answers I needed.. Here it goes, Does anyone have or know of the switches/ RunOnceEx.cmd lines for XCOPY DVD DVD Shrink CloneDVD Thanks..
  5. Thanks! Makes a lot of sense now.. Does the order of the software make a difference. say Install office 2003 first then work you way down the list, or can one install the programs according to the alphabet?
  6. Hello, So I am getting started on making a Windows DVD and had a few questions.. My main question deals witht he RunOnceEx.cmd Ex. REG ADD %KEY%\[B]030[/B] /VE /D "Installing Ad-aware 6 Professional" /f REG ADD %KEY%\[B]030[/B] /V 1 /D "%systemdrive%\Install\Applications\Ad-aware\Ad-aware6Professional.exe" /f I understand most of this but just do not know that the # means, and if there is any order to it REG ADD %KEY%\030 .......... what does the 030 mean, I am looking at a Pre Existing RunOnceEx.cmd and I see the # in every line and it is always different.. Thanks!
×
×
  • Create New...