-
how to combine nero 6.6.1.4 with languagepack in 1 exe
The help files would be copied over but the language integration will not because you've deleted the setup files. NCAB can do what you're asking for.
-
ccleaner Version 1.27.260
Basic and Slim Versions are available. http://www.ccleaner.com/downloadbuilds.asp
-
Nero Custom Applications Builder (NCAB)
@lib30 NCAB is not compatible with Windows 2000. @DaSilva the uninstall process is handle by Nero's uninstaller. Any changes you make after the normal installation procedure will not be recorded for the uninstall process.
-
Nero Custom Applications Builder (NCAB)
Finally a new update. But don't get your hopes up for new features or quick updates anymore, I'm basically done with this project. I think this is as good as it's going to get. I've release this new update to mainly address a reduced functionality issue for Nero Update Package 2 users. So thanks everyone for your support and I did enjoy working on this project. Version 2.11 2006-02-02 -------------------------------------- - Added support for latest versions of Nero-6.6.1.4.exe and NVE-3.1.0.25.exe - Automatically removes Yahoo toolbar from distribution. (1.2MB) - Fixed a possible loss of functionality issue for users of Nero Update Package 2. - Removed my Nero Video Decoder and NeroFilter check option for better compatibility.
-
Nero Custom Applications Builder (NCAB)
@Branstrom No, but you can stop Nero Express popups during CD insertions by uncommenting the :: In otherwords, remove the :: in front of the reg delete code. @devilrunner I don't know. If you mean differently as in different install directory \Program Files(x86) ....then I would try opening Nero_Installer.cmd look for this line set NeroDir=%ProgramFiles%\Ahead Replace it with set NeroDir=%ProgramFilesDir(x86)%\Ahead (maybe someone can confirm this variable exists) No, but NCAB will remove any Win9x files and certain DLLs which are not necessary if you have WinXP SP-2. The actual setup routine is still Nero's own installer.Good Luck
-
7-Zip SFX Archive- Why Inconsistent?
Hi Moonlight Sonata, I just did a quick test on 25Mb of mp3s. Same settings as you, but I'm using v4.23 not the beta. Archived, extracted, add an additional 50Kb file to it, re-archived again. Roughly the same size. Perhaps there's something going on with v4.24.
-
Nero Custom Applications Builder (NCAB)
@englishmen I guess I should rephrase what I said earlier, it will clear all traces of Nero filter check but only after a reboot is made. Remember for this silent install we suppressed the reboot option. This should not be a problem during your actual unattended install if you remember that all AV/Spyware utilities should be the last items installed during unattended setup. Sorry that's outta of my control, that's just the way the Nero installer works. Try setting it to %ProgramFiles%\Installed Software then when it installs, it will be C:\Program Files\Installed Software\Nero Not the most elegant solution, but you'll have one less folder. One warning though, I don't know exactly what will happen when u uninstall it using this shorten path directory. Most likely, your other programs in this directory will be fine, but I thought you should know in case Nero's Uninstaller tries to remove the entire Installed Software directory. That would be bad.
-
Nero Custom Applications Builder (NCAB)
When it's release, I'll look into it, but don't expect anything right away. With v2.10, NCAB removes all traces of Nero filter check automatically.
-
Nero Custom Applications Builder (NCAB)
@`Felix` Perhaps you have not looked at Nero_Installer.cmd carefully, but you can do all of that already and in fewer lines of code.
-
Nero Custom Applications Builder (NCAB)
New version NCAB is available. Version 2.10 2005-09-08 -------------------------------------- - Changed NCAB distribution method to self-extracting archive. This should help out those users with tweaked cmd starting directories and users with unconventional WinRAR install paths. And with this method, hopefully a simpler process for all users. - Removed WinRAR requirement. - Added an option to remove DOS BootImage file. (798 KB) - Option to remove Nero Video Decoder. (596 KB) - Removed NeroFilter check. (58 KB) - Optimized code for English Language pack users. (65 KB) - Changing Nero's installation directory is possible now. - Other minor code changes.
-
Nero Custom Applications Builder (NCAB)
I use the newer MPEG-4 AVC setting and I have a standard installation of K-Lite Mega Pack 1.37 + BSPlayer. When I use MP Classic, I get unplayable video like you, but I usually use BSPlayer or PowerDVD, and they play perfectly. However, if I remove NeVideo.ax or rename it, then none of the players are able to recognize it.Anyways the point being, some users are able to play MPEG-2,4 files without having to use Nero's decoder because they have a capable alternative decoder installed while others may not. And since I'm making NCAB for a variety of users, it may not be wise to remove something that is inherently part of the Nero Suite. But I suppose if you know the consequences and you don't need it, removing Nero's decoder would reduce 596 KB from the installer. By the way, the MPEG-4 AVC Standard profile offers 2x better compression than the regular MPEG-4 Standard, but at the expense of 6x longer encoding time. I'm sure that over time it will be improved, but for now a 3min MPEG-2 clip takes close to 20mins to complete (2pass, AVC-Standard, 5.1-ch HE-AAC 256kb on a P4 3.0GHz, 1GB RAM). I think that is true. Though, Ahead is really pushing hard to make Nero Digital Certified mainstream, much like DivX was/is. So in the future we might find more feature support in other players. No, that's incorrect, and the opposite is true. There's no need to fiddle with the Cleanup section.
-
Nero Custom Applications Builder (NCAB)
You should try the latest NCAB v2.08. There's better optimization overall. I would consider not being able to playback the files created in Nero Recode -- a loss of functionality, because NeVideo.DLL is not only responsible for MPEG-2 decoding but also MPEG-1,4 & AVC decoding. Still generally speaking, plain Nero users may not find it necessary. I will have to balance out the pros and cons.
-
Nero Custom Applications Builder (NCAB)
@ZileXa I'll look into it, but I'm hesitant about removing certain features (even optionally) when the feature provides functionality for the entire suite. Have you tried K-Lite's Codec Tweak Tool to disable NeroDigital parser and Nero MPEG video decoder? That might be an easier and better solution, since you can also re-enable it when u need to.
-
autoit script script to open close folder
made a slight change, try it again. explorer %systemroot%\fonts ping -n 10 127.0.0.1>nul taskkill /fi "windowtitle eq %systemroot%\Fonts" /im explorer.exe taskkill /fi "windowtitle eq Fonts" /im explorer.exe
-
autoit script script to open close folder
Here's an alternative script to Autoit. explorer %systemroot%\fonts ping -n 10 127.0.0.1>nul taskkill /fi "windowtitle eq %systemroot%\Fonts" /im explorer.exe taskkill /fi "windowtitle eq Fonts" /im explorer.exe