MSFN Forum: Nero Source Stripper And Custom Install Builder - 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
  • 10 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Nero Source Stripper And Custom Install Builder Build the installer the simple way Rate Topic: ***** 1 Votes

#101 User is offline   larciel 

  • Member
  • PipPip
  • Group: Members
  • Posts: 241
  • Joined: 06-December 03

Posted 17 March 2005 - 07:13 PM

quick Q.

1. how to make the .cmd use Winrar instaed of 7zip when both programs are installed

2. how to enable nero vision? i've tried "nerovision" and "nero vision" and it seems like first one is right, but i don't see icon for nerovision


#102 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 17 March 2005 - 07:35 PM

larciel, on Mar 18 2005, 09:13 AM, said:

quick Q.

1. how to make the .cmd use Winrar instaed of 7zip when both programs are installed

2. how to enable nero vision?  i've tried "nerovision" and "nero vision" and it seems like first one is right, but i don't see icon for nerovision
<{POST_SNAPBACK}>
1.
:: set the default packer if you do not use the command line option.
:: WinRAR or 7-Zip
set packName=7-Zip

Change set packName=WinRAR or !makeit.cmd /rar

2. "NeroVision" is correct. For the shortcut, add the following to your post_config.cmd file. search for:
if /i exist "%basetarget%\Nero ShowTime\ShowTime.exe" (
shortcut /a:c /f:"%shortcutFolder%\Nero ShowTime.lnk" /t:"%basetarget%\Nero ShowTime\ShowTime.exe" /d:"Watch your favorite DVD-Video movies and turn your computer into a home cinema.">NUL 2>&1 )

on a new line under this entry add:
if /i exist "%basetarget%\NeroVision\NeroVision.exe" (
shortcut /a:c /f:"%shortcutFolder%\NeroVision.lnk" /t:"%basetarget%\NeroVision\NeroVision.exe" /d:"Make great looking VCDs, SVCDs and DVDs with spectacular menus. Capture video from your DV camera, video card or TV tuner card. Create amazing slideshows. Cut and edit your own movies with spectacular effects.">NUL 2>&1 )


#103 User is offline   1to1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 22-February 05

Posted 17 March 2005 - 07:42 PM

Felix

WellDne it's woking just perfect.


best regards

:thumbup

#104 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 17 March 2005 - 11:02 PM

Hi all,

Please let me know if the manual.pdf is ok or if it needs anymore information in it... Other than that i think for now it is just about finished. Now i will be working on the TO DO list :yes: :)

#105 User is offline   butanamine 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 08-January 05

Posted 17 March 2005 - 11:58 PM

I think the How To section of the manual should be before the Explanations section. The guide is otherwise great. You could stick a bit in saying that the program creates a silent self extracting archive which is then called from unattended installation eg RunOnceEx.

Also, I couldn't find any of the information from Post 1 of this thread in the manual (ie the bit about where to put files and file name requirements)

I'm having trouble getting MakeIt to work. Nero extracts and then MakeIt just closes and the extracted nero gets deleted. There is no SFX file anywhere to be seen.

#106 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 18 March 2005 - 12:29 AM

butanamine, on Mar 18 2005, 01:58 PM, said:

I think the How To section of the manual should be before the Explanations section. The guide is otherwise great. You could stick a bit in saying that the program creates a silent self extracting archive which is then called from unattended installation eg RunOnceEx.

Also, I couldn't find any of the information from Post 1 of this thread in the manual (ie the bit about where to put files and file name requirements)

I'm having trouble getting MakeIt to work. Nero extracts and then MakeIt just closes and the extracted nero gets deleted. There is no SFX file anywhere to be seen.
<{POST_SNAPBACK}>


Ok so you have extracted all files from the archive to the same directory as the nero-*.exe and (if you are using it) nve-*.exe? Make sure that the names of the original sources files from nero are unchanged... Does a new nerotmp directory get made? and what are you using as your default archive utility?

Thanks for the suggestions for the manual - i will make some changes :)

#107 User is offline   butanamine 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 08-January 05

Posted 18 March 2005 - 01:13 AM

Filename is as original. Program runs, lots of stuff flashes by incredibly fast and then first thing I can read is 'Now Creating_Nero Installer using winRAR'. nerotmp folder is created. Then nerotmp folder disappears and the program closes. I am using winRAR. It says "File Not Found" just after "Building Custom Installation".

I just installed 7-zip and it works perfectly with that. Strange about winRAR. Thanks for the program, it's great.

#108 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 18 March 2005 - 01:23 AM

butanamine, on Mar 18 2005, 03:13 PM, said:

Filename is as original. Program runs, lots of stuff flashes by incredibly fast and then first thing I can read is 'Now Creating_Nero Installer using winRAR'. nerotmp folder is created. Then nerotmp folder disappears and the program closes. I am using winRAR. It says "File Not Found" just after "Building Custom Installation".

I just installed 7-zip and it works perfectly with that. Strange about winRAR. Thanks for the program, it's great.
<{POST_SNAPBACK}>


that is strange with winrar - check your path statement in !makeit.cmd is correct for winrar... other than that i am pleased to hear to is working correctly with 7-zip... and it will be a smaller file footprint too :yes:

#109 User is offline   butanamine 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 08-January 05

Posted 18 March 2005 - 01:30 AM

The rarPath is correct. Any other ideas?
I had quite a good search through the script and couldn't find anything wrong. It's probably just me doing something stupid so don't worry about it.

#110 User is offline   butanamine 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 08-January 05

Posted 18 March 2005 - 01:44 AM

Another things, the two options I selected were Nero StartSmart (because I like the icon more than the Burning Rom one) and Nero Toolkit. These installed, but they do not actually work. It doesn't worry me because I'll just remove them from the package, but I thought you might like to know. Also, the icons for these two StartSmart and Toolkit did not install.

