Nero Source Stripper And Custom Install Builder Build the installer the simple way
#101
Posted 17 March 2005 - 07:13 PM
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
Posted 17 March 2005 - 07:35 PM
larciel, on Mar 18 2005, 09:13 AM, said:
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}>
:: 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
Posted 17 March 2005 - 07:42 PM
WellDne it's woking just perfect.
best regards
#104
Posted 17 March 2005 - 11:02 PM
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
#105
Posted 17 March 2005 - 11:58 PM
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
Posted 18 March 2005 - 12:29 AM
butanamine, on Mar 18 2005, 01:58 PM, said:
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
Posted 18 March 2005 - 01:13 AM
I just installed 7-zip and it works perfectly with that. Strange about winRAR. Thanks for the program, it's great.
#108
Posted 18 March 2005 - 01:23 AM
butanamine, on Mar 18 2005, 03:13 PM, said:
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
#109
Posted 18 March 2005 - 01:30 AM
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
Posted 18 March 2005 - 01:44 AM
#111
Posted 18 March 2005 - 02:44 AM
#112
Posted 18 March 2005 - 03:20 AM
MCT, on Mar 18 2005, 04:44 PM, said:
<{POST_SNAPBACK}>
lets get all the bugs out first and then we can look at that.
#113
Posted 18 March 2005 - 04:10 AM
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
Posted 18 March 2005 - 05:42 AM
butanamine, on Mar 18 2005, 03:30 PM, said:
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
Posted 18 March 2005 - 05:55 AM
butanamine, on Mar 18 2005, 03:44 PM, said:
<{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
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:
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:
<{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
Posted 18 March 2005 - 11:45 AM
BTW, the autoit script sounds interesting, does that mean NCIB will be a single stand alone executable? that would be awesome.
#118
Posted 18 March 2005 - 02:24 PM
Cmd file attached..
#119
Posted 18 March 2005 - 10:10 PM
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
Posted 20 March 2005 - 08:26 PM
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.



Help


Back to top








