Content Type
Profiles
Forums
Events
Everything posted by Sonic
-
I don't manege to add hotfixes to my unattended CD
Sonic replied to ohad23's topic in Unattended Windows 2000/XP/2003
and MP10Setup.exe has switch too ... -
In fact if you install windows & apps for many pcs you must install both versions of .net to keep compatibilty ... If it's just for you, you can try to install just .net 2 ... .net api doesn't touch the security of windows ...
-
Can i use WPI from my D:\Software Path ?!
Sonic replied to sHaDYvB's topic in Windows Post-Install Wizard (WPI)
The path is generated by position of WPI.ico file ... don't modofy %cdrom% variable in batch file it's nothing about path of programs ... If your WPI.ico is in D:\ %cdrom% will D:\ so in your config.js you can set %cdrom%\\Utils\\Winrar.exe You can change the name of this "pointer" file instead wpi.ico ... for example I use the batch itself as pointer file ... -
it's dosnet.inf ... specify just G:\ ... not i386 ... BootFolder will search i386 automatically ...
-
you must have a unique serial for avast even in free edition
-
wow ! There is nothing to do ! just start BootFolder.exe .. choose I386 original folder of your cd, choose destnation folder and click ! that's all ..
-
hi, you can read the first page before posting !!! and search function works too, by the way ... There is a topic : XP Boot folder need help " after 10 topics of your ... with the answer. http://www.msfn.org/board/index.php?showtopic=64260 Goodbye.
-
you can use takeown too (if I remember, from kit of windows 2k), it will allow to "retake" the owner attribute to admin ... and you can re-configure rights without problems ... I use xcacls & takeown and never problem and great for sharing data ! Goodbye.
-
"Hardware Installation" Warning in SysPrep
Sonic replied to ShrimpBoy's topic in Unattended Windows 2000/XP/2003
I know this problem too, and if a solution exists it's VERY good ! I have tried with these regs tweaks (http://www.msfn.org/board/index.php?s=&showtopic=64484&view=findpost&p=444268 ) but nothing works ... since this problem I keep my original i386 source with simple unattended answer ... -
Very good m8
-
"Hardware Installation" Warning in SysPrep
Sonic replied to ShrimpBoy's topic in Unattended Windows 2000/XP/2003
Just for my purpose, your source is nlited ? -
you're right Mhz, I have completed my project but this feature is a must for me and I want to find any replacement ... for the moment txtsetup.sif is the solution but it seems just to copy files in %windir% ... I don't find anything about a full path for better ... I try to fin how works nLite about his .inf file ... perhaps I can set a RunOnceEx key with it ... testing in progress ... Thanks for any informations !
-
I don't understand all (i'm french sorry ...) but you want to have the gui part of xp in server 2003 ? WHY ?! anyone buy server2003 has a good skill in computer normally ^^ ++ ps: I havn't any informations about custom gui part in nt 5.x ...
-
In fact it's not any "ignore" start /wait ... imho, it's because the first exe will open another process and exit the first so the next install continu ...
-
Why not use standard "net user" command line ?
-
Okay cmdlines.txt only in $OEM$ is treated during normal installation ! great. But in repair mode cmdlines.txt seems to be ignored ... we can see a small cmdline but it close too fast for do anything ... and it's same file / cmd command which works great in normal mode ... The problem for me is if I repair an OS with my multi cd path of I386 isn't original because there are subfolders ... and after I have a script to redefine registry to search to the correct original i386 folder (at root of cdrom ...) (The script is here http://www.msfn.org/board/index.php?showtopic=64215 ) Thanks for any idea.
-
Service packs that replace other Service Packs
Sonic replied to alexparty's topic in Unattended Windows 2000/XP/2003
Be carrefull There isn't any service packs after SP2 ... I think you want to say "patchs/updates" after SP2 ... and if your actual system is already patched you can't create any unattended disc with that, you must copy the original disc in your hard disk, you must download all patchs since sp2 manually and after you can mix that in nlite to create an unattended disc... I recommend you to read Unattended CD/DVD Guide (link in my sig or top of forum ...) Goodbye & goodluck -
keep quotes inside reg file and in cmdlines.txt too. you have replace an "o" by a "i" logo not logi
-
JDS300: your disc is nlited ?
-
you must disconnect old disk, and reformat/reinstall windows xp on new disk, like this the new system is on C:\ ... when you reconnect old disk, primary system keep C: letter and no problem with multi boot because old disk will become a second disk , and new system will not if a system is already present on old disk ... (hum, sorry for text precision, fast reply hope you can find a good solution for you)
-
Perhaps the data restored aren't 100% okay, in fact some recover program restore file with binary data, there isn't an integrity file check, for example if program restore a .doc file, the file can contain wrong data/corrupted data ... but the file has the good name / good property / good size (because it's get in mft table or something like) ... and you understand if boot files (or system kernel/files) are corrupted so can't boot on system ... Have you tried to open documents/photo/video/music directly on new hard drive with a fresh system ?
-
Your disc is nLited no ? if yes it's known problem, and at this time I don't know if exist a solution ... to avoid this problem I have used some registry tweaks REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching] "DontSearchWindowsUpdate"=dword:00000001 "DontPromptForWindowsUpdate"=dword:00000001 "DontSearchCD"=dword:00000001 "DontSearchFloppies"=dword:00000001 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows NT\Driver Signing] "BehaviorOnFailedVerify"=dword:00000000 [HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Windows NT\Driver Signing] "BehaviorOnFailedVerify"=dword:00000000 without any success If anyone has the solution come on ! because popup appears when have mouse & keyboard usb so we can't confirm install because there no classic mouse & keyb ...
-
Force a copy of I386 folder to C:\
Sonic replied to creol's topic in Unattended Windows 2000/XP/2003
@krismark : Answer here http://www.msfn.org/board/index.php?showtopic=64215 (delete first copy i386 part ...) -
Add IDE disk to virtual machine ! If you have used assistant, classic hard drive is automatically created if I remember ...
-
wow ! I will try ... I believed we must set OemPreinstall to treat $OEM$ folder ...