Kelsenellenelvian Posted April 21, 2010 Author Posted April 21, 2010 Had a brilliant moment:Please try this for me:Edit makeiso.cmd to this@Echo OffStart wscript "%~dp0makeiso.vbs" "%*"And run this reg file:Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Folder\shell\Make Bootable ISO\command]@="C:\\Windows\\system32\\makeiso.cmd \"%1 /b\""[HKEY_CLASSES_ROOT\Folder\shell\Make Data ISO\command]@="C:\\Windows\\system32\\makeiso.cmd %1\""It was all in the quotes!It works over here... Quote
qwesta Posted April 21, 2010 Posted April 21, 2010 (edited) tried it 2 times, doesn't work either, but thank you for the attempt.may be you have another ideaBTW:- this is one of your best Addons I like most Edited April 21, 2010 by qwesta Quote
J.S.Prasad Posted April 21, 2010 Posted April 21, 2010 fixed.... Thanks Sir, It is working fine in my system now. Quote
J.S.Prasad Posted April 21, 2010 Posted April 21, 2010 (edited) OK I fixed that locally but now the damned .vbs script moves the iso to different places...pl See in C:\Windows may be there.Clean Reg before installing this. Edited April 21, 2010 by J.S.Prasad Quote
qwesta Posted April 21, 2010 Posted April 21, 2010 Thanks Sir, It is working fine in my system now.hmm. just tested this on VB (new installation) and it doesn't work; at least make ISO.is this working in your system? Quote
J.S.Prasad Posted April 21, 2010 Posted April 21, 2010 (edited) hmm. just tested this on VB (new installation) and it doesn't work; at least make ISO.is this working in your system?make iso for data CD working well What's the problem with Urs System?Make a makeiso.cmdCode---------------@Echo OffStart WScript "%SYSTEMROOT%\SYSTEM32\makeiso.vbs" %~dp0% ----------------------------------------------------------copy and pestthis makeiso.cmd to Urs windows\System32 folderand check again. Edited April 21, 2010 by J.S.Prasad Quote
qwesta Posted April 21, 2010 Posted April 21, 2010 copy and pestthis makeiso.cmd to Urs windows\System32 folderand check again.I have done already 2 times; normally when you right click any folder e.g on desktop, one should make an ISO of this folder (in this case on the desktop).This doesn't work any more since version 15. can you try this on your system on any folder on the desktop and see if it works?.What works is when I make an iso in the system folder(with your workout )NB:- I have a small knowledge of what this script is doing and it doesn't work as it used to work on version 14 (like charm)Any suggestions will be highly appreciated.Thank you Quote
J.S.Prasad Posted April 21, 2010 Posted April 21, 2010 I have done already 2 times; normally when you right click any folder e.g on desktop, one should make an ISO of this folder (in this case on the desktop).This doesn't work any more since version 15. can you try this on your system on any folder on the desktop and see if it works?.What works is when I make an iso in the system folder(with your workout )NB:- I have a small knowledge of what this script is doing and it doesn't work as it used to work on version 14 (like charm)Any suggestions will be highly appreciated.Thank youSir, same thing happen when I when I right click a folder on desktop the line Make Data Iso vanish. For Make Bootable iso this errorInvalid argument<c:\Documents> The path is wrong This problem seems that %~dp% is not taking proper path. But indside except %USERPROFILE% Working wellThanks again. Quote
Kelsenellenelvian Posted April 21, 2010 Author Posted April 21, 2010 Spent ALL morning on my crappy laptop.Finally made a set of corrections that are reproduceable with good effects.I tried from desktop, c: drive and d: drive, plus a handfull of random locations.Please try the newest release. Quote
J.S.Prasad Posted April 21, 2010 Posted April 21, 2010 I find some new codes on http://www.msfn.org/board/right-click-create-t36086-pid-472442-page-80.html/page__p__472442#entry472442I try in my system 1: editing Ubberpack.inf to-------------------------------HKCR,"Folder\shell\Make Bootable ISO"HKCR,"Folder\shell\Make Data ISO"HKCR,"Folder\shell\Make Bootable ISO\command",,,"%11%\MakeISO.cmd ""%1"" BOOT"HKCR,"Folder\shell\Make Data ISO\command",,,"%11%\MakeISO.cmd ""%1"" DATA"_______________________________________________________________________----2:Editing makeISO.cmd--------------------------------@ECHO OFF &SETLOCAL ENABLEEXTENSIONSTITLE Creating %2 ISO of %~nx1SET "LABL=%~nx1"SET "LABL=%LABL: =_%"ECHO/Removing possible attributes on %~n1 and its subfolders...ATTRIB -R -H "%~f1" /S /DECHO/&ECHO/Removing any thumbs.db files from %~n1 and its subfolders...DEL /S/A/F/Q "%~f1\thumbs.db" 2>NULECHO/&ECHO/Creating %2 ISO...IF "%2" EQU "DATA" (SET OPTN=-l%LABL:~0,32% -yd -n -x -o -m -d) ELSE ( SET OPTN=-l%LABL:~0,16% -j1 -m -o -b"%~dp0xpBoot.img")"%~dp0CDIMAGE.EXE" %OPTN% "%~s1" "%~nx1.iso">NUL PING -n 11 127.0.0.1--------------------------------It make Data and Boot ISO on DESKTOPThanks all Quote
qwesta Posted April 21, 2010 Posted April 21, 2010 Spent ALL morning on my crappy laptop.Thank you very much for all your time and contribution.Please try the newest release.I just tried to install as usual with *.inf; it is asking for xpBoot.img which is nowhere to be seen.can you try to correct this too.once more, thank you very much for the contribution and the time Muchas gra... Quote
J.S.Prasad Posted April 21, 2010 Posted April 21, 2010 (edited) Spent ALL morning on my crappy laptop.Finally made a set of corrections that are reproduceable with good effects.I tried from desktop, c: drive and d: drive, plus a handfull of random locations.Please try the newest release. Thanks Kel for notable achievement.At last You got it.One thing it is not working in right pane of explorer.I give xpboot.img path from I recently dnloaded file from msfn forum. Edited April 21, 2010 by J.S.Prasad Quote
Kelsenellenelvian Posted April 21, 2010 Author Posted April 21, 2010 Put XPboot back in. (Like I knew where it went) Quote
qwesta Posted April 22, 2010 Posted April 22, 2010 Put XPboot back in. (Like I knew where it went) It is now all smiles here...Thank you very much again for the timeA nice day Quote
J.S.Prasad Posted April 24, 2010 Posted April 24, 2010 (edited) The HashCheck.dll require to be updated as version 2.1.11.1 is out.Thanks Edited April 24, 2010 by J.S.Prasad Quote
Kelsenellenelvian Posted April 24, 2010 Author Posted April 24, 2010 I JUST checked the main site for hashcheck and I see no update... :questionmark: Quote
J.S.Prasad Posted April 24, 2010 Posted April 24, 2010 (edited) I JUST checked the main site for hashcheck and I see no update... :questionmark: Sir please check this sitehttp://code.kliu.org/HashCheck Shell Extension version 2.1.11 have ver 2.1.11.1 dll file, same size but Ver and Date Different. When I was installing Ubberpack by .inf there was a alert that sys32 have a newer verthe above file I installed by SVCPACK.Thanks Edited April 24, 2010 by J.S.Prasad Quote
qwesta Posted July 29, 2010 Posted July 29, 2010 thank you for the update, but here we go once more:- make ISO doesn't work any more, errors (looking for a file:.. ant find a make iso file. vbs) Quote
Kelsenellenelvian Posted July 29, 2010 Author Posted July 29, 2010 Sigh!OK I am working on a different version that will be a bit cleaner.Hopefully we can get this fixed once and for all. Quote
Kelsenellenelvian Posted July 29, 2010 Author Posted July 29, 2010 Ok I went for a different direction!I am adding it to the sendto folder now.Please grab the archive attached and un-rar then run the makeiso.exeIt will add the "ISO Creator" SendTo menu! Now remember a folder cannot have spaces in the name.Try it out and let me know.(I went this way because I never liked having the makeiso options appear EVERWHERE including the recycle bin!) Quote
Kelsenellenelvian Posted August 3, 2010 Author Posted August 3, 2010 Actually yes there is some news:There is, a couple of programmers working on a better iso maker. The finishing touches SHOULD be done in like 12-16 hours. (We all need sleep)I wasn't satisfied with the full methods of even the improved one I linked to.Please check back in like a day for an updated version of the UberPacK! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.