Jump to content

koden

Member
  • Posts

    284
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Everything posted by koden

  1. off course... I must have been blind :-))
  2. I can't get my winnt.sif file to automatic to delete partition and install NTSF aut. It have been working. But after moving and deleting my XPCD folder, something is wrong. I can't see that it should be my winnt.sif. But am I right there??? ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=yes TargetPath=\WINDOWS Repartition=no UnattendSwitch="yes" WaitForReboot="No" OemPnPDriversPath="Drivers\001_network" DriverSigningPolicy=Ignore [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 AdminPassword=* TimeZone=105 OemSkipWelcome=1
  3. thanks: the problem was that they have changed some text in the url. It's okay now :-))
  4. I have used this link to login to this site automaticly. But after the site has changed the username to my email adress, it doesnt work anymore. Is it because there is something in the email adress (like @ f.ex.) that this code doesn't like?? http://webmail2.ofir.dk/redirect?http://ww...angskode=xxxxxx
  5. I can't get the silent file to work I do this: @echo off echo start /wait %systemdrive%\Install\CloneDVD\CloneDVD2Silent.exe start /wait %systemdrive%\Install\CloneDVD\SetupCloneDVD2Slysoft.exe /f echo pause and get error. Ok to error gives me reg. box. What do i do wrong??
  6. Hello I have made a search, and I have found something about it. Ex. /f for anydvd silent. But it doesn't work. Could anyone tell me how to install this 3 programs silent WITH the key? I use the application.cmd file Thank you....
  7. Thanks. I will do that...
  8. I have an unattended installation (XPCD folder on C drive) with SP1. Now I would like to have the SP2 with the 834707 update instead. Do I have to make a new slipstreamed procedure first og can I just put SP2 in the XPCD folder, delete hotfixes and put the 834707 hotfixes in????
  9. I'm sure you are right. I have search for it. But if I search for it I get so many results, that has nothing to do with it. How do I search in the reg tweak string? I can only search the unattended string.... I think my problem is that I have a danish version, and don't no what the search words has to be....
  10. How do I delete this warning after SP2 installation???
  11. Is there a reg file that can disable administrator password boks, that comes up when I start my XP??
  12. I could do it with XPdeploy, but I would prefeer to do it in another way, because I use my unattended to my self an other people. So it has to be easy to put in and take out. Good ideas are welcome.... Can I put my favorite folder in one of the oem folders??
  13. YES.... 1 and 2 after cleanup, and it is working thanks again
  14. I'm back :-)) I have 2 folders i will delete install and drivers If i use this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "Cleanup"="cmd /C RD %systemdrive%\\install /S /Q" "Cleanup"="cmd /C RD %systemdrive%\\drivers /S /Q" the install folder is still there after reboot and drivers is gone If I use this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "Cleanup"="cmd /C RD %systemdrive%\\install /S /Q" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "Cleanup"="cmd /C RD %systemdrive%\\drivers /S /Q" the same the install folder is still there after reboot and drivers is gone if i use this [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "Cleanup"="cmd /C RD %systemdrive%\\install /S /Q" install is gone How do I delete 2 folders????
  15. aha...dubbel slash and cmd without exe Yes install is gone... :-) But i didn't se any cmd window, but what the F... :_)))) I'm very pleased...Thanks a lot..
  16. I have tryed to run this reg file and restart Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "Cleanup"="cmd.exe /C RD %systemdrive%\install /S /Q" But the install folder is still there :-((
  17. Thanks...you have helped me a lot. I will now try it....
  18. I think I will use the reg way to do it. But where do i put the code RD %systemdrive%\install /S /Q In my reg tweak folder ???
  19. Okay... :-) The file is in this folder :-)))) Sorry... RD %systemdrive%\install /S /Q is this to be put in my reg. tweak or my sif file??? I'm not sure what you mean :-) I'm a newbie...or a sort of....
  20. If i will use del \*FOLDERNAME* /s/q can i then do it from my application.cmd as the last thing after installing all programs?? If yes..... How do it have to look? Like this: application.cmd file....... - - - - ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. del C:\*install* /s/q echo
  21. Thanks.... I supose its only this I need ??? [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001 ;Show Hidden Files and Folders
  22. I still can't find 3. tweak that shows all folders. (if you after installation goes to ex. controlpanel you have to click on "show whats inside this folder". anyone that has this???
  23. does XP SP2 firewall not bloch for ads an all that stuff??
  24. Okay...if i understand it right, i have to make a new slipstreamed with SP2 to a new XPCD folder. Copy my oem folder in to XPCD folder, without the 2 updates not surported by svcpack. The update folder, svcpack.inf in i386, I have to empty, and not use before the first SP3 update arrives. ??? winnt.sif I have to modified?
×
×
  • Create New...