Hi,
I'm working on a project at work to build an unattended install for new pcs and also to rebuild pcs. We currently have a menu written in C++ that allows the user to select options for the build.
For various reasons we are looking to migrate the menu to Visual Basic. I have seen several users on here that have done it so I know it's possible.
I need to enable Visual Basic support in PE and I'm not sure where to begin. I searched through the forums on here but haven't found anything that seems helpful. I have found information about Visual Basic scripts but I want to make a single exe to use for this menu.
Thanks.
Billy
Page 1 of 1
Visual Basic in PE
#2
Posted 25 May 2006 - 03:02 PM
billyw, on May 25 2006, 01:04 PM, said:
Hi,
I'm working on a project at work to build an unattended install for new pcs and also to rebuild pcs. We currently have a menu written in C++ that allows the user to select options for the build.
For various reasons we are looking to migrate the menu to Visual Basic. I have seen several users on here that have done it so I know it's possible.
I need to enable Visual Basic support in PE and I'm not sure where to begin. I searched through the forums on here but haven't found anything that seems helpful. I have found information about Visual Basic scripts but I want to make a single exe to use for this menu.
Thanks.
Billy
I'm working on a project at work to build an unattended install for new pcs and also to rebuild pcs. We currently have a menu written in C++ that allows the user to select options for the build.
For various reasons we are looking to migrate the menu to Visual Basic. I have seen several users on here that have done it so I know it's possible.
I need to enable Visual Basic support in PE and I'm not sure where to begin. I searched through the forums on here but haven't found anything that seems helpful. I have found information about Visual Basic scripts but I want to make a single exe to use for this menu.
Thanks.
Billy
I've had good luck with just placing all of the run time files into the same directory as the Executable, there is a registry key i believe you have to add (but since i'm not at home i can't check)
#4
Posted 26 May 2006 - 06:46 AM
Hopefully you are not coding your app in .net because the framework has not been able to be loaded in PE (and if you could it probably be unstable). Your app, if you want to use VB would have to be in VB6.
For VB6, you probably only need one file Msvbvm60.dll put in your system32 directory but depending on the application you may need all 6. Here is the download location... http://support.micro...kb;en-us;290887 .
For VB6, you probably only need one file Msvbvm60.dll put in your system32 directory but depending on the application you may need all 6. Here is the download location... http://support.micro...kb;en-us;290887 .
#6
Posted 19 June 2006 - 06:10 AM
VB works fin in PE. Very simple to install. (extract and copy the files)
Word of advice... If you have any plans on using this under 64 bit PE. Stay with C++.
The VB runtimes are 32 bit and 64 Bit PE does not have a 32 bit subsystem.
I had to have all my VB tools re-written in C++.
Chris
Word of advice... If you have any plans on using this under 64 bit PE. Stay with C++.
The VB runtimes are 32 bit and 64 Bit PE does not have a 32 bit subsystem.
I had to have all my VB tools re-written in C++.
Chris
Page 1 of 1

Sign In
Register
Help

MultiQuote



Report