MSFN Forum: [Tool] NAR - Nero Application Remover - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

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
  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • This topic is locked

[Tool] NAR - Nero Application Remover Use NAR to remove unwanted applications and languages From Nero 9 Rate Topic: -----

#21 User is offline   aranmalo 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 21-November 08

Posted 23 November 2008 - 04:28 PM

as is used the NAR Language Remover? because d'nont delete the languages.


#22 User is online   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 23 November 2008 - 05:36 PM

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.

#23 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 November 2008 - 10:45 PM

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: 23 November 2008 - 10:47 PM


#24 User is offline   x-Shadow-x 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 356
  • Joined: 12-February 08

Posted 23 November 2008 - 11:42 PM

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: 24 November 2008 - 12:08 AM


#25 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,315
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 November 2008 - 02:59 AM

thx for the answer shadow.
good work :thumbup

#26 User is offline   mtbbac 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 15-March 06

Posted 24 November 2008 - 04:58 AM

nero 9 hijack all file association.....

#27 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 November 2008 - 11:30 AM

View Postmtbbac, on Nov 24 2008, 05:58 AM, said:

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: 24 November 2008 - 11:32 AM


#28 User is offline   x-Shadow-x 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 356
  • Joined: 12-February 08

Posted 24 November 2008 - 12:23 PM

Hum, I will have to see that, Will test on v-computer later.

#29 User is online   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 24 November 2008 - 06:23 PM

View Postricktendo64, on Nov 23 2008, 10:45 PM, said:

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.

#30 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 November 2008 - 06:42 PM

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)
;!@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
;!@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: 24 November 2008 - 06:44 PM


#31 User is offline   x-Shadow-x 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 356
  • Joined: 12-February 08

Posted 24 November 2008 - 11:43 PM

Update
Made a new Winrar SFX'r.

This post has been edited by x-Shadow-x: 26 November 2008 - 04:27 PM


#32 User is offline   ScOOt3r 

  • Junior
  • Pip
  • Group: Members
  • Posts: 77
  • Joined: 14-May 06

Posted 25 November 2008 - 08:09 AM

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?

#33 User is offline   ricktendo64 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,120
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 November 2008 - 09:09 AM

View PostScOOt3r, on Nov 25 2008, 09:09 AM, said:

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?

7-Zip can do it, try it

#34 User is offline   x-Shadow-x 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 356
  • Joined: 12-February 08

Posted 25 November 2008 - 01:35 PM

Edited first post, only UniExtract and 7zip can open the Nero.exe (So far).

#35 User is online   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 25 November 2008 - 02:10 PM

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.

#36 User is offline   x-Shadow-x 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 356
  • Joined: 12-February 08

Posted 25 November 2008 - 11:45 PM

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: 26 November 2008 - 04:27 PM


#37 User is online   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 26 November 2008 - 12:56 AM

Will try the new language remover tomorrow.
thanks.

#38 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 507
  • Joined: 30-July 03

Posted 26 November 2008 - 06:55 AM

UniExtract can't unpackit either

here is UniExtract.log

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


#39 User is offline   aranmalo 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 21-November 08

Posted 26 November 2008 - 07:08 AM

the Update the new Fixed NAR-LR. and the new instructions ,this is in the first post?

This post has been edited by aranmalo: 26 November 2008 - 08:34 AM


#40 User is offline   aranmalo 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 21-November 08

Posted 26 November 2008 - 08:31 AM

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: 26 November 2008 - 08:39 AM


Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy