john10001 Posted September 27, 2010 Posted September 27, 2010 If I want to add the following to an XP SP3 slipstreamed disc in nLite, how do I do it?IE8FirefoxMSEEmiSoft Anti-MalwareZonealarmAdobe FlashAdobe ReaderAgent NewsreaderWMP11WinampCcleanerDefraglerDivX PlusK-Lite Codec packMS Office 2000Nero 6NET FrameworknLiteWinSCPPSEPressreaderJava RuntimeI'm sure there's a whole bunch of other stuff too but I think those ones are the essential ones I would really like to integrate if its possible so I don't have to reinstall every single thing separately.Is it possible to do all these programs as add-ons in nLite? If so do I just download the file and insert it into the hotfixes, add-ons and update packs section of nLite after I have slipstreamed XP and SP3?Cheers,John
Sp0iLedBrAt Posted September 27, 2010 Posted September 27, 2010 (edited) First of all, use search. Look at all the sticky posts above the one you wrote http://www.msfn.org/...ation-add-ons/. They are full of already-made add-ons, so you can find the ones you need. I use this one most often http://www.winaddons.com/nlite-addons , but there are plenty more.Is it possible to do all these programs as add-ons in nLite? If so do I just download the file and insert it into the hotfixes, add-ons and update packs section of nLite after I have slipstreamed XP and SP3?Most of them already are, and YES, you can add them as add-ons in ONE session along with everything else you want to do with nLite.WMP11 is different. You will need this http://www.boooggy.org/slipstreamer/ . I may be mistaken, but I think you have to do this before you start nLite.I suggest you slipstream SP3 into XP (with nLite or not), save it as an .iso and use that as a base for consequent work with nLite.Cheers Edited September 27, 2010 by Sp0iLedBrAt
john10001 Posted September 27, 2010 Author Posted September 27, 2010 First of all, use search. Look at all the sticky posts above the one you wrote http://www.msfn.org/...ation-add-ons/. They are full of already-made add-ons, so you can find the ones you need. I use this one most often http://www.winaddons.com/nlite-addons , but there are plenty more.Is it possible to do all these programs as add-ons in nLite? If so do I just download the file and insert it into the hotfixes, add-ons and update packs section of nLite after I have slipstreamed XP and SP3?Most of them already are, and YES, you can add them as add-ons in ONE session along with everything else you want to do with nLite.WMP11 is different. You will need this http://www.boooggy.org/slipstreamer/ . I may be mistaken, but I think you have to do this before you start nLite.I suggest you slipstream SP3 into XP (with nLite or not), save it as an .iso and use that as a base for consequent work with nLite.CheersThanks mate.What do you mean by ready made add-ons? Can you not just insert the .exe file for the program you wish to be installed as part of the slipstream into the "Hotfixes, Add-Ons and Update packs" section of nLite when you're creating your slipstream? (see att) I have had a look at winaddons as well as the RyanVM forums but there are quite a lot of things that they don't have add-ons for like Agent Newsreader.
Sp0iLedBrAt Posted September 27, 2010 Posted September 27, 2010 (edited) Can you not just insert the .exe file for the program you wish to be installed as part of the slipstream into the "Hotfixes, Add-Ons and Update packs" section of nLite when you're creating your slipstream? No.I have had a look at winaddons as well as the RyanVM forums but there are quite a lot of things that they don't have add-ons for like Agent NewsreaderYou could ask someone to make it for you (if that's possible) by posting a new topic with [REQUEST] at the beginning of the title. Here, I'll look into Agent Newsreader and tell you if I can do it.CheersEDIT: Looks like you're in luck; you can find the add-on in the link in my signatureSize: 9.46MBMD5: 795e8f5312d5478bd0de58cca92ed483 Edited September 27, 2010 by Sp0iLedBrAt
Bendfella Posted September 30, 2010 Posted September 30, 2010 you wont believe this but i still cannot get the silent install of my office 2003 to work in nlitei used the tutorial from herehttp://www.msfn.org/board/topic/71442-how-to-make-an-office-2003-cab-file-for-nlite/when i double click on it, it installs perfectly but all the methods i use, svcpack, batch command none are workingi tried making an addon, also not
Kelsenellenelvian Posted September 30, 2010 Posted September 30, 2010 (edited) Office CANNOT be installed VIA svcpack! AFAIKYou need to add it to runonceex. Edited September 30, 2010 by Kelsenellenelvian
Bendfella Posted October 1, 2010 Posted October 1, 2010 then please explain how to add via runonceex. i tried the pdf tutorial from attended.msfn.org. Remember i have a silent.exe file now. when i double click on a clean machine or in vmware it extracts and after its there.
Sp0iLedBrAt Posted October 2, 2010 Posted October 2, 2010 1. Use the ORK 2003 to create an unattended installation, with the serial and everything and save the settings in UNATTENDED.MST. 2. Copy the folder (e.g. name: Office2003) into $OEM$ and place this command in a batch filestart /wait %Source%$OEM$\Office2003\setup.exe TRANSFORMS=UNATTENDED.MST /qb-3.Save the batch as batch.cmd in the root of the XP folder (next to I386 and $OEM$).In nLite->Unattended section->RunOnce enter this commandcmd /R %source%batch.cmd and press Add.That's it; Office 2003 will install from the XPCD. If you add more files to the $OEM$ folder, you can call and install them from batch.cmdHope that helps
Bendfella Posted October 3, 2010 Posted October 3, 2010 Is this how the batch.cmd should look like, please edit where neededcmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installation of Software" /fREG ADD %KEY%\001 /VE /D "Office2003" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Applications\Office2003\PRO11.msi /QB" /fstart /wait %Source%$OEM$\Office2003\setup.exe TRANSFORMS=UNATTENDED.MST /qb-EXIT
Sp0iLedBrAt Posted October 3, 2010 Posted October 3, 2010 No.REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Applications\Office2003\PRO11.msi /QB" /fstart /wait %Source%$OEM$\Office2003\setup.exe TRANSFORMS=UNATTENDED.MST /qb-The first line points to an install point from your HDD. If you want it this way, put Office2003 folder in $OEM$\$1\This way the contents will get copied to C:\ and they will be executed from there. Another thing (and I need confirmation for this) is that I'm not sure that if you call PRO11.msi, you will get an unattended setup.The second line installs directly from CD. One of the benefits is smaller install time, since the contents of the $OEM$ folder don't get copied to C:\It's up to you to chooseCheers
Bendfella Posted October 6, 2010 Posted October 6, 2010 It didnt work. The guy who made the silent office 2003 tutorial didnt finish it.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now