MSFN Forum: Nero Burning ROM v7 installation - 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
  • 17 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • You cannot start a new topic
  • You cannot reply to this topic

Nero Burning ROM v7 installation How to use the original files for unattended use Rate Topic: -----

#281 User is offline   mr_smartepants 

  • House vice-commander, shed CEO
  • Pip
  • Group: Members
  • Posts: 89
  • Joined: 18-July 06

Posted 05 July 2007 - 11:38 PM

I made my own .chm installer which works fine. I just opened the original .chm installer in winrar (which maintains the installer script), downloaded the updated .chm files from nero.com, drag-n-drop the new .chm files into the .chm installer .exe.
sweet!
:thumbup


#282 User is offline   IT Troll 

  • Group: Members
  • Posts: 5
  • Joined: 06-July 07

  Posted 06 July 2007 - 08:18 AM

Hi, I'm brand new to AutoIT so please be gentle with me. I am looking for a solution for a Nero 7 upgrade roll-out and came across this thread. The script looks great but I need to do a few extra things, are these possible?

Silently uninstall Nero 6.x.x.x if it is installed (without reboot)
Silently uninstall NeroVision Express 3.x.x.x if it is installed (without reboot)
Prevent ProductSetup being installed or delete the shortcut
Run BurnRights at the end

#283 User is offline   CEoCEo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 20-April 05

Posted 06 July 2007 - 12:31 PM

@IT Troll – Welcome to MSFN. I'm not sure if uninstallation can be done that easily without reboot. One time I had to delete all registry settings to make it work properly even after successful uninstall. It's not an easy task you are about to do and don't expect it will work flawlessly just because you are using AutoIt. To delete all files and registry settings was the only option that helped for me back then but I believe it can be done more easily these days. Use Nero's General CleanTool and please use the AutoIt-forum and help file if you really want to learn scripting.

Nero7 leaves some uninstall files in %WINDIR% and maybe Nero6 does the same.
Check if these files exists %WINDIR%\UNNero*.exe and try to run %WINDIR%\UNNero*.exe /UNINSTALL and see what happens.

This AutoIt line deletes Nero ProductSetup shortcut
Run ( @ComSpec & " /c " & "del /q /s NEROPR~1.LNK", @ProgramsCommonDir, @SW_HIDE)

Edit: Wow… :w00t: this script is getting quite popular and many new forum users here just to get it.
I really hope this script is useful when Ahead doesn't seem to care for us unattended users. :P

This post has been edited by CEoCEo: 07 July 2007 - 07:52 AM


#284 User is offline   bobthenob 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 25-November 05

Posted 08 July 2007 - 04:25 AM

Quote

1. Extract Nero using administrative install switches
2. Then goto "Redist" folder
3. Then Config folder and you will find the "conf.txt" file

Thats the very file you want and remove features you dont want to.

So how does it work?
If you launch the installation, the features u chose not to install, will not be available


i openened in winrar and altered config
I used this method on my Nero Nero-7.7.5.1. Everything worked fine and it didn't reboot my computer
but i get an error message pop up

unable to register c:programfiles\commonfiles\Ahead\Nero3DMenuEffects.dllErrorcode-2147024713
canot create a file when that file already exsists
error = 183
Facility =7
this is on a new virtual drive
if i click the only box cancel it alworks fine

#285 User is offline   urie 

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

Posted 08 July 2007 - 07:47 AM

View Postbobthenob, on Jul 8 2007, 11:25 AM, said:

Quote

1. Extract Nero using administrative install switches
2. Then goto "Redist" folder
3. Then Config folder and you will find the "conf.txt" file

Thats the very file you want and remove features you dont want to.

So how does it work?
If you launch the installation, the features u chose not to install, will not be available


i openened in winrar and altered config
I used this method on my Nero Nero-7.7.5.1. Everything worked fine and it didn't reboot my computer
but i get an error message pop up

unable to register c:programfiles\commonfiles\Ahead\Nero3DMenuEffects.dllErrorcode-2147024713
canot create a file when that file already exsists
error = 183
Facility =7
this is on a new virtual drive
if i click the only box cancel it alworks fine



Look here other method to install using autoit far easier :rolleyes:
http://www.msfn.org/board/index.php?s=&showtopic=20197&view=findpost&p=664489


#286 User is offline   bobthenob 

  • Member
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 25-November 05

Posted 10 July 2007 - 12:53 AM

cheers works like a charm

#287 User is offline   IT Troll 

  • Group: Members
  • Posts: 5
  • Joined: 06-July 07

