sweet!
Nero Burning ROM v7 installation How to use the original files for unattended use
#281
Posted 05 July 2007 - 11:38 PM
sweet!
#282
Posted 06 July 2007 - 08:18 AM
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
Posted 06 July 2007 - 12:31 PM
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…
I really hope this script is useful when Ahead doesn't seem to care for us unattended users.
This post has been edited by CEoCEo: 07 July 2007 - 07:52 AM
#284
Posted 08 July 2007 - 04:25 AM
Quote
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
Posted 08 July 2007 - 07:47 AM
bobthenob, on Jul 8 2007, 11:25 AM, said:
Quote
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
http://www.msfn.org/board/index.php?s=&showtopic=20197&view=findpost&p=664489
#287
Posted 10 July 2007 - 07:46 AM
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
Posted 10 July 2007 - 01:17 PM
#289
Posted 18 July 2007 - 08:55 AM
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
Posted 18 July 2007 - 09:51 AM
This post has been edited by ricktendo64: 18 July 2007 - 09:52 AM
#291
Posted 18 July 2007 - 03:48 PM
@IT Troll - I'm glad to hear that uninstalls are working for you.
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
Posted 19 July 2007 - 03:07 AM
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
Posted 23 July 2007 - 02:24 PM

I cleaned %WINDIR%\Temp\*.* and %TMP%\*.* before installation.
#294
Posted 23 July 2007 - 10:45 PM
Nucleus, on Jul 23 2007, 02:24 PM, said:

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
Posted 24 July 2007 - 07:20 AM
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.
#296
Posted 24 July 2007 - 10:00 AM

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.
#298
Posted 24 July 2007 - 05:34 PM
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
#299
Posted 24 July 2007 - 10:02 PM
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
- ← Nokia PC Suite 7.0 Release 7
- Application Installs
- [Release?] Easy CD-DA Extractor v12 silent install →



Help

Back to top









