Jump to content

Acheron

Member
  • Posts

    1,077
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Acheron

  1. Hi RahGul, The activation in 7.7.5.1 used an valid Nero Express key to bypass activation, illegal according to MSFN guidelines so I removed it. The error message you receive during activation is normal. I'll look at the upgrade prompt, although I did fix your previous bug.
  2. Well accessing and modifying databases is not really easy using AutoIt or InnoSetup. I'm trying to learn to call a external dll now to do the work but this is a bit beyond my scope.
  3. RaGhul, my newest installer checks if you have already entered a serial before. Previous Nero 7 Lite releases didn't activate entered serials. Maybe I can add a method to see if the serial is activated or not in final release. There's still a bug that Nero ProductSetup can't get started from within Nero Burning Rom. I know how to solve it but I have to write the full path to a SQLite database, adding more weight to the package (0.2MB)
  4. I'm sorry but I accidently removed some Vista-specific code. I have configured VMWare again to also do some Vista testing. Furthermore I have reverted all changes to nps.dll to avoid some warnings. Please test again, but make sure to uninstall Nero 7 Lite first. http://www5.rapidupload.com/d.php?file=dl&filepath=48693 I'm glad also the serial generation works with Vista.
  5. I have succesfully build Nero 7 Lite today, not only lite but without much effort also the Micro variant. I will work on my site to get everything set up right but for inpatient people I have uploaded a test build: http://www5.rapidupload.com/d.php?file=dl&filepath=48192 Please test if it works right, especially serial registration and the Nero ProductSetup tool.
  6. I doubt it if the installer you found will properly run a clean Windows installed system The Beta SDK is actually just a preview. I will start up my website again this week to also provide binary packages. However I also would like to work on new micro builds, so I'm not sure I will build all language packs yet.
  7. The problem with Nero 7 Lite was it couldn't properly activate Nero 7 licenses. In order to use Nero 7 Lite it was necessary to have had Nero 7 on your system before, or Error 5305 would show up on start. I have completely rewritten Nero 7 registration part of the setup. I am forced to use AutoIT to control the SetupX program, which is hard if you want the installer to be foolproof. If you like to test the new Beta SDK please use the following link: http://updatepack.nl/nero_lite/NeroLite_710_SDK_Beta1.7z
  8. I have spent some time this weekend to rewrite some of the Nero 7 Lite installer code. The new SDK will make use of the Nero ProductSetup tool to properly apply Nero 7 license information. I have not tested latest Nero 7.10 release yet but I assume it won't take much effort to update the SDK to latest version.
  9. It's nice to see that some people have token up where I left. After a break I now have started work on Nero 7 Lite again to hopefully make at least some people happy. I'm still looking for a Danish and a Korean translator. Maybe there are also some feature requests. Please put them down here. P.S. I'm not going to include StartSmart, Recode or Vision.
  10. The reason I use xpi extensions and the global-install option is to keep this project maintainable. I now use 14 firefox and 9 thunderbird extensions that get updated regularly. I also copy the prefs.js from my userprofile after firefox installation and all custom settings are applied.
  11. Here the code I use for Firefox 2.0.0.4: install.cmd title Mozilla Firefox 2.0.0.4 ::Firefox 2.0.0.4 Firefox2004nl.exe /S ::skip Internet Explorer migration wizard copy /y "override.ini" "%programfiles%\Mozilla Firefox\" ::install plugins for %%e in (".\Plugins\*.xpi") do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-extension "%%e" ::install themes for %%e in (".\Themes\*.jar") do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-theme "%%e" ::copy default profile xcopy /e /i /r /y ".\Settings" "%APPDATA%\Mozilla\Firefox\" ::change default downloadpath set DefaultProfilePath=%APPDATA%\Mozilla\Firefox\Profiles\default echo user_pref("browser.download.dir", "%USERPROFILE%\Downloads"); >> "%DefaultProfilePath%\prefs.js" echo user_pref("browser.download.lastDir", "%USERPROFILE%\Downloads"); >> "%DefaultProfilePath%\prefs.js" ::set Mozilla Firefox as default browser "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -silent -nosplash -setDefaultBrowser exit override.ini [XRE] EnableProfileMigrator=false Note the echo method is a quick and dirty method to change Firefox settings. Firefox automaticly uses last when duplicated settings are found. You can sign up at Adobe's site to apply for distributed versions of Flash and Shockwave Player here. Installation order is important. First firefox, then Flash/Shockwave plugins. P.S. I'm also looking for setting Thunderbird as default e-mail client unattendly.
  12. I use Orbit Downloader now also. I don't use the Orbit Firefox plugin but use the Flashgot extension instead. I have also disabled monitoring in Orbit itself, so I manually sent video's and files to Orbit. What I do like about Orbit is that it download streaming video's better than Flashget and NetTransport. For example I had some streaming files that Flashget/NetTransport only downloaded 87 MB, while using Orbit it became 92MB and the files played better in Windows Media Player as well See post below for improved script!
  13. Thanks for the link to Regwide. Do note that Regwide is actually a workaround and will probably be slower on install then using the T13 method.
  14. I usually install all stuff at T13. All settings are then applied to the Default User account. All user accounts later created are based on the Default user account. So if you follow the unattended guide everything will be ok.
  15. I have also problems using FlashGet. Main problems is corrupt video downloads. I'm now trying NetTransport, altough its payware if it's good I might buy it.
  16. I also think nLite is very slow on building. I have suggested before to implement native CAB compression instead of using makecab, there are probably more ways to speed up integration of updates. Also making nLite multithreaded would be nice. I know it's not possible to multithread CAB compression, but it is definitely possible to process multiple addons at the same time. P.S. I have posted a list of hotfixes that can not natively be integrated at the moment. I still hope that you will look into making these patches to integrate properly.
  17. I'm sorry but I have little time to maintain Nero 7 Lite. Normally it would me to take a lot of time to test everything. It's also marked low on my priority list. By making available a new SDK, and a Inno click-once installer I hope someone can pick up where I ended.
  18. Cyberlone, it's not lame, just post changelog with announcement instead. That would be more useful:
  19. I have removed the VC 2005 redist installer. I have added automatic language selection, more supported formats and removed creation of ArniWorx directory in Program Files. I have also removed all Start Menu shortcuts, since if you need to reregister stuff it's normally best to run the installer again.
  20. Daemon Tools is nothing without a good Shell Extension. I have created a new installer for ArniWorx Deamon Tools 1.0.60, because the normal installer is very limited. http://updatepack.nl/custom_setup/awxDTools_1060.exe (1,04 MB) You can use "/VERYSILENT /NORESTART" to install the program silently P.S. You have to install Daemon Tools first, and awxDTools must be installed into the same dir as Daemon Tools. You also have to install the Microsoft VC2005 Redistribubale files for the extension to work properly.
  21. @Wonneproppen, please wait some time, I have changed DNS records. I have updated the packages due to a mistake with directory paths. Also included languages are updated.
  22. I'm sorry but I have had no time to bring back my site online. However here are newest Nero 7 Lite SDK + custom Inno Setup installer: http://updatepack.nl/nero_lite/ The Inno Setup package can be installed by running the install.cmd script.
  23. Daemon Tools 4.09 is out. I personally use this batch script. Notice Daemon Tools lacks uninstall info, so I add it manually with adding uninst.cmd. install.cmd start "Install Daemon Tools" /wait "daemon409-x86.exe" /S ::delete Adware del /f /q "%programfiles%\DAEMON Tools\SetupDTSB.exe" ::add uninstall information set uninstallkey=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Daemon Tools copy /y uninst.cmd "%programfiles%\DAEMON Tools\uninst.cmd" reg add "%uninstallkey%" /v "DisplayName" /d "Daemon Tools 4.09" /f reg add "%uninstallkey%" /v "UninstallString" /d "cmd /c start \"Uninstall Daemon Tools\" /min \"%programfiles%\DAEMON Tools\uninst.cmd\"" /f exit uninst.cmd start "Uninstall Daemon Tools" /min /wait "%programfiles%\Daemon Tools\uninst.exe" :Uninstall if not exist "%programfiles%\Daemon Tools\uninst.exe" ( reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Daemon Tools" /va /f rd /s /q "%programfiles%\Daemon Tools" & exit ) else ( goto :Uninstall )
  24. I'm working on getting my site back up. I also have been working on a Nero 7.8.5.0 Lite update. This version will also have Nero BurnRights included. Please be patient for a few more days
  25. 2. ;Show history items as 'last visted' [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main] "HistoryViewType"=hex:08,00,66,63,03,00,00,00,00,00p
×
×
  • Create New...