1.

Solve : Compiling an VBScript to EXE?

Answer»

I have the following code and I want to compile it to an .exe instead of the standard .vbs, I know you should be able to do it with Visual Basic (I have Microsoft Visual Basic 2005 Espress Edition) but I don't know how, I tried several CONVERTERS on the web but NON of them really worked good.

I want to compile the following code with a specific icon but without .NET FrameWork (so that other users who will use it don't have to install .NET FrameWork first).:

Code: [Select]MsgBox "Warning!" + vbCrLf + vbCrLf + "Don't change the installation folder during install!" + vbCrLf + vbCrLf + "Close this window to begin the installation.",vbOKOnly + vbExclamation,"Warning!"
I hope somebody can tell me or give me a link about how to do this!

Thanks in ADVANCE,

Greetz RubenYou might try the Microsoft Script Encoder. You can download it free at: Script Encoder

Not sure if it creates a exe file (PROBABLY a vbe file) but it should create enough security for all but the most determined hackers.

Hope this helps. Ok thanks! I'll try that, maybe I can open it in Visual Basic 2005 then? Other solutions are still welcome btw!



Discussion

No Comment Found