Jump to content

`Felix`

Member
  • Posts

    482
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by `Felix`

  1. 9.0.3.1000 was only made available in the last few days at fileconnect - that is why previously there was only the 9.0.2.x release.
  2. Hi pplz Well it seems Symantec have changed the way they do the definition updates... after using start /wait 20050308-021-i32.exe /EXTRACT /q "d:\savce\program files\Symantec AntiVirus\Virus Defs" and then testing by running liveupdate (after installing the complete new updated version) live update downloaded the files and applied the update again... however the date and rev number was the same... Anyone got any ideas here? Also LUSETUP does not need to renamed it is now the same name and resides in the \savce\program files\Symantec AntiVirus folder. Interestingly the version of LU that ships with 9.0.3.1000 is older than the current 2.6.x version available for download.
  3. http://service1.symantec.com/SUPPORT/ent-s...2%2C3#_Section1
  4. hi Ryan, No the update is not there only 9.0.3.1000.
  5. Small bug needs to be looked @ Felix? <{POST_SNAPBACK}> yep i will look into it... it is low on the list though
  6. Hi slimzky, Will look into these problems respond when i have some solutions. Thanks for letting me know.
  7. most of the time its the simplest thing that is the answer to be fair though, felix explained in his last post Glad its sorted Edit, i know you can use 7-zip instead of winrar, but how would i do that? also is it possible to remove the following files from <Program Files\Ahead\Nero> in the custom installer; Boo.wav DingDong.wav Nero_LS_ENG.CHM NeroBurningRom_deu.chm NeroBurningRom_eng.chm NeroBurningRom_fra.chm NeroBurningRom_jpn.chm Nerodeu.txt NeroExpress_deu.chm NeroExpress_eng.chm NeroExpress_fra.chm NeroExpress_jpn.chm Nerojpn.txt Trumpet1.wav If i can do this i think the final installer size would be 14MB Sory i`m a perfectionist lol <{POST_SNAPBACK}> Hi Neanderthal, Ok 7-zip option i am going to build in a command line switch that you can use to select between WinRAR or 7zip. In the meantime you are welcome to change the !makeit.cmd file to suit your needs. As for the removing of the other files - yep we can do that. Will be in next build.
  8. Done. Updated my new version to remove Recode. Felix, this is not a knock on you or your hard work, but I think that your foundation (ZileXa method) is flawed.ZileXa method simply does not account for the vast number of registry changes that occurs during Nero setup. Granted some applications respective reg entries are superfluous. But take CoverDesigner for example, it registers an ActiveX Control which without going thru the normal setup process those reg keys will not be created. Have a look at my cleanup script for Nero/NVE and you'll know what I'm talking about. And those are only the keys I want to get rid of, the number of keys I want to keep are just as many. In addition, you lose some functionality and plugin capablities as well. I've tried ZileXa method and first impressions were okay, but upon further testing some functions such as recoding a non-compliant SVCD or VCD video simply fails. Again, no disrespect for your work, just mentioning some facts and some experiences I had. <{POST_SNAPBACK}> Hi vcBlackBox, I take no ofference and appeciate your feedback and comments. I agree there is a lot of issues with the base implementation, and i am slowly working through them. I like challenges It was like the recode issue - everyone said you can't do it that way it will not work... well after much testing and monitoring i found the dll's that needed to be registed. When you register the dll's a huge number of registry entries are generated. Anyway it is an alternative method and i am working through the problems and bugs as they come to hand. I haven't given up yet and there hasn't been anything that i haven't been able to solve yet.... Having a look at your work, i take my hat off to you - very good stuff... and i need to look more closely at it when i get some time... may give me some ideas on how to resolve some other stuff for my variant. Anyway take care and thanks again for your comments.
  9. Dismissed that @ first as I had an underscore,the dash fixed it. <{POST_SNAPBACK}> Thank god your fixed Mav - I was beginning to break out in a rash
  10. Good point simon, have deleted as much as possible. and have moved to a new thread. sorry for taking over your topic...
  11. ok well i have not been am to reproduce the issue here... but i will continue to test... it is very weird... AH! hang on a sec - have you renamed your nero-*.exe files? if you have this would be why... the cmd looks for nero-*.exe before it will extract... if you have changed it to say nero.exe then it will not extract. see the line in the cmd
  12. Ok Mav, here is a cmd for you to try again... i have opened everthing up so you should see everything going on.... lets see what happens with this. _Mav.cmd
  13. very strange... have a look for the followiing line in your !makeit.cmd file set rarIt=%programfiles%\WinRAR\WinRAR.exe and you can test by putting this at the command prompt: IF /I not exist "%programfiles%\winrar\winrar.exe" cls & echo it's not here other than that i don't know why it would not be extracting, i haven't changed any of that section of the code. Basically if all the files are in the same directory as nero-*.exe then it should work find. I just tested it here again on my range of machines and it worked fine. mind you i have my winrar in a different location and therefore have to change that variable... but that is it.
  14. Ok people, I have created a new topic for the solution i have been building you can find it Here see ya there
  15. Hi there all, Based on the method developed by ZileXa (original thread here), I have built a scripted solution that does all of what ZileXa outlines in his post and more. UPDATE: version 1.2.4 now available, March 18,2005 (See Change log for more info) How to: Download the Nero Custom Installer Creator extract the contents into the same directory as your nero-*.exe and nve-*.exe files, read the manual.pdf and then run !MakeIt.cmd - thats it! ---------------------------------------------------------------------------------------------- Change Log 1.2.4 - bug fix to winrar extraction command syntax. Change Log v1.2.3 - updated post_config.cmd will all of the available shortcuts for possible installable add-on applications for both Nero Burning Rom (Nero-*.exe - Package 1) and NeroVision Express (NVE-*.exe - Package 2) Shortcuts will only be created if the application is installed... Change Log v1.2.2 - some bug and typographical fixes - full manual (user guide) - removed the need to have WinRAR for extractions. Now will extract with either WinRAR or 7-Zip depending on your preference specified by command line switch [/rar | /7zip] - cleaned up post_config.cmd file and moved the common user variables to top section same as !makeit.cmd - updated 7zip command for compression - now using ULTRA compression. - full documentation for all options available. Change Log v1.2.1 - cleaned up more code and made the process faster - added new command line switch (/nr) for Nero Burning Rom Only - added new command line help function (/h) - added new command line switch to hide post install dialogue boxes (post_config.cmd /hide) for total silient installation. - updated NERO-rar.sfx for progress bar only on extraction like 7-zip - added NERO_With_Dialogue_Box-rar.SFX for dialogue user interaction winrar archive extraction/installation. - updated REG.EXE v5.1.2600.2180 with REG.EXE v5.1.2600.1106 (thanks Yzöwl) Change Log v1.2.0 - Required ActiveX Control error with Wave Editor - fixed - remove unwanted wav, chm and txt files - done. Will remove all except your choosen language. e.g. ENG. - Uninstaller option in Add/Remove Programs - done - cover designer error - fixed - image drive - fixed (thanks to slimzky) - Add options for either WinRAR or 7-Zip - NEW !makeit.cmd [/rar | /7zip] - more streamlined coding. - updated register.reg file - thanks SolidasRock! Change Log v1.1.2: - xcopy error due to bad syntax - fixed! - Unable to load plugin manager - fixed! - misc syntax issues resolved. Change Log v1.1: - NeroAPI error associated with Nero Recode - FIXED! - Updates and bug fixes to !makeit.cmd - Updates and bug fixes to post_config.cmd - Added shortcut.exe & Updated Nero Custom Installer Creator.rar - Attached ToDo: - Add language support. - Am half way through this, however some more research and testing is required. - Slipstream script to add nero to your AIO Windows Source. ---------------------------------------------------------------------------------------------- Feedback and suggestions are welcome - no flames please. I am aware there are other methods by other MSFN members and each solution has its place and lots of hard work has gone into them. The solutions here are one of a range of alternative - the choice in the end is yours. Nero Custom Installer Creator
  16. Well it has got me stuffed why you are not seeing any of the echo comments... ok try this one now... if you don't see some echo comments and some pauses now i have now idea what is happening on your system... on 4 different system here it is doing the same expected things... and i don't get the directory error... anyway try this one. _MakeIt.cmd
  17. That is **** strange! can you have a look in the cmd file you running and see if there is some statements like this echo xcopy 1 pause
  18. ok mav, try this one and tell me which xcopy number you are gettings the error... then we can try a couple of other things _MakeIt.cmd
  19. Ok Mav, here is a slightly modified version of the script attached, please try and let me know how you go... _MakeIt.cmd
  20. OOPS! forgot to include the shortcut.exe in archive... fixed now - sorry bout that chief looking into the plugin manager.
×
×
  • Create New...