palemmo Posted October 7, 2005 Posted October 7, 2005 Hi I’m trying to realize my unattended cd with drivers and software… I would like to launch the installation pack of my motherboard with nForce2 chipset, the installer is made by installShield….In the msfn guide there is written :To silently install a package that uses InstallShield, you will have to first create a setup.iss file on a working operating system. Use a test PC if you can.1. Start the setup application using the -R (case-sensitive) switch from command prompt.e.g.:Setup.exe -R2. The setup screens will appear as they normally would, asking you questions as you go along, such as destination directory, etc. It's important that you do not choose the "Restart the computer now" option. If you do, you will terminate your batch when you run an unattended installation.3. After installation has completed, go to your C:\Windows\ (or C:\WINNT\) directory and take out the setup.iss file. Put this setup.iss file in the same directory where your application setup.exe file resides in.I’ve found no iss file under windows directory, wile I’ve found one unpacking the installer:[InstallShield Silent]Version=v7.00File=Response File[File Transfer]OverwrittenReadOnly=NoToAll[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder]Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0Count=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0]Result=1It’s the same?But is not so silent…in fact come out the normal boxes of a normal installation...you can see the attachment images are named as them appears in sequence orderSo I’ve tried to modify the iss file at my best…[InstallShield Silent] Version=v7.00 File=Response File[Application] Name=a7n8x_deluxe_drivers_nForce2_400ultra Version=5.10 Company=Asus[File Transfer] OverwrittenReadOnly=YesToAll[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-DlgOrder] Dlg0={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0 Dlg1={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-1 Dlg2={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-ComponentDialog-0 Dlg3={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-Installing-0 Dlg4={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-InfoBox-0 Dlg5={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-MessageBox-0 Dlg6={EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-RebootDialog-0 Count=7[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-0] Result=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-SdWelcome-1] Result=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-ComponentDialog-0] Component-type=string Component-count=6 Component-1=Driver GART NVIDIA Component-2=Driver del controller di memoria NVIDI Component-3=Driver SMBus NVIDIA Component-4=Driver Ethernet NVIDIA Component-5=Driver IDE NVIDIA Component-6=Driver audio NVIDIA Result=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-Installing-0][{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-InfoBox-0] Result=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-MessageBox-0] Result=1[{EFB7D050-CAD2-11D4-B34D-00105A1C23DD}-RebootDialog-0] Result=0here i've studied how to modify iss filepalemmo.zipsilent_installshield.pdf
SiMoNsAyS Posted October 7, 2005 Posted October 7, 2005 for me it's easier to extract the files with winrar and create the necessary $oem$ drivers folders thx for the info anywaycool you've the same mobo as me
prathapml Posted October 7, 2005 Posted October 7, 2005 As said above, just extracting all files from the downloaded file, then integrating drivers into setup, is easier.http://unattended.msfn.org/intermediate/drivers/drivers.htm
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now