Jump to content

Burning Software


MGadAllah

Recommended Posts


ImgBurn_2.1.0.0.exe /S works just fine for me in ROE. No messages.

As for burning the ISO with non-Eng characters, that might be a useful workaround. nLite supports unicode when creating the ISO. But I meant burning directly from files. The two processes aren't the same.

LUK said ImgBurn does not support unicode.

Edited by Takeshi
Link to comment
Share on other sites

@ mgadallah

Both files are here:

$OEM$\CDLMROEX\ImgBurn\ImgBurn.exe (downloaded EXE renamed)

$OEM$\CDLMROEX\ImgBurn\ImgBurn.js

You don't have to use this JS file unless you get those messages. Otherwise, just use /S.

var WshShell = WScript.CreateObject ("WScript.Shell");

var path = WScript.ScriptFullName;//getting the path to this script

var CDROM = path.substring(0,2);//extracting DriveLetter: from the path

WshShell.RUN (CDROM + "\\$OEM$\\CDLMROEX\\ImgBurn\\ImgBurn.exe /S");//running exe

WScript.Sleep(2000);//time to unpack installer.

WshShell.AppActivate("ImgBurn");//name of running Window

WScript.Sleep(1000);

WshShell.SendKeys ("i");//set answer to ignore (first message)

WScript.Sleep(3000);

WshShell.AppActivate("ImgBurn");//name of running Window (not the full name)

WshShell.SendKeys ("Y");//set answer to yes (second message)

I managed to uninstall then re-install ImgBurn in the hope of capturing the two messages.

Unfortunately, I got the first message only. (now, eh!)

ib01dm5.png

If I remember correctly, the second message is about "Do you want to keep your current settings? Yes/No".

Well, BTW, I use these tweaks in my CleanUp.cmd:

del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\ImgBurn.lnk" >NUL

move "%UserProfile%\Start Menu\Programs\ImgBurn" "%AllUsersProfile%\Start Menu\Programs\ImgBurn" >NUL

@ Takeshi

I have CDIMAGE and CDBURN already in my System32 (via $OEM$).

I think this is why ImgBurn thinks it's already installed! I'm just guessing.

Ah, then I was just lucky with nLite!

Thank you for the info about unicode names. I should take care of this.

@ bledd

Thank you for the tip. (haven't read it before posting!)

Have you just renamed "C:\Program Files\ImgBurn\ImgBurn.exe" to img.exe and moved it to System32?

If so, don't I need any more files from installation?

Edited by mazin
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...