strel Posted December 8, 2009 Author Posted December 8, 2009 Thx for report, I reuploaded.I compressed the zip file with LZMA instead of Deflate method.
bucketbuster Posted December 10, 2009 Posted December 10, 2009 After having read almost all of this thread, I am still not sure if it's possible to make a package that can be installed on Vista SP2 Can anyone please help me out??
strel Posted December 10, 2009 Author Posted December 10, 2009 (edited) This script process only 2K/XP/2K3 32-bit packets. I don't use vista/7/2008 so I don't know how their packets work to help you. Edited December 10, 2009 by strel
bucketbuster Posted December 10, 2009 Posted December 10, 2009 (edited) Thanks strel.I actually do know how to make silent installers that work for Vista.Just haven't figured out yet how to install a language pack and hotfixes silently...Update:Just found a thread that might be very usefull to me (and others):http://www.msfn.org/board/net-framework-3-...ded#entry819327 Edited December 10, 2009 by bucketbuster
strel Posted December 10, 2009 Author Posted December 10, 2009 (edited) SNMsynth script basically uses administrative installs points (kind of preinstall method) that has been patched with .msp hotfixes files and builds scripted installers from this admin installs. Haven't tried with vista/7/2K8 installers but I suppose there would be an equivalence. You can check the script to see what it does, you may get ideas. Feel free to ask.EDIT: Method you mention is easier than this one, it uses untouched .NET installers, so they are not size optimized and are more limited; also 3.5 SP1 redistributable installer needs to connect to MS servers to download adhoc langpack on the fly (unless you include langpack(s) in the packet), and doesn't seem to install regular hotfixes. But for your vista needs is a good start if installers for vista behave similar. Edited December 10, 2009 by strel
mooms Posted December 14, 2009 Posted December 14, 2009 (edited) Running XP Pro X86Svcpack addon of .net 3.5sp1 created with snmsynth 20091127In the Event log, i always have and error (ID1111) with this content:.NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Service reached limit of transient errors. Will shut down. Last error returned from Service Manager: 0x800736b1.now the .NET Runtime Optimization is delayed at the fisrt run i believed this error was gone ?i also install antivirus and some finisher at guirunonce, is this the cause ? How can i avoid that ? Edited December 14, 2009 by mooms
strel Posted December 15, 2009 Author Posted December 15, 2009 (edited) This error doesn't cause any harm. As you said it only delays assemblies compilation process. Logs or event viewer are not clear about what's causing it. It happens on some conditions and not on others with no apparent reason, all this probably point to multiple causes for this error and probably related with the compilation process itself. As you probably know, compilation is a process highly dependant on each machine, and tuning it fine is an art, and this one is tailored to a very wide spectrum of machines and conditions. So that's probably the reason why an automatically tuned compilation process is failing at some stage.Anyway, if you make a search on that problem you probably won't find an specific cause nor a general solution, but if you're a more lucky than me please let me know. Edited January 26, 2010 by strel
Major Posted December 15, 2009 Posted December 15, 2009 DNF20_VC8_RUNTIME=DNF20_OFFICE2K3_DEBUGGER=DNF30_RGB_RASTERIZER=DNF30_WIC=DNF30_MSXML6=DNF30_XPS=DNF35_FF_ADDON=YESDNF35_VC9_RUNTIME=Although I have not written yes on the settings above, it tells me that the components will be removed. I don´t want to remove that components.Checking .NET stuff to build installer(s)/addon(s) for XP...NOTE: Visual C 8 runtime libraries from 2.0 SP2 framework will be removed.Use another source to install them. See guide.NOTE: Office 2K3 debugger from 2.0 SP2 framework will be removed. See guide.NOTE: RGB Rasterizer will be removed from 3.0 SP2 framework.Install it from another source. See guide.NOTE: WIC will be removed from 3.0 SP2 framework.Use another source to install it before 3.0 SP2 framework. See guide.NOTE: MSXML6 will be removed from 3.0 SP2 framework.Use another source to install it 3.0 SP2 framework. See guide.NOTE: XPS print driver will be removed from 3.0 SP2 framework.Use another source to install it. See guide.NOTE: Visual C 9 runtime libraries will be removed from 3.5 SP1 framework.Use another source to install them. See guide.
strel Posted December 15, 2009 Author Posted December 15, 2009 (edited) So set them yes to get included in the installer(s)/add-on(s) you're building. Otherwise, may you prefer to use updated versions of some of these subcomponents, by substitution (whenever possible, read the guide) or by external installer (see guide too), or maybe even get rid of some of them (whenever possible, again see guide). Edited December 15, 2009 by strel
strel Posted December 16, 2009 Author Posted December 16, 2009 (edited) New version released. Features added. Check changelog.I made changes in the guide contents not to break forum rules and avoid being noticed.It's a pity, there was useful info. But still there's info that may help you find some of what's removed.Enjoy! Edited December 16, 2009 by strel
bphlpt Posted December 16, 2009 Posted December 16, 2009 WOW! and I mean WOW! What an absolutely incredibly complete list of potential Restricted Hotfixes! I had NO idea. But then again, as many people have had problems with .NET over the years, it really shouldn't surprise me at all. But, WOW!Well not having any idea if any of those apply to me, not having had any particular problems with .NET myself, wanting to have a reasonably sized install package, not wanting to spend the next umpteen hours/days reading all that info, (lazy at heart, I know, my own fault), really appreciating all the time and effort you spent collecting, evaluating and distributing this info for us, (wild applause erupts!), and yet wanting to head off the most likely potential issues, can anyone possibly suggest a reasonable subset of those to request, or at least read about further? Kind of a top 10 most likely issues you've seen? I would assume that it is very likely that adding too many unnecessary hotfixes is just asking for trouble, so I don't want to do that, but I do want to be as appropriately prepared as possible. Suggestions?It is a shame about the info removal. We definitely want and need to obey all forum rules, but it was useful info. And it seemed very democratic, I wasn't aware of anyone you missed in your references. I would have thought they would have all appreciated the referrals. And after you added that mammoth list of restricted hotfixes, I wouldn't have been surprised if many people just decided to use one of those pre built alternatives. Of well.Keep up the great work! It'll be interesting to see this continue to evolve. Maybe some kind of file checker front end where you could check off the various options you want, or designate them in the ini, then the program would verify that the necessary hotfixes are correctly in place, and if not, would either just let you know or offer to download them for you? Kind of like the HFSLIP file checker program by Mimo? I can dream.Thanks again for this wonderful program.Cheers and Regards
strel Posted December 17, 2009 Author Posted December 17, 2009 (edited) Everything is in change logically.Almost everybody can perfectly live without restricted hotfixes. It seems ms builds a lot of them for various of his products, not only for .NET, they fixes uncommon errors. MS recommend to install them only if each especific failure happens, and states they could require further testing and ocassionally may be included in future regular updates. I think they are tailored thinking in high end systems administrators and developers.About the number of restricted hotfixes applied, SNMsynth can apply all in the same go without installer databases generating errors, and this doesn't necessarily mean size increment as files get replaced by fixed versions. My test with all fixes applied didn't reveal any problem, but conclusions cannot be extracted. Edited December 17, 2009 by strel
Kiki Burgh Posted December 17, 2009 Posted December 17, 2009 appreciate you continuing to make this better strel! cheers!
Raoul90 Posted December 17, 2009 Posted December 17, 2009 appreciate you continuing to make this better strel! cheers!+1!!
Major Posted December 17, 2009 Posted December 17, 2009 I did not understand well.@strel: you means if i put yes to the sections described below, the components will not be removed or will be removed and updated with a new one form an external source like you have said?DNF20_VC8_RUNTIME=DNF20_OFFICE2K3_DEBUGGER=DNF30_RGB_RASTERIZER=DNF30_WIC=DNF30_MSXML6=DNF30_XPS=
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