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
![]() ![]() |
Nov 23 2008, 04:28 PM Post
#21 | |
| Newbie Group: Members Posts: 12 Joined: 21-November 08 Member No.: 219971 OS: XP Pro x86 |
as is used the NAR Language Remover? because d'nont delete the languages.
|
| | |
Nov 23 2008, 05:36 PM Post
#22 | |
| Custom Installer Maker ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1223 Joined: 16-April 05 From: The chair in front of Cleopetra Member No.: 52266 OS: Windows 7 x86 |
This isn't working for me I've made three different packages. One with only Nero and Nero Express, other with those and CoverDesigner and another with all the latter plus Recode. The SFX extract the files, setupX launches, works for a while in the background but nothing gets intalled. I even created the SFX manually, witht the same result. |
| | |
Nov 23 2008, 10:45 PM Post
#23 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 |
Try not making a 7zip sfx and see if it works by running SetupX.exe with the switches while extracted, if it works that means that 7zip did not wait for SetupX to complete install and prematurely deleted the temp extracted files
This post has been edited by ricktendo64: Nov 23 2008, 10:47 PM |
| | |
Nov 23 2008, 11:42 PM Post
#24 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 327 Joined: 12-February 08 Member No.: 176702 OS: Windows 7 x64 |
Yes, what rick says sounds true. It works fine for me. boooggy, I will implement NAR-LR into NAR sometime this week, I need to find time. There are acouple problems with NAR-LR, im trying to fix them. Will post update soon. This post has been edited by x-Shadow-x: Nov 24 2008, 12:08 AM |
| | |
Nov 24 2008, 02:59 AM Post
#25 | |
| MSFN Master ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2302 Joined: 27-February 05 From: Bucharest Member No.: 45441 OS: Windows 7 x64 |
thx for the answer shadow. good work |
| | |
Nov 24 2008, 04:58 AM Post
#26 | |
| Junior ![]() Group: Members Posts: 80 Joined: 15-March 06 Member No.: 90899 |
nero 9 hijack all file association.....
|
| | |
Nov 24 2008, 11:30 AM Post
#27 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 | nero 9 hijack all file association..... I suspected Nero did this but not sure, something hijacked my jpg, bmp and png extensions (i removed Nero PhotoCrap BTW) Was not sure it was Nero 9 but it could be This post has been edited by ricktendo64: Nov 24 2008, 11:32 AM |
| | |
Nov 24 2008, 12:23 PM Post
#28 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 327 Joined: 12-February 08 Member No.: 176702 OS: Windows 7 x64 |
Hum, I will have to see that, Will test on v-computer later.
|
| | |
Nov 24 2008, 06:23 PM Post
#29 | |
| Custom Installer Maker ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1223 Joined: 16-April 05 From: The chair in front of Cleopetra Member No.: 52266 OS: Windows 7 x86 | Try not making a 7zip sfx and see if it works by running SetupX.exe with the switches while extracted, if it works that means that 7zip did not wait for SetupX to complete install and prematurely deleted the temp extracted files It was 7-Zip SFX module fault. I repackaged my install using WinRAR and it installed without problems. |
| | |
Nov 24 2008, 06:42 PM Post
#30 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 |
OK I been thinking and this could probably be solved with one or a combination of both these config.txt's: Will extract files to "%temp%\nero9tmp" and may prevent files from beeing deleted prematurely (will not solve the issue of 7zip sfx module waiting for SetupX to finish) CODE ;!@Install@!UTF-8! GUIMode="2" InstallPath="\"%temp%\\nero9tmp\"" RunProgram="Setupx.exe /i /q SERIALNUMBER=\"serial\" EULAACCEPTED=\"1\" INSTAPP=\"ALL\"" ;!@InstallEnd@! Or use cmd.exe to do START /WAIT CODE ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:cmd /c start /wait /b \"%%T\\Setupx.exe\" /i /q SERIALNUMBER=\"serial\" EULAACCEPTED=\"1\" INSTAPP=\"ALL\"" ;!@InstallEnd@! %%T = full extraction path (7zSD_EN.chm) This post has been edited by ricktendo64: Nov 24 2008, 06:44 PM |
| | |
Nov 24 2008, 11:43 PM Post
#31 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 327 Joined: 12-February 08 Member No.: 176702 OS: Windows 7 x64 | Update Made a new Winrar SFX'r. This post has been edited by x-Shadow-x: Nov 26 2008, 04:27 PM |
| | |
Nov 25 2008, 08:09 AM Post
#32 | |
| Junior ![]() Group: Members Posts: 77 Joined: 14-May 06 Member No.: 96323 |
I cant even get past the uncompress stage uniextract keeps telling me this: D:\Nero\Nero-9.0.9.4c_trial.exe cannot be extracted filetype returned was: Nothing Found (overlay) any ideas? |
| | |
Nov 25 2008, 09:09 AM Post
#33 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 | |
| | |
Nov 25 2008, 01:35 PM Post
#34 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 327 Joined: 12-February 08 Member No.: 176702 OS: Windows 7 x64 |
Edited first post, only UniExtract and 7zip can open the Nero.exe (So far).
|
| | |
Nov 25 2008, 02:10 PM Post
#35 | |
| Custom Installer Maker ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1223 Joined: 16-April 05 From: The chair in front of Cleopetra Member No.: 52266 OS: Windows 7 x86 |
I got an error with CoverDesigner. It was asking for a .Def file when i tried to open it. I made an installer with Express, Recode and CoverDesigner only. Also, i removed all languages except spanish and english. |
| | |
Nov 25 2008, 11:45 PM Post
#36 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 327 Joined: 12-February 08 Member No.: 176702 OS: Windows 7 x64 |
I will look into that rite now elajua. Edit: It was an error with NAR-LR, try the new version. Update Fixed NAR-LR. No more error when installing languages. Need to read the new instructions. This post has been edited by x-Shadow-x: Nov 26 2008, 04:27 PM |
| | |
Nov 26 2008, 12:56 AM Post
#37 | |
| Custom Installer Maker ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1223 Joined: 16-April 05 From: The chair in front of Cleopetra Member No.: 52266 OS: Windows 7 x86 |
Will try the new language remover tomorrow. thanks. |
| | |
Nov 26 2008, 06:55 AM Post
#38 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 378 Joined: 30-July 03 Member No.: 5322 |
UniExtract can't unpackit either here is UniExtract.log CODE 7-Zip 4.57 Copyright (c) 1999-2007 Igor Pavlov 2007-12-06 Processing archive: C:\Temp\Nero-9.0.9.4c_trial.exe Error: Can not open file as archive |
| | |
Nov 26 2008, 07:08 AM Post
#39 | |
| Newbie Group: Members Posts: 12 Joined: 21-November 08 Member No.: 219971 OS: XP Pro x86 |
the Update the new Fixed NAR-LR. and the new instructions ,this is in the first post?
This post has been edited by aranmalo: Nov 26 2008, 08:34 AM |
| | |
Nov 26 2008, 08:31 AM Post
#40 | |
| Newbie Group: Members Posts: 12 Joined: 21-November 08 Member No.: 219971 OS: XP Pro x86 |
I removed all except nero burning and Express. Also, i removed all languages except spanish, according to instructions of the first post, but the folder is 402 MB. Why?. I want a nero Lite spanish very small, same like x-Shadow-x but I did not do it. I keep the instructions but does not go out, any suggestions? thanks This post has been edited by aranmalo: Nov 26 2008, 08:39 AM |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 04:38 PM |