
Acheron
MemberContent Type
Profiles
Forums
Events
Everything posted by Acheron
-
I didn't test BurnRights, but indeed NeroCo.dll is missing. I'll fix it for next build. P.S. People who run into the dll registering stuff, please post your OS details and other info that might help to solve the issue.
-
@sk8er_boi, the Switch must actually be /USER="yourusername". Thanks for the notice. I have uploaded a new SDK, go download NeroLite8280SDK.7z. Please read instructions. @Alex, it might be Nero Burning Rom is writing registry information to that location. I have changed all registry instances from Ahead to Nero in all setup scripts.
-
Uploaded everything to my site now: http://updatepack.nl Merry christmas
-
Never mind. Nero features depends on your product key. I'm working on getting Nero 8.2.8.0 Lite out tonight. No issues so far. P.S. Next version will also hide the VCRedist installer screen when running in Silent Mode.
-
I have contacted Amitri about Labelflash broken. This issue now seems to be fixed. I will upload new builds soon and also an updated SDK. Thanks for all your support.
-
98 FE + 98 SE + ME updates + patches + (hot)fixes
Acheron replied to MDGx's topic in Pinned Topics regarding 9x/ME
denCorso, patching Windows ME files to run on Windows 98 is awesome . However to avoid confusion could you change for example patches the version numbering from 4.90.300x to 4.10.300x The 4.10.3000 series will tell us that these files are not original Windows 98 files, since these files are in the range 4.10.1998 to 4.10.22xx It will also prevent people from installing these files on Windows ME. For example I would prefer it if your 4.90.0.3001 DISKVSD.VXD patched file now would be named 4.10.0.3001 keeping build subnumbers the same as the original patch. -
I currently skip automatic installing of ArniWorx, because AutoIt 3.2.10 does not contain all functionality AutoItLib had. Missing functionality to actually click toolbar buttons however will be included in next beta version of AutoIt, so I just wait for it. See also http://www.autoitscript.com/forum/index.php?showtopic=59149
-
Polish language is included. However Polish language uses a different codepage, so maybe thats why its hidden. You can force installation of polish language using the commandline option /LANG=polish
-
Nero Lite 8.1.1.4 Lite and Micro binary packages are now available from my site: http://updatepack.nl Anyaway I release SDK so people can easily spot errors, create addons (for example Nero Recode / Nero Vision). Reason I don't include it with Lite is that I personally don't use these features, and would take additional time to fix for each release of Nero. I would appreciate it if people would not directly link to the files, but instead the download page. So you can make sure download links are correct.
-
You can set option SignedUninstaller=false in NeroLite_base.iss to skip code signing. I also forgot to tell that you should rename micromize folder to custom.
-
CodeSigning is not necessary.
-
I don't think people should worry about file hashes anyway. In case the digital signature is not correct you should get some warning message when launching the application. I have uploaded a new SDK. Now the SDK contains also the Inno Setup OneClick package plus a new batch file to automaticly extract the Nero 8 installer NeroLite8114sdk.7z Note 7-zip and Reshacker are not included. Read the readme before asking questions!
-
Daemon Tools is no problem for me, however installing ArniWorx after it is. I used to use the AutoIt script posted here before to change Daemon Tools to non-secure mode. This doesn't work with latest AutoIt 3.2.10. I tried to convert the script to use AutoIt new user defined gui functions. However not all functionality is implemented yet, rightclicking system tray icons isn't possible yet. I will contact author of AutoIt about this, so hopefully this will be fixed for next version of AutoIt. BTW, Daemon Tools won't install when desktop isn't loaded. I have configured Daemon Tools to install at the latest possible state, that is the HKCU runonce section. RunOnceEx.cmd set current_user_run_once=HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce ::settings added to current user runonce section will be installed when desktop is loaded! reg add "%current_user_run_once%" /v "Daemon Tools 4.10" /d "\"%CurrentPath%\runhidden.exe\" \"%Installpath%\Daemon Tools\^" config.cmd" /f config.cmd title Daemon Tools 4.10 ::Install Daemon Tools 4.10 (NOTE WONT INSTALL @ T12) daemon410-x86.exe /S ::Add uninstall information reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\dtools" /v "DisplayName" /d "Daemon Tools v4.10" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\dtools" /v "UninstallString" /d "%ProgramFiles%\DAEMON Tools\uninst.exe" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\dtools" /v "InstallLocation" /d "%ProgramFiles%\DAEMON Tools" /f reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\dtools" /v "DisplayIcon" /d "%ProgramFiles%\DAEMON Tools\DAEMON.EXE" /f ::Remove adware del /f /q "%programfiles%\daemon tools\AdVantageSetup.exe" ::Launch Daemon Tools and configure settings autoit3 config_daemontools.au3 ::ArniWorX Daemon Tools Shell Extension awxDTools1060.exe /VERYSILENT /NORESTART exit Note AutoIt script to automaticly configure Daemon Tools is not compatible with latest AutoIt yet. So we just have to wait for next version of AutoIt.
-
I have did some more work on the Nero Lite SDK. It's almost ready for release. Good news about next SDK is that you don't have to manually copy files over anymore, so building your own version should be more easy. furthermore I do plan to upload some binary packages. Nero 8.1.1.4 Lite is only bugfix release plus by default additional languages will not be installed.
-
Hi hurk777, as you might have noticed I have added my digital signature to all setup files. So when you right-click the Nero-lite setup file you can check if the file attached with it is correct. No need for hashes.
-
Yeah, I removed gdiplus previously cause it was pretty big to include. However if footprint is not a big issue I will include gdiplus.dll back in next build. Anyway I have changed my mind. I will host these files again online, using a public upload site.
-
nuhi, why don't you make nLite an open source project? I would like to be able to help fix bugs, but as a closed software project this aint going to work.
-
Well, my site is turned down now due to heavy traffic. This was my last attempt getting to host Nero Lite binary files. It is also beyond the scope of creating unattended cds having to deal with hosting these files anyway. Next step will be to polish up the Nero Lite SDK to allow people to build their own copies of Nero Lite. That's all I can do for you.
-
[solved] How to use environment variables in .inf and .xml files?
Acheron replied to radigast's topic in Application Installs
Well, there are not yet easy ways to alter xml files through commandline or autoit scripts. I use xmlstartlet to do the job. However this tool is not activily developed. Use the command option ed to edit/update xml files: For example I use xmlstarlet to change FileZilla localdirectory path xml ed -P -u "/FileZilla3/Servers/Server/LocalDir" -v "%USERPROFILE%\Websites" ".\settings\sitemanager.xml" > "%APPDATA%\FileZilla\sitemanager.xml" Note xmlstarlet adds about 2MB to your install cd. -
@Mann, what happens if you copy CoverEdCtrl.ocx from the Common Files\Nero\Lib directory to Program Files\Nero\Nero CoverDesigner?
-
I would like to know the current state of Labelflash / Lighscribe support in Nero 8 Lite. Does everything work or is it broken? Status report about next version (8.1.1.3) Extra languages will be deselected by default. Even when you select a full installation extra languages won't be selected. Use commandline switches if you need to install multiple languages unattendedly. About CoverDesigner not accesible from Nero Express. I'm not sure if this function still exists in Nero 8. I will test the full installer for this. EDIT: also fixed for next release! UPDATE: Nero 8.1.1.3 Lite ready to download from my site!
-
zeroFX, what do you mean? Normally everything is selected. Only people with enough knowledge do understand what each option is about anyway.
-
Portuguese Brazilian version is included in European installer.
-
pyroraptor, it is possible that your VC2005 Redist installation is corrupt. Try manually installing the VC Redist from here. If that also doesn't work you have to uninstall the VC2005 Redist from your system ( goto Config panel -> Software) first. If that also fails you have to use the Microsoft Windows Installer Cleanup utility @inferior, I have hotlink protection on my site, so other sites can't link to the files directly. Please check your download manager if it supports referrer links @john2007, I'm not releasing the SDK yet. I have decided to bring out SDK delayed by at least one week, so I can eventually fix bugs reported (so far none yet) in released version and to prevent other people from bringing out concurrent (warez) builds at the same time I release new versions. @lusitano, I have used the latest files from 8.1.1.0b release.
-
Nero 8.1.1.0 Lite and Micro Upgraded components to Nero 8 Resource optimizations and general cleanup Turkish language moved to Asian package Available at updatepack.nl