RaGhul Posted August 18, 2007 Posted August 18, 2007 @Ach,I just installed RC5 on top of RC4, left all the options (including serial number) untouched during installation. No probs at all. Just so you know, I only get the "Update" message on a clean install. Installing subsequent versions or RC's on top of it will no longer produce that message. I believe the regular Nero installer does the same thing, so as far as I'm concerned, it's perfect!One small thing:It's kinda nit-picky, but I know it will only take like 2 seconds for you to fix. I noticed that the QuickLaunch icon for NeroExpress is actually the icon for NeroBurningRom. It's so small in the QuickLaunch bar that it's hardly noticeable, but changing the ISS file should be very easy. No big whoop, I'm just mentioning it in case you overlooked it.Great stuff, Ach!!
Alex Posted August 18, 2007 Posted August 18, 2007 Hi,Some remarks for Your notice,1. ndaudio.dll version in your build is older then in nero orig.2. one more reg string should be added to nero cover desighner for clean uninstall.3. can you modify nerofiledialog.dlls (vistaone) so it could remeber the last add files directory. By nero design add files dir is nero7 (???), though in previous version, let' say 7.5.7.0 iit was not the case. Is it in xp as well that ad files in nero express is windows/system32/ directory?Alex
kuusi Posted August 18, 2007 Posted August 18, 2007 Installing Nero 7.10.1.0 Micro RC5 on Vista UltimateDid a clean install and it worked perfectly for me.Very good job Ach
Anomaly Posted August 18, 2007 Posted August 18, 2007 (edited) 7.10.1.0 Micro RC5 clean install of Burning Rom only - Vista Ultimate 32. Nice n' smooth, no issues here. Thanks Acheron Edited August 18, 2007 by Anomaly
vpn-user Posted August 18, 2007 Posted August 18, 2007 Can someone post a short how-to use this SDK? I have not a clue.
Acheron Posted August 18, 2007 Author Posted August 18, 2007 I'm glad Nero 7 Lite actually seems stable now Rahgul: Quicklaunch icon changed now. Thanks for report. About the Update prompt. Have you tried uninstalling Nero 7 Lite and reinstalling yet?Alex: Thanks for noticing ndaudio wasn't updated. Also fixed CoverDesigner uninstall cleaning. I think something is wrong with the Nero dll registering on your setup. On a clean installation you get a different input dialog window:You might scan with dependency walker to see if there's a problem here. Try scanning all the NeroFileDialog.dll and ShellManager dlls after installation to see where the program lies.vpn-user: I'll update SDK today.
Dynaletik Posted August 18, 2007 Posted August 18, 2007 vpn-user: I'll update SDK today.Ahh, I was just waiting for a sentence like this. Thanks in advance.
Alex Posted August 18, 2007 Posted August 18, 2007 Hi,Some questions with this F>> Inno setup:!1. Acheron, how to make "do not create start menu foder" box to be checked (see first image) NOT to remove creation of start menu folder from installer, but just to make it checked on install? Should be simple, but those things are always hard to figure out.2. I took nerofiledialog.dll from earlier version, added 2 files and now everything is working as it should be. 7.10.1.0 default add files directory is desktop (yes), but it always stays desktop and does not remember last used directory from version 7.8.50. I checked them all. What is strange is how Your nerofile dialog looks like. Is the screen made on XP? It should be, cause on vista it looks like on sceernshot in my earlier post. Confirm that, ok? BTW, now my add screen looks like Yours!!! (see second screen), but it remembers last used dir!!!3. Can not find the reg entry to force neroexpress start witn dvd5 option, not dvd9 (see second screen). Maybe I overlooked registry entry, can someone help? want to add to tweaks before compiling setup.Alex
Inferi0r Posted August 18, 2007 Posted August 18, 2007 Hi Alex!1. Acheron, how to make "do not create start menu foder" box to be checked (see first image) NOT to remove creation of start menu folder from installer, but just to make it checked on install? Should be simple, but those things are always hard to figure out.I've also asked that here.I see only 9 components (maybe this switches are changed) and I count 20 components in the installer. Then i don't know the tasks for quicklaunchicon and start menu icons.My Inno setups are always created with /NOICONS but I'm not sure of Acheron this also used.Task and components switches are also visible when in the install_script.iss (by unpacking the Inno setup). But Acheron is using the latest Inno Compiler and the latest is still not supported by InnoUNP.Acheron can you give the switches please?
Alex Posted August 18, 2007 Posted August 18, 2007 Hi, /NOICONS I found that too, but where to add it in script? It only works with installer after compiling setup.Alex
Inferi0r Posted August 18, 2007 Posted August 18, 2007 (edited) nero-7.10.1.0_english__micro.exe /VERYSILENT /NOICONSOther commands (not sure of all supported):/DIR="x:\dirname" (Default: C:\Program Files\Nero)/GROUP="folder name" (Default: Nero)/NOICONS (Don't install a StartMenu Folder)Here you see all the available components and tasks, but I'm not sure they all working anymore. They are a little outdated. Edited August 18, 2007 by Inferi0r
Alex Posted August 18, 2007 Posted August 18, 2007 Hi,[Tasks]Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked; Components: nero_core\nero_expressName: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked; Components: nero_core\nero_express; OnlyBelowVersion: 0,6.0Name: imagefile_assoc; Description: {cm:AssocImageFileExt}; GroupDescription: {cm:FileAssociations}; Flags: unchecked; Components: nero_coreSo how to add noicons to tasks?Alex
kal Posted August 18, 2007 Posted August 18, 2007 I'm glad to see you back Acharon Where can i find french version of RC5? Maybe it's not avalaible and you wait for the final release to include tranlation ?Regards,Kal
Inferi0r Posted August 18, 2007 Posted August 18, 2007 (edited) Oh Alex you mean for your own version. Sorry I was wrong reading. Just add this:[Setup]AllowNoIcons=yesFor automatically NOICONS must I take a look. Edited August 18, 2007 by Inferi0r
Dynaletik Posted August 18, 2007 Posted August 18, 2007 Maybe it's not avalaible and you wait for the final release to include tranlation?Thats exactly what it will be like. The localized versions will be available when the final comes out, I think.
Recommended Posts