-
Content Count
144 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
0 NeutralAbout vcBlackBox

Contact Methods
-
Website URL
http://
-
how to combine nero 6.6.1.4 with languagepack in 1 exe
vcBlackBox replied to Solid as a rock's topic in Application Installs
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. -
Basic and Slim Versions are available. http://www.ccleaner.com/downloadbuilds.asp
-
Nero Custom Applications Builder (NCAB)
vcBlackBox replied to vcBlackBox's topic in Application Installs
@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)
vcBlackBox replied to vcBlackBox's topic in Application Installs
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) -
Nero Custom Applications Builder (NCAB)
vcBlackBox replied to vcBlackBox's topic in Application Installs
@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 rout -
7-Zip SFX Archive- Why Inconsistent?
vcBlackBox replied to MOONLIGHT SONATA's topic in Unattended Windows 2000/XP/2003
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)
vcBlackBox replied to vcBlackBox's topic in Application Installs
@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 ele -
Nero Custom Applications Builder (NCAB)
vcBlackBox replied to vcBlackBox's topic in Application Installs
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)
vcBlackBox replied to vcBlackBox's topic in Application Installs
@`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)
vcBlackBox replied to vcBlackBox's topic in Application Installs
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 pa -
Nero Custom Applications Builder (NCAB)
vcBlackBox replied to vcBlackBox's topic in Application Installs
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 th -
Nero Custom Applications Builder (NCAB)
vcBlackBox replied to vcBlackBox's topic in Application Installs
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)
vcBlackBox replied to vcBlackBox's topic in Application Installs
@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
vcBlackBox replied to Nepali's topic in Unattended Windows 2000/XP/2003
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
vcBlackBox replied to Nepali's topic in Unattended Windows 2000/XP/2003
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