March 11, 200521 yr No iwod, not a bug, simply i forgot the change it from my path to the default %programfiles% path... see Mavricks Choice's comment below - he is 100% correct.yeah i know.... i was joking about it... ( obviously not funny than >< )Anyway. I have a question, when i remove entry from for %%i in ("CoverDesigner" "Nero" "Nero Toolkit" "Nero Recode" "Nero ShowTime") do call:stripIt %%iDo i need to add back those deleted entry in the section below?for %%i in ("CoverDesigner" "Nero Recode" "Nero ShowTime" "WMPBurn" "setup" "Redist" "Nero Wave Editor" "NeroVision" "Nero StartSmart" "nero soundtrax" "Nero PhotoSnap" "Nero MediaHome" "Nero BackItUp" "ImageDrive") do rd /s /q %%i >NUL 2>&1Also, i still couldn't get any Shortcuts in start menu with the 1.1.2 pack.
March 11, 200521 yr Author No iwod, not a bug, simply i forgot the change it from my path to the default %programfiles% path... see Mavricks Choice's comment below - he is 100% correct.yeah i know.... i was joking about it... ( obviously not funny than >< ) No worries - wasn't sure thought it best to reply Anyway. I have a question, when i remove entry from for %%i in ("CoverDesigner" "Nero" "Nero Toolkit" "Nero Recode" "Nero ShowTime") do call:stripIt %%iDo i need to add back those deleted entry in the section below?for %%i in ("CoverDesigner" "Nero Recode" "Nero ShowTime" "WMPBurn" "setup" "Redist" "Nero Wave Editor" "NeroVision" "Nero StartSmart" "nero soundtrax" "Nero PhotoSnap" "Nero MediaHome" "Nero BackItUp" "ImageDrive") do rd /s /q %%i >NUL 2>&1Yes you do - it's a 2 part process. the first tell the script not to remove these items that is listed in the first part of the code and the second part part removes all of the items specified.Also, i still couldn't get any Shortcuts in start menu with the 1.1.2 pack.<{POST_SNAPBACK}>That seems strange will look at that and address the issue if i can find it in the next update. Check to make sure that shortcut.exe is being added to your custom_nero.exe file as something in the meantime.
March 11, 200521 yr @Felixthe 1.1.2 version still gives me an error on ActiveX.. i look at ur post_config.cmd & found no lines of any OCX files..so i decided to edit & add this code..:: register required ActiveXclsecho.echo Registering ActiveXregsvr32 "%programfiles%\Ahead\Nero Wave Editor\AudioControls2.ocx" /sregsvr32 "%programfiles%\Ahead\Nero Wave Editor\Axis.ocx" /sregsvr32 "%programfiles%\Ahead\Nero Wave Editor\LEDMeter.ocx" /srun makeit.cmd & install the custom nero, & the wave editor worked.. i wonder whats w/ the image drive bug..
March 12, 200521 yr Author @Felixthe 1.1.2 version still gives me an error on ActiveX.. i look at ur post_config.cmd & found no lines of any OCX files..so i decided to edit & add this code..:: register required ActiveXclsecho.echo Registering ActiveXregsvr32 "%programfiles%\Ahead\Nero Wave Editor\AudioControls2.ocx" /sregsvr32 "%programfiles%\Ahead\Nero Wave Editor\Axis.ocx" /sregsvr32 "%programfiles%\Ahead\Nero Wave Editor\LEDMeter.ocx" /srun makeit.cmd & install the custom nero, & the wave editor worked.. i wonder whats w/ the image drive bug.. <{POST_SNAPBACK}>slimzky, you didn't read what i wrote - i have NOT updated the scripts with the changes and fixes including the activeX error - am still working on the updates. Sorry i haven't made myself clear. I have fixed them and the fixes are part of the updates to be available in the new script when posted in the next day or so.What you have added is exactly what i have done... so that will have your current scripts doing what you want. The bigest issue i have presently that is taking all my time on this is the image drive driver issue.I have been updating the change logs so everyone knows that i am still working on it and things are getting fixed. Take care and stay tuned.
March 12, 200521 yr my custom exe is 135kb .. i'm guessing that isn't normal . rite ?EDIT : looked at .cmd file. and it need the NERO.exe file to be in NERO-* .. i had mine at nero6608.exe thanks it looks good
March 12, 200521 yr @Felix..Nero Image Drive issue fixed now... i just add this code into post_config.cmd:: copy imagedrive drivers to target locationsclsecho.echo Copying files to target locations...XCOPY /S /I /Q /Y /K "%programfiles%\Ahead\ImageDrive\imagedrv.sys" "%windir%\system32\drivers" >NUL 2>&1XCOPY /S /I /Q /Y /K "%programfiles%\Ahead\ImageDrive\imagesrv.sys" "%windir%\system32\drivers" >NUL 2>&1
March 12, 200521 yr Author @Felix..Nero Image Drive issue fixed now... i just add this code into post_config.cmd:: copy imagedrive drivers to target locationsclsecho.echo Copying files to target locations...XCOPY /S /I /Q /Y /K "%programfiles%\Ahead\ImageDrive\imagedrv.sys" "%windir%\system32\drivers" >NUL 2>&1XCOPY /S /I /Q /Y /K "%programfiles%\Ahead\ImageDrive\imagesrv.sys" "%windir%\system32\drivers" >NUL 2>&1<{POST_SNAPBACK}>Well done slimzky!!!!!!!! thankyou for your help!
March 12, 200521 yr Well done slimzky!!!!!!!! thankyou for your help!<{POST_SNAPBACK}>no problem... now i can include nero in my UACD... iv been doing oders method for shrinking nero.. this is d only one that worked for me..thnx!!!il wait for the add/remove fix..
March 12, 200521 yr Great you have worked this out Felix!I originally developed this method as a speed issue. This method is much faster than the original installer.Also size does matter
Create an account or sign in to comment