Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Need an exe creator for free

 
Logged in as: Guest
arrSession:exec spGetSession 2,9,33296
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [General Forum] >> Off-Topic Lounge >> Need an exe creator for free
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Need an exe creator for free - 4/9/2006 7:13:26 PM   
  silentmelons

 

Posts: 23
Score: 0
Joined: 11/25/2004
From: United Kingdom
Status: offline
Original message moved by Snipah
Reason : No actual code discussed
Hey all,

Not quite a vbs question but...

I am compiling my code to an exe but my tight company will not pay for a Liscence. Does anyone know of any free exe creators that do not add "this is a trial version blah blah blah...."

thanks
 
 
Post #: 1
 
 RE: Need an exe creator for free - 4/12/2006 4:40:14 AM   
  mbouchard


Posts: 1835
Score: 14
Joined: 5/15/2003
From: USA
Status: offline
As far as I know there isn't a free compiler out there.  PrimalScript and AdminScriptEditer are the only 2 that I know of and they aren't really compiling the code anyways.

_____________________________

Mike

For useful Scripting links see the Read Me First stickey!

Always remember Search is your friend.

(in reply to silentmelons)
 
 
Post #: 2
 
 RE: Need an exe creator for free - 4/26/2006 1:43:56 AM   
  kerrymoralee

 

Posts: 3
Score: 0
Joined: 4/26/2006
Status: offline
Sorry if I'm completely out here. Doesn't VB compile it, then you also have an installer function with VB where it creates a packae for your software?

_____________________________

Pain is temporary... Pride is forever!!

A Well Balanced Soccer Player Has A Beer In Each Hand!

(in reply to silentmelons)
 
 
Post #: 3
 
 RE: Need an exe creator for free - 4/26/2006 1:56:29 AM   
  ebgreen


Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
That is true for VB but it is not true for VBScript. Two seperate beasts.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to kerrymoralee)
 
 
Post #: 4
 
 RE: Need an exe creator for free - 9/15/2006 6:25:54 AM   
  Fredledingue


Posts: 326
Score: 0
Joined: 5/9/2005
From:
Status: offline
I'v looked for something like a VBS-to-VB translator, that would realy create a compilable VB code out of a VBScript but there are no such software. The only free ones are simply creating a self-extracting archive that will launch VHS with the script after extraction. As I see it they may even include the VSH executable in the archive, adding a 600Kb overhead for each compilation!  Totaly useless IMO.
And I suspect the paid softwwares to do the same.

Translating VBS code to VB is cool and relax as long as the codes are compatible, when a VBS code doesn't exists in VB, it's another story and nobody has bothered to create VB routines equivalent to the non-compatible VBS codes and store them in a  dictionary.

_____________________________

Fred

(in reply to ebgreen)
 
 
Post #: 5
 
 RE: Need an exe creator for free - 2/24/2007 9:53:34 AM   
  jar

 

Posts: 6
Score: 0
Joined: 2/24/2007
Status: offline
There is a converter for .VBS to .EXE Called vbs to exe
http://www.sharewareplaza.com/Vbs-To-Exe-download_47283.html

_____________________________

Justin

(in reply to Fredledingue)
 
 
Post #: 6
 
 RE: Need an exe creator for free - 2/26/2007 1:47:24 AM   
  ebgreen


Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
There are 2 problems that I see with that utility right off the bat. First, the utility provides the ability to extract the vbscript back out of the exe. Granted you can apply a password but a user would still be able to see the vbscript code even if you did. More importantly, a simple script like this:

WScript.Echo "FOO"
WScript.Sleep 30000

won't even run as a compiled exe.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to jar)
 
 
Post #: 7
 
 RE: Need an exe creator for free - 2/26/2007 1:53:06 AM   
  ebgreen


Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
Oh, and if you look at the .exe file that is created, the VBSCript code is right there in plain text.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to ebgreen)
 
 
Post #: 8
 
 RE: Need an exe creator for free - 2/27/2007 9:53:04 AM   
  kytto

 

Posts: 29
Score: 0
Joined: 2/22/2007
Status: offline
not an exe, but it could resolve your problem

script enconder:
http://www.microsoft.com/downloads/details.aspx?FamilyId=E7877F67-C447-4873-B1B0-21F0626A6329&displaylang=en


(in reply to silentmelons)
 
 
Post #: 9
 
 RE: Need an exe creator for free - 2/28/2007 2:42:56 AM   
  ebgreen


Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
The encoder will encode your script, but all a user needs to do is download the encoder and decode it.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to kytto)
 
 
Post #: 10
 
 RE: Need an exe creator for free - 2/28/2007 8:41:50 AM   
  kytto

 

Posts: 29
Score: 0
Joined: 2/22/2007
Status: offline
didn't knew about that :(

so, any way to "close the the script"??

(in reply to ebgreen)
 
 
Post #: 11
 
 RE: Need an exe creator for free - 3/1/2007 2:34:48 AM   
  ebgreen


Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
Not that I have ever found. There are lots of ways to hide it but none that I have found to truly encrypt it. The best solution that I have found is to encode the script then hide the encoded script in an alternate data stream in a file. Actually the best solution is a C# executeable, but that obviously isn't a script.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to kytto)
 
 
Post #: 12
 
 RE: Need an exe creator for free - 3/6/2007 11:08:02 AM   
  Parabellum


Posts: 222
Score: 0
Joined: 11/12/2006
From: UK
Status: offline
if you have .net framework 1.1 - 2.0 you can use vbc.exe (Visual baisc Compiler) to make a .net wrapper
(NOT SUPPORTED by .Net 3.0 - they took out vbc.exe!)


      

(in reply to ebgreen)
 
 
Post #: 13
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [General Forum] >> Off-Topic Lounge >> Need an exe creator for free Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts