
XKnoppix
MemberContent Type
Profiles
Forums
Events
Everything posted by XKnoppix
-
i'm writing a batch file to copy a few files over... What is the difference between using xcopy vs copy in a batch file? and do i need quotes over paths? Or... does anyone know how to copy files using my RunOnceEX file? i want to copy %CDROM%\Applications\CDRWIN\Cdrwin.dat to %systemdrive%\CDRWIN3\ This will automatically register my application. What is the easiest way to do this? i would like to do it via the runonce ex, but if not what's some good batch commands? Thanks alot
-
okay i got this? REG ADD %KEY%\004 /VE /D "AnyDVD 4.6.1.2" /f REG ADD %KEY%\004 /V 1 /D "%CDROM%\Install\AnyDVD\setup.exe /S" /f REG ADD %KEY%\004 /V 2 /D "taskkill /IM /F anydvd.exe" /f REG ADD %KEY%\004 /V 3 /D "REGEDIT /S %CDROM%\Registry\anydvd.reg" /f What about the taskkill anydvd.exe? do i need to change anydvd.exe to setup.exe? Thanks
-
i've looked and looked. i need a guide for turning a oem nero disk/cd into a silent install... Thanks
-
Office Xp Student And Teacher Edition
XKnoppix replied to XKnoppix's topic in Unattended Windows 2000/XP/2003
I just tried "D:\setup.exe /a" it doesn't work... i get this error Creation of administrative installation images is supported only by Enterprise versions of Microsoft Office XP. So what next? Thanks -
so do i need to put it in the $OEM$\$$\System32 folder or whatever? Thanks
-
Okay, i'm gonna do the Registry trick, i found the long serial deal for it. But how do i use the pskill thing.. can i see an example of code.. and do i need to download the file for it? Thanks
-
can i get a link, is it in the forums? i searched for felix and OEM and got nothin? Sorry... Thanks
-
Office Xp Student And Teacher Edition
XKnoppix replied to XKnoppix's topic in Unattended Windows 2000/XP/2003
When i try and run Office Shrink, i get to the step where it asks for the .mst file or something?!? The student teacher edition doesn't have a .mst file.. it's a little differnt than the other versions. So i have no clue what to do? Thanks -
I got a Nero disk with my Sont DVD-+RW burner. And i want to use it to install Nero. Anyone know how i would go about doing that? Thanks
-
Office Xp Student And Teacher Edition
XKnoppix replied to XKnoppix's topic in Unattended Windows 2000/XP/2003
AFAIK? and where can i get that specific file? Thanks -
I was wondering how to silently install AnyDVD and register it? The readme file for the program says the switch is /S so there's no problem there. But how do i register it. I bought it so i have the key.AnyDVD file. What commands or switches do i need to run that file? All you need to do is click it and it registers the program so... please help... Thanks
-
I own the full version of Office XP Student and Teacher Edition (2002) and would like to put it onto my Unattended DVD. But i honestly don't have any idea where to start. I've looked at all the guides i could find, but i think the student/teacher edition is different.. please help... Thanks
-
Hotfixes For Windows XP Professional SP1
XKnoppix replied to Aaron's topic in Unattended Windows 2000/XP/2003
Where can i find the catolog files for Q835732, Q837001, and Q840374? I tried extracting them with WinRAR but i didn't see them in there? Could someone help me find them? Thanks -
Seriously though, that's something i've always wondered?! Is there a way to automate the partitioning options? I want it to delete all existing partitions and create an NTFS using all available space. That would be ideal. And if anyone knows how, it would be greatly appreciated Thanks
-
Here is my cleanup.cmd file: cmdow @ /HID@echo off REG DELETE HKLM\software\Microsoft\Windows\CurrentVersion\Run /V "Cleanup" /f DEL "%systemroot%\*.bmp"DEL "%systemroot%\system32\dllcache\*.scr"DEL "%systemroot%\system32\*.scr" DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk" RD /S /Q %systemdrive%\Documents and Settings\John\Favorites\Links net user aspnet /delete RD /S /Q %allusersprofile%\Start Menu\Programs\PrintMe Internet PrintingRD /S /Q %systemdrive%\Drivers\ DEL "%allusersprofile%\Desktop\*.lnk"DEL "%userprofile%\Desktop\*.lnk" attrib -R "%allusersprofile%\Application Data\Microsoft\Network\Connections\Pbk\*.*" /S /D shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" EXITNow everything works except for: RD /S /Q %allusersprofile%\Start Menu\Programs\PrintMe Internet Printingand... RD /S /Q %systemdrive%\Documents and Settings\John\Favorites\Linksvery odd Thanks
-
I'm using the Refresh, but i don't understand what you mean about the %CDROM% thing? By the way i just figured out that Home doesn't use taskkill.exe so i downloaded pskill. But it still isn't working? Maybe it has something to do with the restart or first boot... Thanks
-
Here's some code for Loghorn Transformation pack with taskkill.exe: REG ADD %KEY%\170 /VE /D "Longhorn Transformation Pack" /fREG ADD %KEY%\170 /V 1 /D "%CDROM%\Applications\Longhorn\LTP.exe /s" /fREG ADD %KEY%\170 /V 2 /D "taskkill.exe /F /IM LTP.exe" /fSo if home doesn't have taskkill, would it be like this? REG ADD %KEY%\170 /VE /D "Longhorn Transformation Pack" /fREG ADD %KEY%\170 /V 1 /D "%CDROM%\Applications\Longhorn\LTP.exe /s" /fREG ADD %KEY%\170 /V 2 /D "%systemroot%\System32\pskill LTP.exe" /fThen i just throw pskill into $OEM$\$$\System32...?
-
I get an error when trying to use taskkill.exe on my Home Edition cd?! I've tried to download the pskill tool, but i can't quite figure out where to put it or how to use it? On the other hand, here's a batch file to install mirc with all my settings... RunOnceEx.cmd REG ADD %KEY%\080 /VE /D "mIRC" /fREG ADD %KEY%\080 /V 1 /D "%CDROM%\Batch\mirc.cmd" /fREG ADD %KEY%\080 /V 2 /D "REGEDIT /S %CDROM%\Registry\mirc.reg" /fmirc.cmd cmdow @ /HID@echo off XCOPY "%CDROM%\Applications\mIRC" "%systemdrive%\Program Files\mIRC" /E /I /Q /H /R /Y EXITNow i don't understand XCOPY that well but it all looks good to me, why doesn't it work? Thanks
-
I don't know what to do? When it gets done installing the Display Properties window pops up and i can't figure out how to kill all those processes? For some reason i get a cannot find taskkill.exe error after installation? Here's my code: REG ADD %KEY%\170 /VE /D "Longhorn Transformation Pack" /f REG ADD %KEY%\170 /V 1 /D "%CDROM%\Applications\Longhorn\LTP.exe /s" /f REG ADD %KEY%\170 /V 2 /D "taskkill.exe /F /IM LTP.exe" /f Anyone got some suggestions? Thanks
-
What is your RunOnceEx.cmd look like?
XKnoppix replied to spachtler's topic in Unattended Windows 2000/XP/2003
**** how did you get that window spachtler? -
Windows Media Player 9 File Associations
XKnoppix replied to XKnoppix's topic in Unattended Windows 2000/XP/2003
@Dreadnort Thanks, i fixed the .AVI problem, but there is no advanced button on mp3 files?! Believe me everyone i've tried it all! It even says WMP under mp3 associations. I used some reg tweaks to automatically accept EULA and setup the quicklaunch icon, so i'm sure it's the culprit Here's the code: [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences] "AcceptedPrivacyStatement"=dword:00000001 "SendUserGUID"=hex:00 "UsageTracking"=dword:00000000 "FirstRun"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Setup\UserOptions] "DesktopShortcut"="no" "QuickLaunchShortcut"="yes" For some reason it's working but the file associations aren't Please Help -
Why doesn't WMP 9 associate itself with all the normal files automatically? Everytime i click on a file (music or movie) it opens like a "open with.." program and makes me select an app? Shouldn't it auto-associate itself on silent install? Maybe i'm missing something... Thanks
-
HAHA **** it! Look at the file WIN51IP.SP1 ... notice the "P"... I'm guessing "P" is professional and "C" is Home, because i just double checked the files and mine is win51ic.SP1 I must have copied the code from someone with XP Pro... Problem Fixed...i think
-
Now that i think of it Would it have to be in the root of C:\ according to the code? But if you look at the Readme at MSFN's Unattended Page i quote: So what's going on?! Thanks
-
Well where's it looking? Right now i have it in the root dir of the CD...