Everything posted by koden
-
winnt.sif will not delete partition?
off course... I must have been blind :-))
-
winnt.sif will not delete partition?
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
-
auto login with the adress bar in explorer
thanks: the problem was that they have changed some text in the url. It's okay now :-))
-
auto login with the adress bar in explorer
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
-
Silent installers for AnyDVD, CloneDVD and CloneCD
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??
-
Anydvd,clonedvd and powerdvd silent inst. with key
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....
-
SP2 hotfix convert my unattened SP1 to SP2?
Thanks. I will do that...
-
SP2 hotfix convert my unattened SP1 to SP2?
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????
-
Your PC is without virus protection?
thanks.....
-
Your PC is without virus protection?
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....
-
Your PC is without virus protection?
How do I delete this warning after SP2 installation???
-
Disable administrator password reg file?
Is there a reg file that can disable administrator password boks, that comes up when I start my XP??
-
Can I get my favorites into my unattended inst.?
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??
-
Delete install folder after unattended install
YES.... 1 and 2 after cleanup, and it is working thanks again
-
Delete install folder after unattended install
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????
-
Delete install folder after unattended install
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..
-
Delete install folder after unattended install
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 :-((
-
Delete install folder after unattended install
Thanks...you have helped me a lot. I will now try it....
-
Delete install folder after unattended install
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 ???
-
Delete install folder after unattended install
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....
-
Delete install folder after unattended install
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
-
Tweaks that I can't find
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
-
Tweaks that I can't find
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???
-
What's the best firewall?
does XP SP2 firewall not bloch for ads an all that stuff??
-
Installing SP2. What happens with all the updates?
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?