IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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 V  < 1 2 3 4 > »   
Closed TopicStart new topic
> [Tool] NAR - Nero Application Remover, Use NAR to remove unwanted applications and languages From Nero 9
aranmalo
post Nov 23 2008, 04:28 PM
Post #21


Newbie


Group: Members
Posts: 12
Joined: 21-November 08
Member No.: 219971
OS: XP Pro x86
Country Flag


as is used the NAR Language Remover? because d'nont delete the languages.
Go to the top of the page
 
+Quote Post
ajua
post 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
Country Flag


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.
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
x-Shadow-x
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
boooggy
post 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
Country Flag


thx for the answer shadow.
good work thumbup.gif
Go to the top of the page
 
+Quote Post
mtbbac
post Nov 24 2008, 04:58 AM
Post #26


Junior
*

Group: Members
Posts: 80
Joined: 15-March 06
Member No.: 90899
Country Flag


nero 9 hijack all file association.....
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


QUOTE (mtbbac @ Nov 24 2008, 05:58 AM) *
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
Go to the top of the page
 
+Quote Post
x-Shadow-x
post 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
Country Flag


Hum, I will have to see that, Will test on v-computer later.
Go to the top of the page
 
+Quote Post
ajua
post 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
Country Flag


QUOTE (ricktendo64 @ Nov 23 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

It was 7-Zip SFX module fault. I repackaged my install using WinRAR and it installed without problems.
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
x-Shadow-x
post 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
Country Flag


Update
Made a new Winrar SFX'r.

This post has been edited by x-Shadow-x: Nov 26 2008, 04:27 PM
Go to the top of the page
 
+Quote Post
ScOOt3r
post Nov 25 2008, 08:09 AM
Post #32


Junior
*

Group: Members
Posts: 77
Joined: 14-May 06
Member No.: 96323
Country Flag


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?
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


QUOTE (ScOOt3r @ Nov 25 2008, 09: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?

7-Zip can do it, try it
Go to the top of the page
 
+Quote Post
x-Shadow-x
post 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
Country Flag


Edited first post, only UniExtract and 7zip can open the Nero.exe (So far).
Go to the top of the page
 
+Quote Post
ajua
post 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
Country Flag


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.
Go to the top of the page
 
+Quote Post
x-Shadow-x
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
ajua
post 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
Country Flag


Will try the new language remover tomorrow.
thanks.
Go to the top of the page
 
+Quote Post
urie
post 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
Go to the top of the page
 
+Quote Post
aranmalo
post Nov 26 2008, 07:08 AM
Post #39


Newbie


Group: Members
Posts: 12
Joined: 21-November 08
Member No.: 219971
OS: XP Pro x86
Country Flag


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
Go to the top of the page
 
+Quote Post
aranmalo
post Nov 26 2008, 08:31 AM
Post #40


Newbie


Group: Members
Posts: 12
Joined: 21-November 08
Member No.: 219971
OS: XP Pro x86
Country Flag


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
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

11 Pages V  < 1 2 3 4 > » 
Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 04:38 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy