urie
Content Type
Profiles
Forums
Events
Posts posted by urie
-
-
What does the AutoConfirm=1 in your winnt.sif mean? I can't find any reference to this in the documentation. I'd leave out the registry entries you mentioned in hivesys.inf if I were you; as far as I know these shouldn't be necessary and may very well be the cause of the problem.
AutoConfirm=1
This will disable the really annoying box the appears upon first logon if the resolution wasn't properly set. It's the popup that says your current resolution isn't correct for Windows XP.0 -
or use Windows Updates Downloader by Jcarle
http://wud.jcarle.com/
0 -
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:
0 -
KinetiK, Thanks for your quick reply:)
0 -
KinetiK, could you please tell me where you add the unattended.xml file on the CD does setup grab it automatically or does it need to be added from cmd line.
Thanks
0 -
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.SVCPACK is generally rubbish for installing appsshark
13 Year old Kid Genius******
Group: Members
Posts: 1047
Joined: 5-April 06
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
0 -
2) How do I have arrange really silent install (progress bar not visible) - which switch to use? qb?
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=10 -
I would try changing your ram since youve allready tried Hdrive and Cdrom.
0 -
Yes Disk Director 10 uses the same switches
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
0 -
You can also use Setup wizard itself but the Legacy PCs Unattended Generator Utility is far easierThe Setup wizard records all your responses in an answer file. You can then use the answer file (or make modifications to it) to complete the installation. You must specify the location where the answer file will be stored.
You can use the /guionly command-line switch to record your responses to the Setup wizard anywhere you like, creating an answer file for later use during unattended Setup.
When you use the /guionly switch, you’ll see a Generate all values check box in the last Setup wizard dialog. Check the box to write all supported values to the unattended.xml file.
Notes:
When the /guionly switch is used, Setup.exe does not actually install anything; it only creates the answer file.
An encrypted administrator password is automatically generated.
The answer file created by the /guionly switch should be used as a template. It is recommended you edit the answer file to set any parameters you require. For more information on the elements in the answer file, see Writing an Answer File: Required Elements and Writing an Answer File: Optional Elements.
To ensure the security of your WinFLP system, you should change all passwords after an unattended Setup.
To use the Setup wizard to create an answer file in this way, type the following at the command prompt:
Setup.exe /guionly:\pathname\filename.xml
where pathname is a UNC path to the file, and filename.xml is the name of the answer file you will use for unattended Setup.Example:
Setup.exe /guionly:A:\unattended.xml
0 -
just a quick addition i have Epson CX 3200 all in one printer i use driver genius also to grab the drivers but it detects printer driver and scanner driver as seperatly i just combine all the files into one folder with two .inf files and it works0
-
Download the demo of acronis diskdirector it has recovery expert wich will recover deleted partitions or you could try DiskPatch from this webpage.
0 -
TD have a look here for list of switches
0 -
too hip, this is looking good the basic nero installer package is only 6.33MB will you be releasing any docs,also would it be possible to add other items i know it's called nerolite but that would be handy i,e nero tools and nero vision express,
I ran Nitro i see you can add items there but wasn't quite sure how to add a folder.
0 -
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\" /f0 -
Can you post a link to UnattendXp?
Found it, just need to download and check if it's an error w/the proggie.
T D, you need to register on forum before you can download
0 -
Can you post a link to UnattendXp?
Found it, just need to download and check if it's an error w/the proggie.
T D the program works fine i install office with it but i use transform file and winrar[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-" /fas 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=10 -
first search with google came up with this
0 -
with symantec all you need to do is set cmdow.exe as one of your exceptions this is saved in a file called,
SRTSEXCL.DAT but to be safe all i do is copy all .DAT files when installing SAC
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" /f0 -
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" /fAnyDVD1.reg = HKEY_LOCAL_MACHINE\SOFTWARE\SlySoft\AnyDVD\KeyAnyDVD2.reg = HKEY_CURRENT_USER\Software\SlySoft\AnyDVD\Settings
0 -
use Install watch pro it's free it and you can export your registry settings before and after changes
http://www.epsilonsquared.com/
0 -
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.
0 -
If you are working for yourself and can afford or get them to pay for it you could use acronis true image OEM we used to use it in a friends shop a few years back when building machines, mind you this version is old now don't know current versionAcronis True Image OEM for PC
version 6
About The Program
Acronis True Image OEM PC version allows the backup and restoration of an original
hard disk and its contents. A special hidden partition is created on a user’s original hard
disk drive to create an image on.
The original contents of the hard drive are stored in compressed form, with the disk
image being as small as possible and defined by the size of the compressed OS and
applications that have previously been installed. As the result, the copied contents
occupy only a relatively small amount of space on most hard disks.
Once an image is created, the contents are secure and cannot be changed.
In case any malfunctions occur, you can restore the hard disk contents from a previously
created image precisely as it was at the moment of sending the PC image to the
distribution network.
The PC Version of Acronis True Image also provides the user with a proprietary re-boot
utility. With the Acronis True Image PC version, pressing F11 at boot up creates the
complete restoration of an image without using the computer’s operating system.
System Requirements
A Windows based PC with a Pentium processor, a minimum 32Mb RAM, and 12Mb of
free space available on hard disk for installation are all required for the use of the
program.
The OS systems supported are: Windows 98/Me/2000/XP.
The minimum disc space required is that which is equal to the size of all the data to be
partitioned and stored for later back up.
Installation
Acronis True Image OEM should be installed after all other necessary software has been
installed. Run the setup program with the command /silent option to install the
software to Windows (including copying program files to the disk, registry setup, Start
menu items creation). No dialog windows requiring any user actions will be shown. The
entire installation procedure takes a matter of seconds. After the program has been
installed, at the next reboot, a hidden partition will be created and a hard disk image
stored on it.
Having installed Acronis True Image OEM, the computer may be turned off for shipping
preparations. At the first turn-on in a retail shop or at the user’s home, a hard disk
image will be created before the OS is loaded.
You could install this last on your unattended setup with /silent switch
hope this may help you.
0 -
REM http://www.intervideo.com/jsp/InterVideoDVDCopy_Profile.jsp
REM NOTES: Installshield - Extracted
REG ADD %KEY%\1001 /VE /D "InterVideo DVDCopy 4" /f
REG ADD %KEY%\1001 /V 101 /D "E:\Install\IVIDVDCopy4\Setup.exe -s -f1\"E:\Install\IVIDVDCopy4\setup.iss\"" /f
REG ADD %KEY%\1001 /V 102 /D "REGEDIT /S E:\Install\IVIDVDCopy4\IVIDVDCopy41.reg" /f
REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S E:\Install\IVIDVDCopy4\IVIDVDCopy42.reg" /f
REG ADD %KEY%\1001 /V 104 /D "CMD /C DEL \"%ALLUSERSPROFILE%\Start Menu\Programs\Startup\InterVideo WinCinema Manager.lnk\"" /f
REG ADD %KEY%\1001 /V 105 /D "CMD /C DEL \"%ALLUSERSPROFILE%\Desktop\InterVideo DVDCopy 4.lnk\"" /fRegfiles
IVIDVDCopy41.reg = HKLM\SOFTWARE\Classes\GPIIVIDVDCopy42.reg = HKLMSoftware\InterVideo\Common\Registered
0
Drivers Instalation in Post-Install stage (New Method)
in Device Drivers
Posted
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