Posted 10 July 2007 - 07:46 AM

Thanks for the pointers. The ProductSetup shortcut delete is working great and I have added the following to run BurnRights:

 
If $RBR = 1 Then
	RunWait ( @ProgramFilesDir & "\Nero\Nero 7\Nero Toolkit\NeroBurnRights.exe" & " /all" )
EndIf 


Is there a way to install ShowTime but control which file associations it takes? I need ShowTime for DVD playback but I don't want it to steal all the other Media Player types.

Gonna work on the uninstalls now...

This post has been edited by IT Troll: 10 July 2007 - 09:00 AM


#288 User is offline   acetken 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 17-April 06

Posted 10 July 2007 - 01:17 PM

Is anyone doing an English lite or micro install for the new version yet?

#289 User is offline   IT Troll 

  • Group: Members
  • Posts: 5
  • Joined: 06-July 07

Posted 18 July 2007 - 08:55 AM

OK I think I now have the uninstalls working with the following:

 
If FileExists ( @ProgramFilesDir & "\Ahead\Nero\Uninstall\UNNero.exe" ) Then
	Run ( @ProgramFilesDir & "\Ahead\Nero\Uninstall\UNNero.exe" & " /UNINSTALL /SILENT /NO_UI /NOREBOOT" )
	ProcessWaitClose ( "UNNero.exe" )
EndIf

If FileExists ( @WindowsDir & "\UNNeroBurnRights.exe" ) Then
	Run ( @WindowsDir & "\UNNeroBurnRights.exe" & " /UNINSTALL /SILENT /NO_UI /NOREBOOT" )
	ProcessWaitClose ( "UNNeroBurnRights.exe" )
EndIf

If FileExists ( @WindowsDir & "\UNNeroVision.exe" ) Then
	Run ( @WindowsDir & "\UNNeroVision.exe" & " /UNINSTALL /SILENT /NO_UI /NOREBOOT" )
	ProcessWaitClose ( "UNNeroVision.exe" )
EndIf 

Has anyone got any ideas on the ShowTime file associations?

#290 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 18 July 2007 - 09:51 AM

The script works but only on the first run... If the installer failed for some reason the first time and I try to run it again using a script it gives me a directX install error

This post has been edited by ricktendo64: 18 July 2007 - 09:52 AM


#291 User is offline   CEoCEo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 20-April 05

Posted 18 July 2007 - 03:48 PM

@ricktendo64 – Yes, I'm aware of this issue. It seems that install directory can't be the same again. Nero 7.9.6.0 extracted files differently than the current release. I'll have to make some sort of temp-delete function before the installation starts to prevent this from happening in the future.

@IT Troll - I'm glad to hear that uninstalls are working for you. :thumbup
Suggestion: you can use single line code to do the same.
If FileExists ( @WindowsDir & "\UNNeroBurnRights.exe" ) Then RunWait ( @WindowsDir & "\UNNeroBurnRights.exe" & " /UNINSTALL /SILENT /NO_UI /NOREBOOT" )

I'm currently on vacation and won't be back anytime soon, but please post suggestions or PM me regarding this script to make it even better.

#292 User is offline   IT Troll 

  • Group: Members
  • Posts: 5
  • Joined: 06-July 07

Posted 19 July 2007 - 03:07 AM

It did try that method but the script didn't wait for the process to finish and moved straight onto the next uninstall. This then popped a Nero error that an instance of the uninstaller was already running.

With regards to the ShowTime file associations I am thinking of using RegWrites to set them back to Media Player. Is that a good idea / my only option?

#293 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 23 July 2007 - 02:24 PM

This is the error message I get when trying to install Nero-7.10.1.0_eng_trial.exe using Nero71010.au3

Posted Image

I cleaned %WINDIR%\Temp\*.* and %TMP%\*.* before installation.

#294 User is offline   Schmitty 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 12-September 04

Posted 23 July 2007 - 10:45 PM

View PostNucleus, on Jul 23 2007, 02:24 PM, said:

This is the error message I get when trying to install Nero-7.10.1.0_eng_trial.exe using Nero71010.au3

Posted Image

I cleaned %WINDIR%\Temp\*.* and %TMP%\*.* before installation.



I get that same error, also the conf.txt file won't delete which stops Start Menu and Quick Launch shortcuts from being created, I have the Nero StartSmart desktop shortcut set to be deleted which it doesn't.

I would also like to be able to select file associations with the script, as I'd rather use Windows Media Player 11 to play most files.

It would be good if multiple serial numbers could be input so people can automatically activate plugins they own.

