Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Nero SDK Discussion Forum


Commercial message



Nero SDK Discussion Forum Discuss, Creating an ISO 9660 Image File C# at International Chat: Software related forum; Hello, i want to Create .iso Images with the Image Recorder from Nero Api. ( C# / ASP.Net ). The files for the image are stored on different places on the Hard Disk. I select the Image Recorder with following code: Code:


Reply
 
Thread Tools
Old 20-01-2005   #1 (permalink)
New on Forum
 
Join Date: Jan 2005
Posts: 2
Creating an ISO 9660 Image File C#

Hello,

i want to Create .iso Images with the Image Recorder from Nero Api. ( C# / ASP.Net ).

The files for the image are stored on different places on the Hard Disk.

I select the Image Recorder with following code:
Code:
private NEROLib.NeroDrive		ndrive;
...
....
ndrive = (NEROLib.NeroDrive)ndrives.Item(selRecorderIndex);
And start the Process with:
Code:
ndrive.BurnIsoAudioCD("","",false,niso,null,null,NEROLib.NERO_BURN_FLAGS.NERO_BURN_FLAG_WRITE,10, NEROLib.NERO_MEDIA_TYPE.NERO_MEDIA_PACKETW);
Now where will the iso image saved on the Hard disk? How to set the SavePath?
Or is there an Other way?
at2oo1 is offline   Reply With Quote
Old 20-01-2005   #2 (permalink)
New on Forum
 
Join Date: Jan 2005
Posts: 2
Re: Creating an ISO 9660 Image File C#

Found something in the NERO SDK Dokumentation

Code:
nero_OnFileSelImage
If the user decides to use the virtual device and not a real device more
information is needed. The data that NeroCOM creates will be written to an
image file. To provide the location of that file we need to handle the
“OnFileSelImage” event.
Select “nero” from the Object ListBox in the code window. Select
“OnFileSelImage” from the “Procedure” window and change it like this:
Private Sub nero_OnFileSelImage(FileName As String)
ImageFileDialog.CancelError = True
On Error GoTo ErrHandler
ImageFileDialog.Flags = cdlOFNHideReadOnly
ImageFileDialog.FilterIndex = 2
ImageFileDialog.ShowOpen
FileName = ImageFileDialog.FileName
Exit Sub
ErrHandler:
Exit Sub
End Sub
Is it posible to use this Events and Methods in an ASP.NET app?
at2oo1 is offline   Reply With Quote
Old 20-01-2005   #3 (permalink)
Nero Developer
 
Join Date: Oct 2003
Posts: 605
Quote:
Is it posible to use this Events and Methods in an ASP.NET app?
ASP, VBScript, JScript etc... do have some limitations with respect to this so your best bet is to try it out yourself.
alexp is offline   Reply With Quote
 
Reply


If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here



Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
recover iso 9660 file burned in dvd fbenites Optical Storage Technical Discussions 3 15-08-2006 02:56
Creating iso image tom0769 Optical Storage Technical Discussions 3 10-10-2005 16:17
Creating an ISO image. sam.wheale Nero & InCD 4 28-07-2004 11:28
Creating ISO image file? bernie01 Burning Software 1 04-08-2003 04:29
ISO 9660 file size Help Signuke General Software 5 27-03-2003 01:33


All times are GMT +2. The time now is 15:49.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0