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
  • 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: -----

#11 User is offline   ricktendo64 

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

Posted 22 November 2008 - 09:14 PM

I downloaded chm files and updated the cabs with them, I also removed all the non english languages and edited the MSI installers to remove any langs from the installer too using installshield (also removed windows installer, dx redist and other misc stuff too)

I got a pretty small Nero 9 install now thanks x-Shadow-x

As for unattendedly making a WinRAR sfx I have never done it so anybody else know how to make a WinRAR sfx unattededly plz show us

This post has been edited by ricktendo64: 22 November 2008 - 09:16 PM



#12 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,260
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 November 2008 - 09:30 PM

View Postricktendo64, on Nov 22 2008, 10:14 PM, said:

I downloaded chm files and updated the cabs with them

What chm files? For what? Just curious...

View Postricktendo64, on Nov 22 2008, 10:14 PM, said:

I also removed all the non english languages and edited the MSI installers to remove any langs from the installer too using installshield

That could be scripted. Deleting files is trivial. Modifying a MSI installer is fairly simple too (using the OpenDatabase and OpenView methods of the WindowsInstaller.Installer object and simple SQL-like commands) Looks like just removing the files works though (saves 300-some MBs).

View Postricktendo64, on Nov 22 2008, 10:14 PM, said:

(also removed windows installer, dx redist and other misc stuff too)

I figured that was probably fairly easy to strip too (haven't actually looked yet though)

View Postricktendo64, on Nov 22 2008, 10:14 PM, said:

As for unattendedly making a WinRAR sfx I have never done it so anybody else know how to make a WinRAR sfx unattededly plz show us

The help file (winrar.chm) has the infos about all the switches. The commands are stored as comments (added using command c, and loaded from a file using the -z switch, as the help file suggests)

Edit: BTW, you don't need a large and fancy thinstalled unpacker just for a standard 7zip sfx. Just "7z.exe x Nero-9.x.x.x.exe -oc:\some\path\" will do... That's trivial to script too.

This post has been edited by crahak: 22 November 2008 - 11:25 PM


#13 User is offline   ricktendo64 

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

Posted 22 November 2008 - 09:48 PM

View Postcrahak, on Nov 22 2008, 10:30 PM, said:

View Postricktendo64, on Nov 22 2008, 10:14 PM, said:

I downloaded chm files and updated the cabs with them

What chm files? For what? Just curious...

Posted Image

#14 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,260
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 November 2008 - 09:58 PM

1.8GB extracted (out of which like 165MB are used by unit_hlp_XX folders), and the help files are still optional? I'm speechless.

Edit: downloading them? trivial to do, using apps like wget...

This post has been edited by crahak: 22 November 2008 - 11:33 PM


#15 User is offline   ricktendo64 

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

Posted 22 November 2008 - 10:41 PM

This could probably be done by the program too, it could dl, rename and cab archive the help files updating the original cab files with the dummy chm files

This post has been edited by ricktendo64: 22 November 2008 - 10:43 PM


#16 User is offline   x-Shadow-x 

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

Posted 22 November 2008 - 10:49 PM

Update NAR 1.1
Just made up a quick language remover. I will implement NAR-LR with the NAR tomorrow sometime.
Tweaked NAR a bit, Added more stuff to remove.

This post has been edited by x-Shadow-x: 23 November 2008 - 01:36 AM


#17 User is offline   cybpsych 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 02-December 03

Posted 23 November 2008 - 04:33 AM

View Postx-Shadow-x, on Nov 22 2008, 08:52 AM, said:

Now that it is saved, you can run ether "Large Build.bat" or "Small Build.bat". "Large Build.bat" will take less time to make, but the SFX in the end will be larger then if you use "Small Build.bat". It will take a while to compress (depending on how many applications you removed and if you used Large Build or Small Build). Once it has compressed, it is ready.

Hi bro, good work on this. it makes every1 easier to slim down the bloated installer ;)

I'm curious on the Small Build and Large Build batch files. Both uses the same 7zip compression level, therefore it shouldn't make any huge difference in size. The only command that is taking extreme long time is UPX, and that only compresses the SFX stub, not the actual compressed file. Just my 2c ;)

View Postricktendo64, on Nov 23 2008, 11:14 AM, said:

I downloaded chm files and updated the cabs with them, I also removed all the non english languages and edited the MSI installers to remove any langs from the installer too using installshield (also removed windows installer, dx redist and other misc stuff too)

I got a pretty small Nero 9 install now thanks x-Shadow-x

hi rick, care to share your method in removing those extra stuffs (e.g editing MSI installers, windows installers, dx redist, etc.)??

BTW, how small is your Nero 9 installer now? :)


Thanks guys!

This post has been edited by cybpsych: 23 November 2008 - 04:35 AM


#18 User is offline   cybpsych 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 02-December 03

Posted 23 November 2008 - 04:41 AM

btw, what does NAR stands for? :blushing:

Nero Application Remover?

#19 User is offline   x-Shadow-x 

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

Posted 23 November 2008 - 01:07 PM

Hi cybpsych, NAR 1.1 removes all of the un needed stuff (e.g dx redist, windows installer 3.1, vcredist and ASK toolbar, ect.).
I have gotten my installer to around 63MB's.
NAR stands for Nero Application Remover.

This post has been edited by x-Shadow-x: 23 November 2008 - 01:09 PM


#20 User is offline   boooggy 

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

Posted 23 November 2008 - 02:00 PM

can u mix nar with nar language ?

#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 offline   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,125
  • 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,319
  • 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,125
  • 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 offline   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,125
  • 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


Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • 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