Jump to content

hahahafr

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About hahahafr

hahahafr's Achievements

0

Reputation

  1. Yes I just noticed that nlite use the SourcePath String located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup and this string has a backslash. The code used in NLITE.CMD : for /f "tokens=3" %%i IN ('reg query HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup /v "SourcePath" ^| findstr "REG_SZ"') do set SOURCE=%%i ::your commands using %SOURCE% EXIT Going to try with the quotemarks and the backslash problems fixed.
  2. Hi, I recently created a nlited windows-xp-sp3-fra cd. All the modifications I made are succesfully applied, except the gui run once cmds integrated in nlite. Here are my cmds : COPY /Y /V %SOURCE%\PLUS\wpa.dbl %SYSTEMROOT%\system32 regedit /s %SOURCE%\PLUS\scnotificationsfix.reg regedit /s %SOURCE%\PLUS\ieconnectionsfix.reg regedit /s %SOURCE%\PLUS\cmdpromptmenufix.reg %SOURCE%\PLUS\toggleql 1 %SYSTEMDRIVE%\Program Files\Internet Explorer\IEXPLORE.EXE" "http://www.microsoft.com/genuine/validate/?displaylang=fr Is there something wrong with this cmds ? They don't produce any effect at all on the first login.
×
×
  • Create New...