Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.
Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.
We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.
Read Forum Rules
![]() ![]() |
Aug 18 2007, 05:39 AM Post
#21 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
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. |
| | |
Aug 18 2007, 06:03 AM Post
#22 | |
| vLite & WPI Junkie :> Group: Supreme Sponsors Posts: 624 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Windows 7 x64 | |
| | |
Aug 18 2007, 07:52 AM Post
#23 | |
| Member ![]() ![]() Group: Members Posts: 202 Joined: 8-September 04 Member No.: 30418 |
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 Attached File(s) |
| | |
Aug 18 2007, 08:43 AM Post
#24 | |
| Little dude ![]() ![]() Group: Members Posts: 180 Joined: 28-July 06 From: The Netherlands Member No.: 106147 OS: XP Pro x86 |
Hi Alex QUOTE !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. QUOTE 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? |
| | |
Aug 18 2007, 09:04 AM Post
#25 | |
| Member ![]() ![]() Group: Members Posts: 202 Joined: 8-September 04 Member No.: 30418 |
Hi, /NOICONS I found that too, but where to add it in script? It only works with installer after compiling setup. Alex |
| | |
Aug 18 2007, 09:12 AM Post
#26 | |
| Little dude ![]() ![]() Group: Members Posts: 180 Joined: 28-July 06 From: The Netherlands Member No.: 106147 OS: XP Pro x86 | CODE nero-7.10.1.0_english__micro.exe /VERYSILENT /NOICONS Other commands (not sure of all supported): CODE /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. This post has been edited by Inferi0r: Aug 18 2007, 09:16 AM |
| | |
Aug 18 2007, 09:37 AM Post
#27 | |
| Member ![]() ![]() Group: Members Posts: 202 Joined: 8-September 04 Member No.: 30418 |
Hi, [Tasks] Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked; Components: nero_core\nero_express Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked; Components: nero_core\nero_express; OnlyBelowVersion: 0,6.0 Name: imagefile_assoc; Description: {cm:AssocImageFileExt}; GroupDescription: {cm:FileAssociations}; Flags: unchecked; Components: nero_core So how to add noicons to tasks? Alex |
| | |
Aug 18 2007, 10:21 AM Post
#28 | |
| Member ![]() ![]() Group: Members Posts: 114 Joined: 7-March 04 From: Paris Member No.: 15504 OS: XP Pro x86 |
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 |
| | |
Aug 18 2007, 10:30 AM Post
#29 | |
| Little dude ![]() ![]() Group: Members Posts: 180 Joined: 28-July 06 From: The Netherlands Member No.: 106147 OS: XP Pro x86 |
Oh Alex you mean for your own version. Sorry I was wrong reading. Just add this: CODE [Setup] AllowNoIcons=yes For automatically NOICONS must I take a look. This post has been edited by Inferi0r: Aug 18 2007, 04:17 PM |
| | |
Aug 18 2007, 10:41 AM Post
#30 | |
| vLite & WPI Junkie :> Group: Supreme Sponsors Posts: 624 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Windows 7 x64 | |
| | |
Aug 18 2007, 10:51 AM Post
#31 | |
| Member ![]() ![]() Group: Members Posts: 202 Joined: 8-September 04 Member No.: 30418 |
@Inferi0r, Thank You, would be nice if You could find out, cause I can not figure it out, but sure that this box checked in some app I used. But how??? Alex |
| | |
Aug 18 2007, 10:53 AM Post
#32 | |
| Member ![]() ![]() Group: Members Posts: 114 Joined: 7-March 04 From: Paris Member No.: 15504 OS: XP Pro x86 | 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. Ok. Waiting will be long This post has been edited by kal: Aug 18 2007, 10:54 AM |
| | |
Aug 18 2007, 10:57 AM Post
#33 | |
| Rick Steele ![]() ![]() Group: Members Posts: 207 Joined: 13-October 04 From: Ottawa, Ontario, Canada Member No.: 33639 OS: XP Pro x64 |
Thanks Acheron, works flawlessly XP Pro sp2; burns, erases, all DVD/CDROM +-RW I've thrown at it and ditto for labeling. Perfect!
|
| | |
Aug 18 2007, 05:29 PM Post
#34 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
Nice to see some people can actually use Nero 7 Lite now I have uploaded a new SDK tonight, see http://updatepack.nl/nero_lite. You might also try using the Inno one click installation I made, updating Inno Setup to use latest components. Next release will be final, so no RC anymore! |
| | |
Aug 18 2007, 07:32 PM Post
#35 | |
| Group: Banned Posts: 1 Joined: 18-August 07 Member No.: 151352 OS: 2003 x86 | |
| | |
Aug 19 2007, 12:59 AM Post
#36 | |
| vLite & WPI Junkie :> Group: Supreme Sponsors Posts: 624 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Windows 7 x64 |
@ Acheron: Have there been any changes to the sqlite3.dll from the RC1 SDK to the RC6 SDK? The file isn't integrated in the RC6 SDK. Thank you for the new SDK, I will build a german Lite version today and let you know if everything works. EDIT: Ok, i downloaded the latest sqlite3.dll from sqlite.org. This post has been edited by Dynaletik: Aug 19 2007, 01:12 AM |
| | |
Aug 19 2007, 04:43 AM Post
#37 | |
| Newbie Group: Members Posts: 46 Joined: 12-May 04 Member No.: 19767 |
I still can't find any documentation inside A short list of what to do would do it... This post has been edited by vpn-user: Aug 19 2007, 05:23 AM |
| | |
Aug 19 2007, 06:59 AM Post
#38 | |
| vLite & WPI Junkie :> Group: Supreme Sponsors Posts: 624 Joined: 18-September 04 From: Germany Member No.: 31388 OS: Windows 7 x64 |
I used your RC6 SDK to build the german Lite version and everything seems to work. Activation goes faster than in RC1. Thank you!!!
|
| | |
Aug 19 2007, 07:16 AM Post
#39 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 709 Joined: 30-November 06 From: Behind you Member No.: 117138 OS: Vista Ultimate x64 |
Works fine, now time for the Dutch version |
| | |
Aug 19 2007, 10:11 AM Post
#40 | |
| Member ![]() ![]() Group: Members Posts: 114 Joined: 7-March 04 From: Paris Member No.: 15504 OS: XP Pro x86 | I used your RC6 SDK to build the german Lite version and everything seems to work. Activation goes faster than in RC1. Thank you!!! I would like to build the french version. Where do you find the files present in http://updatepack.nl/nero_lite/nero7_filelist.txt ? I guess the SDK need these files to build nero lite... This post has been edited by kal: Aug 19 2007, 10:32 AM |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 03:03 AM |