#111 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,288
  • Joined: 19-May 04

Posted 18 March 2005 - 02:44 AM

Felix, instead of a batch file, why not make an autoit script? looks more professional & is nicer (IMO) ? i can help if u want ?

#112 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 18 March 2005 - 03:20 AM

MCT, on Mar 18 2005, 04:44 PM, said:

Felix, instead of a batch file, why not make an autoit script? looks more professional & is nicer (IMO) ? i can help if u want ?
<{POST_SNAPBACK}>

lets get all the bugs out first and then we can look at that. :) thanks for the offer of help i may take you up on that.

#113 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 18 March 2005 - 04:10 AM

Edit:

Nevermind. AutoIt support would be great if you can also add languagepack integration support.

And can you also change 7-zip compression to MAX instead of Ultra. I don't have enough ram to handle it (256 MB). Program hangs halfway. I changed it manually to -mx7 but meaby more users have this problem

#114 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 18 March 2005 - 05:42 AM

butanamine, on Mar 18 2005, 03:30 PM, said:

The rarPath is correct. Any other ideas?
I had quite a good search through the script and couldn't find anything wrong. It's probably just me doing something stupid so don't worry about it.
<{POST_SNAPBACK}>


No was not you - was me! there was an error in the syntax for the winrar extraction command - now fixed... download again pls and test.

#115 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 18 March 2005 - 05:55 AM

butanamine, on Mar 18 2005, 03:44 PM, said:

Another things, the two options I selected were Nero StartSmart (because I like the icon more than the Burning Rom one) and Nero Toolkit. These installed, but they do not actually work. It doesn't worry me because I'll just remove them from the package, but I thought you might like to know. Also, the icons for these two StartSmart and Toolkit did not install.
<{POST_SNAPBACK}>


Just did tests with 1.2.4 and all the icons installed fine and smartstart worked correctly. tested with both 7-zip and winrar created versions.

#116 User is offline   butanamine 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 08-January 05

Posted 18 March 2005 - 07:37 AM

`Felix`, on Mar 18 2005, 05:42 AM, said:

butanamine, on Mar 18 2005, 03:30 PM, said:

The rarPath is correct. Any other ideas?
I had quite a good search through the script and couldn't find anything wrong. It's probably just me doing something stupid so don't worry about it.
<{POST_SNAPBACK}>

No was not you - was me! there was an error in the syntax for the winrar extraction command - now fixed... download again pls and test.
<{POST_SNAPBACK}>


Works for me too now! Excellent, thanks.


`Felix`, on Mar 18 2005, 05:55 AM, said:

butanamine, on Mar 18 2005, 03:44 PM, said:

Another things, the two options I selected were Nero StartSmart (because I like the icon more than the Burning Rom one) and Nero Toolkit. These installed, but they do not actually work. It doesn't worry me because I'll just remove them from the package, but I thought you might like to know. Also, the icons for these two StartSmart and Toolkit did not install.
<{POST_SNAPBACK}>

Just did tests with 1.2.4 and all the icons installed fine and smartstart worked correctly. tested with both 7-zip and winrar created versions.
<{POST_SNAPBACK}>


I just did tests with 1.2.4 now. I created the archive with all options on. I am doing these tests on my current system (uninstalling and reinstalling), rather than on a fresh install so this may be hampering results?

I am finding that CDSpeed.exe and DriveSpeed.exe return the error "No CD-ROM drives found." InfoTool works fine although some of the information is different to the 'real' install. In particular, InfoiTool reports that the Nero ASPI driver is not installed (WNASPI32.DLL).

I tested the shortcut creation for Nero Toolkit. The script doesn't seem to be able to create these shortcuts unless the 'Nero Toolkit' directory is made prior to the script running.

SmartStart returns the error "Some files ar emissing, please reinstall Nero." Also, after searching through post_config.cmd, I could not find anything about Nero StartSmart.

#117 User is offline   Xable 

  • XUDPack
  • PipPip
  • Group: Members
  • Posts: 201
  • Joined: 23-November 04

Posted 18 March 2005 - 11:45 AM

Works fine for me, i like the quick launch switch aswell :) Cheers felix.
BTW, the autoit script sounds interesting, does that mean NCIB will be a single stand alone executable? that would be awesome.

#118 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,604
  • Joined: 14-November 03

Posted 18 March 2005 - 02:24 PM

Gotta say Felix awsome outcome you have here, many more addittions & improvements. As butanamine mentioned re Startsmart I enable it in the Makeit.cmd but not working & no shortcuts besides that very happy with the outcome & prog size.
Cmd file attached..

#119 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 18 March 2005 - 10:10 PM

will try new version when i return home from my trip
hope it works for me
anyways, one suggestion for the manual
list of available components and maybe a short description (for lazy people like me)

#120 User is offline   `Felix` 

  • MSFN Contributor
  • PipPipPip
  • Group: Members
  • Posts: 481
  • Joined: 28-July 04

Posted 20 March 2005 - 08:26 PM

Issues with smartstart. Yes i have varified that there are issues with smart drive and am doing testing to see if i can sort it out. Something to be aware of though is that if you are going to use smartstart - it will break when you attempt to do things that are not installed! for example if you don't have Nero Backup installed and select one of the options that uses it - well it is not going to work.

Personally i wouldnt even both with smartstart. considering this - do you guy's really still want to install it? and if you are going to install all of the options so you can use smartstart - then why use the custom install builder?

I think it is really not worth the time to sort this out... but i will work further on this issue if you guy's really want to use smartstart. Let me know what you want to do.

Share this topic:


  • 10 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • Last »
  • 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