Omego2K Posted November 2, 2009 Posted November 2, 2009 Hi I have created a silent installer for windows using this tutorial:http://www.msfn.org/board/make-7-zip-switc...ler-t39048.htmlIt shows how to create a silent installer with 7-zip. The silent installer works from windows. I open it, it runs, I don't see anything, and when the hardrive light stops working I check the applications I have installed and the .NET 3.5 SP1 installation is listed. Now the issue is when I add it to nlite(at the hotfixes part) it doesn't work. I mean it makes the image and such. The image installs fine without an issue, other nlite settings work, such as setting the control panel to display as menu, but .NET 3.5 SP1 is not installed. Another addon(IE8) does install, but not this. I followed the steps in the above tutorial. Did I miss something? What could I be doing wrong? By the way the .NET installation file is not an msi file and is an exe file 200+MB in size. It's name is: dotnetfx35.exe
strel Posted November 2, 2009 Posted November 2, 2009 (edited) If you used that silent installer with nLite hotfixes feature, nLite couldn't built the image without errors because it is not hotfix nor an add-on, but an installer, and it is not supported in that feature. What you have, should be used with RunOnce nLite feature. Otherwise, SNMsynth could be useful for you. Edited November 2, 2009 by strel
Omego2K Posted November 2, 2009 Author Posted November 2, 2009 If you used that silent installer with nLite hotfixes feature, nLite couldn't built the image without errors because it is not hotfix nor an add-on, but an installer, and it is not supported in that feature. What you have, should be used with RunOnce nLite feature. Otherwise, SNMsynth could be useful for you.how would I use this RunOnce feature?
strel Posted November 2, 2009 Posted November 2, 2009 In the nLite process, you should get to the feature and add a command to your installer in in it. You can put your installer in $OEM$ folders to previously copy it to the HD. The command should point to the location you want to run it from.
Omego2K Posted November 2, 2009 Author Posted November 2, 2009 In the nLite process, you should get to the feature and add a command to your installer in in it. You can put your installer in $OEM$ folders to previously copy it to the HD. The command should point to the location you want to run it from.yeah I saw it, but it installs during the first logon and not during the installation, do you really need SNMsynth to do this?
strel Posted November 2, 2009 Posted November 2, 2009 (edited) If you want to do it through nLite you have to previously build a nLite add-on, manually or automatically (with SNMsynth), or you can use one of the ready to use solutions (see them at the 3rd paragraph of SNMsynth guide). But you can do it without nLite and without building and add-on, manually, during GUI setup, through svcpack.inf method, cmdlines.txt method, or SetupParams method. But errors in Even Viewer will be generated when installing 3.0 framework from GUI setup, though they don't harm; also they will reproduce on uninstall generating 2 error dialogs. SNMsynth can avoid them, see its guide. Edited November 2, 2009 by strel
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