The ability to change setup path would be good too as my WINDOWS directory is on E:\ and my Program Files are installed on C:\ so my actual Nero installation should be "C:\Program Files\Nero\" instead of defaulting to "E:\Program Files\Nero\"

This post has been edited by Schmitty: 24 July 2007 - 01:27 AM


#295 User is offline   IT Troll 

  • Group: Members
  • Posts: 5
  • Joined: 06-July 07

Posted 24 July 2007 - 07:20 AM

OK I am now using the following to return the file associations back to Media Player after installing ShowTime:

 
If $RFA = 1 Then
	RegWrite ( "HKCR\.aif", "", "REG_SZ", "AIFFFile" )
	RegWrite ( "HKCR\.aifc", "", "REG_SZ", "AIFFFile" )
	RegWrite ( "HKCR\.aiff", "", "REG_SZ", "AIFFFile" )
	RegWrite ( "HKCR\.avi", "", "REG_SZ", "avifile" )
	RegWrite ( "HKCR\.m1v", "", "REG_SZ", "mpegfile" )
	RegWrite ( "HKCR\.m3u", "", "REG_SZ", "m3ufile" )
	RegWrite ( "HKCR\.mid", "", "REG_SZ", "midfile" )
	RegWrite ( "HKCR\.midi", "", "REG_SZ", "midfile" )
	RegWrite ( "HKCR\.mp2", "", "REG_SZ", "mpegfile" )
	RegWrite ( "HKCR\.mp3", "", "REG_SZ", "mp3file" )
	RegWrite ( "HKCR\.mpa", "", "REG_SZ", "mpegfile" )
	RegWrite ( "HKCR\.mpeg", "", "REG_SZ", "mpegfile" )
	RegWrite ( "HKCR\.mpg", "", "REG_SZ", "mpegfile" )
	RegWrite ( "HKCR\.rmi", "", "REG_SZ", "midfile" )
	RegWrite ( "HKCR\.wav", "", "REG_SZ", "soundrec" )
	RegWrite ( "HKCR\.wma", "", "REG_SZ", "WMAFile" )
	RegWrite ( "HKCR\.wmv", "", "REG_SZ", "WMVFile" )
EndIf 

I have also extracted the main setup executable so this doesn't have to be done during the install. This makes the process much faster, means that the Ask Toolbar installer can be deleted completely and hopefully the DirectX update issue will be avoided. My final script is now quite different to CEoCEo's, but many thanks for introducing me to the wonderful world of AutoIt and setting me off in the right direction. :thumbup

#296 User is offline   Schmitty 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 12-September 04

Posted 24 July 2007 - 10:00 AM

Posted Image


After spending a few hours tinkering with the script I believe the error to be in line 110.
$search = FileFindFirstFile ( @TempDir & "\NER*.*" )

I changed it to...
$search = FileFindFirstFile ( @TempDir & "\NERO13349" )
which is the random generated directory name, and works fine. You might need to check this name on your system to make sure.

I will keep investigating to see why the wildcard *.* in the original script is failing.

#297 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 24 July 2007 - 10:39 AM

Yeap. Seems to be working just fine now. Thanks :)

#298 User is offline   CEoCEo 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 20-April 05

Posted 24 July 2007 - 05:34 PM

Updated script to version 1.4

Changelog:
* Updated: Support for different version of 'Nero Burning ROM 7.10.1.0' featuring (The Weather Channel Desktop)
* Updated: Only update DirectX if necessary
* Added: Option to define a custom installation directory
* Added: Clean up temporary files before installation starts
* Added: Exit script if Nero is already installed
* Added: Option to Delete Nero ProductSetup shortcut
* Added: Option to Delete Nero Online Upgrade Offering shortcuts
* Added: Option to Reset File Associations created by Nero ShowTime
* Removed: Obsolete component (Fast CD-DVD Burning Plug-In for WMP)

Script is found in my signature :whistle:

#299 User is offline   Schmitty 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 12-September 04

Posted 24 July 2007 - 10:02 PM

To get around the problem with Help files not being installed when you specify a custom installation path, download WinRAR and change the comment.

Original
PATH=%ProgramFiles%\Nero

Custom
PATH="C:\Program Files\Nero"
or whatever your custom path is

This post has been edited by Schmitty: 24 July 2007 - 10:02 PM


#300 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 24 July 2007 - 10:34 PM

The new version is working too :)

Share this topic:


  • 17 Pages +
  • « First
  • 13
  • 14
  • 15
  • 16
  • 17
  • You cannot start a new topic
  • You cannot reply to this topic

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