urie
MemberContent Type
Profiles
Forums
Events
Everything posted by urie
-
Drivers Instalation in Post-Install stage (New Method)
urie replied to MadBoy's topic in Device Drivers
MadBoy, great program would it be possible to add your instructions on how to use it i.e hardware.ini switches e.c.t as a help file, I copied text from Possible settings for hardware.ini from first post. But it would be great if instructions could be included with program. Thanks keep up the great work -
or use Windows Updates Downloader by Jcarle http://wud.jcarle.com/
-
Make sure you find out what version of xp you have grab windows serial number before formatting if you dont have a recovery cd, and if it is a Royalty machine, look at this thread. Building a Pre-activated CD from an existing installation: http://www.msfn.org/board/index.php?s=&...st&p=436836
-
How to make a software from .exe become .msi?
urie replied to PatrickEmpire's topic in Application Installs
When i grow up i hope I'm not a genius like you especially since i install just about everything through SVCPACK. I don't even use a $OEM$ folder, no cmdlines.txt and no runounceex.cmd either.shark yes 13 Year old Kid Genius 1047 posts allways commenting on everyones posts but no answers to the problem. thought this was a forum to help people but lately its getting a case of search or get flamed for not searching not everyone is a MSFN wizard or even this might be there first time on a forum. urie Member ** Member Group: Members Joined: 31-July 03 Posts: 169 i dont need to get my stats up -
Use Setup=setup.exe -s in winrar comment i.e ;The comment below contains SFX script commands Setup=Setup.exe -s Presetup=REGEDIT /S PowerDVD7.reg TempMode Silent=1 Overwrite=1
-
I would try changing your ram since youve allready tried Hdrive and Cdrom.
-
If you double click on the installers i,e, trueimage9.0.3677_s_en.exe but dont install goto the Help on top right corner it will tell you all switches needed for silent install Disk Director doesn't show the switches in the help file but same switches work
-
Download the demo of acronis diskdirector it has recovery expert wich will recover deleted partitions or you could try DiskPatch from this webpage. http://www.diydatarecovery.com/
-
TD have a look here for list of switches http://www.msfn.org/board/index.php?s=&...st&p=501994
-
REG ADD %KEY%\1001 /VE /D "uTorrent 1.6" /f REG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait %SystemDrive%\Install\uTorrent\uTorrent-1.6-install.exe /S" /f REG ADD %KEY%\1001 /V 102 /D "cmd /c XCOPY \"%SystemDrive%\Install\uTorrent\uTorrent\" \"%USERPROFILE%\Application Data\uTorrent\" /I /E /H /Y" /f REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S \"%SystemDrive%\Install\uTorrent\uTorrent1.reg\" /f
-
T D, you need to register on forum before you can download
-
[Office_2003_SP1] REM http://office.microsoft.com/en-us/default.aspx REM NOTES: Winrar SFX REG ADD %KEY%\iAdd /VE /D "Office System 2003 Professional SP1" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Office_2003_SP1\Office.exe" /f REM REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Office\setup.exe TRANSFORMS=%SystemDrive%\APPS\Office\Unattended.MST /qb-" /f as you see i have line Remmed out that was for testing two different methods and here is the code from winrar ;The comment below contains SFX script commands Setup=setup.exe TRANSFORMS=Unattended.MST /qb- TempMode Silent=1 Overwrite=1
-
first search with google came up with this http://peid.has.it/
-
You will need to change your Boot options in the Bios.
-
CMDOW.EXE Virus? Hacktool.HideWindow
urie replied to Express's topic in Unattended Windows 2000/XP/2003
REG ADD %KEY%\1001 /VE /D "Symantec Antivirus Corp v10.1.0.401" /f REG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait C:\Install\Symantec\Symantec_AntiVirus.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress" /f REG ADD %KEY%\1001 /V 102 /D "CMD /C COPY \"C:\Insatll\Symantec\*.DAT\" \"%ProgramFiles%\Symantec AntiVirus\" /Y" /f -
You should export your registry settings first here's what i have. REG ADD %KEY%\1001 /VE /D "AnyDVD 6.0.1.1" /f REG ADD %KEY%\1001 /V 101 /D "%systemdrive%\Install\AnyDVD\SetupAnyDVD6011.exe /S" /f REG ADD %KEY%\1001 /V 102 /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\AnyDVD.lnk\"" /f REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\AnyDVD1.reg" /f REG ADD %KEY%\1001 /V 104 /D "REGEDIT /S %systemdrive%\Install\AnyDVD\AnyDVD2.reg" /f
-
use Install watch pro it's free it and you can export your registry settings before and after changes http://www.epsilonsquared.com/
-
Add/Remove Windows Components OEM
urie replied to cdeworth's topic in Unattended Windows 2000/XP/2003
Yes before you do anything run there software to make recovery cd's also i think it is a once of cant do it again, also their restore partition is protected in some way. do your restore cd's first then you can play. -
Unattended Install with Custom Partitions
urie replied to waves's topic in Unattended Windows 2000/XP/2003
You could install this last on your unattended setup with /silent switch hope this may help you.