Right Click to Create ISO
#41
Posted 17 January 2005 - 01:06 PM
#42
Posted 17 January 2005 - 02:17 PM
In fact, what i'm looking for is exactly the same as this thread do "Right Click to Create ISO". Adding to creating iso, burn cd or dvd.
Regards
coucou
#43
Posted 17 January 2005 - 05:28 PM
Okay, this is a very basic routine, i.e no real error trapping etc. but if you're currently using makeiso, you should have all the additional files you need.
Download the zip, extract it, copy the cmd file to %SystemRoot%\system32; then rightclick on the inf to install. Now try it out
If it doesn't work, then make sure that your Windows Resource Kits\Tools folder is in your PATH, if not you could try adding %ProgramFiles%\Windows Resource Kits\Tools\ in front of cdburn and dvdburn in the cmd file. You could also of course copy CDBURN.EXE and DVDBURN.EXE to %SystemRoot%\system32. Those methods will of course only work if the two utilities, dont have other dependencies from the rktools folder.
If it works fine for you, great, if not, get some additional help with any errors and tidying the cmd file.
Attached File(s)
-
tryit.zip (1.21K)
Number of downloads: 105
#44
Posted 17 January 2005 - 11:08 PM
Thank you for this! But the script suppose that I make an iso-file and then burn it. And if I already have an iso-file from somewhere and want just to burn it?
By the way, cdburn can erase the media and it would be useful to start it with the choice to write an image on cd or to erase a cd.
Cdburn and dvdburn are independant and very small, they can be added directly to system32 (in fact I have Windows 2000 Professional and took both from Resourse Kit of Windows 2003 Server if I'm not mistaken).
If we can get them working through right click - only a few KB will replace any other GUI-powered software for creating images and burning then on CDs.
Best regards,
Oleg II
#45
Posted 18 January 2005 - 01:22 AM
I think you're looking at something like
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.iso] @="ISO_Image" [HKEY_CLASSES_ROOT\ISO_Image\Shell\BurnISO\Command] @="C:\\WINDOWS\\system32\\cmd\\burniso.cmd \"%1\""to add the BurnISO option to the context menu whenever you Rclick on an ISO image. The path to your burniso.cmd is arbitrary and depends on where you store the file.
The burniso.cmd should contain the commands for burning with cdburn.exe. Something like
@echo off SET FILE=%1 TITLE Burning ISO Image of %FILE% cdburn.exe G: %FILE% -speed max pause exit
Hope this helps. I'm not very comfortable with making INF files, sorry.
MCT and Yzöwl
Thanks for the DOIso. Very nice tool for those who make uA ISOs daily
#46
Posted 18 January 2005 - 03:53 AM
Yes, thank you for the advice, looking exectly for this option. But again - iso-files associated with WinRar in my case and I don't want to change it. Nothing apeared in right click after applying your reg-file. that's the problem - I can't get the shell command for iso-files except WinRar options.
Regards,
Oleg 2
#47
Posted 18 January 2005 - 04:02 AM
(over exagerated on 10, but ya get my idea)
something like like a "Iso Options" which cascades into more options
Oleg, look & see if those entries were created first
#48
Posted 18 January 2005 - 06:24 AM
However, let be pernickety!
It will be ideal IF...
...a Right click "Iso-Burn Options" enable a cascades tasks like:
Make Iso from Folder Bootable
Make Iso from Folder Not Bootable
Burn CD Iso
Burn CD Folder (could be data, music, video..)
Burn DVD Iso
Burn DVD Folder (could be data, music, video..)
It sound as a pretty project!
For CDBurn.exe, the script "writers" could be inspired by GreenMachine code here :
http://www.msfn.org/board/index.php?showto...=0entry140259
also here attached the CDBurn.exe and dvdburn.exe
Regards
couocu
#49
Posted 18 January 2005 - 08:15 AM
#50
Posted 18 January 2005 - 10:07 AM
Tsunami, on Jan 18 2005, 03:15 PM, said:
TNX but i'm looking for doing that Unattended
#51
Posted 18 January 2005 - 11:38 AM
MCT, on Jan 18 2005, 04:02 AM, said:
(over exagerated on 10, but ya get my idea)
something like like a "Iso Options" which cascades into more options
Yeah, good idea ;-) Otherwise the context menu will be huge.
Quote
What the hell is that?
Quote
#52
Posted 18 January 2005 - 12:57 PM
Maybe it is because I already have a few items there like "View with mplayer", "Open with notepad".
Try it when reinstall the system at the weekend.
But a dll would be useful
Best regards,
Oleg 2
#53
Posted 18 January 2005 - 04:15 PM
#54
Posted 18 January 2005 - 06:16 PM
Any ways create a SFX that contains the files of CMenuExtender...if you make it silent be sure to edit the script.
Now go down to the bottom of the script here you'll need to repeat an area thats commented ;\\\\\\.... between that area is every thing needed to add custom menu item's.
The parts with additional comments denote what they are...if its some thing you do not need simply comment it out with a semi colon at that begining of the line. If its some thing you do need then uncomment it if its commented.
The last single quote pair's '...' should be where text is entered...please be sure to keep the single quotes tho the ... periods can go.
Any ways if some one comes up with a nice package please repost.
#55
Posted 19 January 2005 - 10:16 AM
coucou, on Jan 18 2005, 05:07 PM, said:
Tsunami, on Jan 18 2005, 03:15 PM, said:
TNX but i'm looking for doing that Unattended
Well, you can do that too. First use the provided program to create your menu, and then export the following key:
[HKEY_CURRENT_USER\Software\Revenger inc.\CMenuExtender\Contents]
After that just put cmext.dll in $OEM$\$$\system32 and register it with:
REGSVR32 /S cmext.dll
And then you can import the registry settings from anywhere you like.
#57
Posted 19 January 2005 - 11:36 PM
#58
Posted 20 January 2005 - 11:40 AM
"rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 132 cdimage.inf"in cmdlines.txt but it is not installed during the unattended. The inf is working if installed manually. I suspect the line in cmdlines.txt is not correct but I'm not familiar with inf-files (and computing is just my hobby in general). Could anyone help me with correcting the code?
Regards,
Oleg 2
#59
Posted 20 January 2005 - 12:23 PM
if your inf is copied to system32 directory
else , specify the path
#60
Posted 20 January 2005 - 12:55 PM
- ← Cisco VPN not installing... anyone know?
- Unattended Windows 2000/XP/2003
- Extract SP2 and hotfixes from a (running) XP SP2 machine? →



Help


Back to top









