stavpal Posted November 17, 2006 Posted November 17, 2006 I have created a win2003 r2 boot dvd "slipstreamed" with applications & drivers with the use of nlite 1.2.1.I installed windows in vmware enviroment.Windows seem to install correctly (as r2 - that means I edited correctly the winnt.sif).I have a few problems though: I don't see shortcuts for drivers or anything related to the drivers that where supposed to be installed. Does driver integration with nlite work?Maybe it has to do that these pieces of hardware aren't present in vwware?Another problem (not to do with nlite) is that there aren't any shortcuts on the start menu for the programs I installed.Could anyone help please?
rado354 Posted November 17, 2006 Posted November 17, 2006 You can't really test your drivers in VMware.Yes driver integratation DOES work with nLite Can you specify what programs did you integrate and how?
stavpal Posted November 17, 2006 Author Posted November 17, 2006 (edited) I integrated drivers:-93.71 forceware (nvidia) (pnp)-printer driver (pnp)-scanner driver (pnp)-promise ata driver (text mode)-microsoft keyboard driver (pnp)I selected "multiple driver folder" - I guess it's ok----------------------Applications:I installed: office 2003 pro, office 2003 proofing tools, office 2007 enterprise, acrobat reader 7, symantec antivirusFor the first two I used the office resource kit (custom installation wizard, and selected mostly the defaults)> mst fileFor office 2007 I ran "setup /admin" > msp fileFor acrobat I used the Installshield tuner but I had an problem with that: in the path to install I couldn't write "%systemdrive%" or <ProgramFiles> or something like that and I wrote "Program Files\acrobat7" (maybe I should write "\Program Files\acrobat 7"?Finally I made the batch.cmd:ECHO.ECHO Installing Office 2003 ProfessionalECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-ECHO.ECHO Installing Office 2003 Professional Proofing toolsECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003PT\ptksetup.exe TRANSFORMS=Unattended.MST /qb-ECHO.ECHO Installing Office 2007 EnterpriseECHO Please wait...ECHO start /wait %systemdrive%\install\Applications\Office2007\setup.exe /adminfile Unattended.MSPECHOECHO Installing Acrobat Reader 7ECHO Please wait....start /wait %systemdrive%\install\Applications\acrobat7\Acr7.msi TRANSFORMS=acr7.MST /qb-ECHOECHO Installing Symantec Antivirus 10ECHO Please wait...start /wait %systemdrive%\install\Applications\sav10\SAV\sav.msi /passive RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESSexitThen I wrote the batch.cmd and I wrote a line to run batch.cmd in winnt.sif (Guirunonce)The batch runs, the programs install (the files on \Program Files\Office etc... are present) but there aren't be any start menu shortcuts Edited November 17, 2006 by stavpal
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