Please help me.
[VB] Launching Programs help
#1
Posted 15 September 2003 - 01:34 PM
Please help me.
#2
Posted 15 September 2003 - 07:09 PM
This bit is from VB.NET but try it, see if it works anyways.
Shell("C:\programdir\setup.exe")
#3
Posted 15 September 2003 - 08:27 PM
under the command buttons name event after double clicking the button thats in the runtime u should get the following event
Private Sub commandbuttoname_Click() End Sub
should look like this:
Private Sub commandbuttoname_Click()
Shell ("C:\programdir\setup.exe")
End Sub
#5
Posted 16 September 2003 - 06:19 AM
Just gimme a little 'inside info' on what you're programming
#6
Posted 16 September 2003 - 10:59 AM
b0r3d, on Sep 16 2003, 01:19 PM, said:
Just gimme a little 'inside info' on what you're programming
well if i can get it to work i am new to this programming business i want a small program with has tick boxes on it and then when i tick the ones i want and the click ok i want it to create a cmd file in the folder install and then run that cmd file which has just create and then it will be used to install the application i want as i change my mind alot with this Unattended CD business.
and that basic it.
#7
Posted 16 September 2003 - 06:18 PM
#8
Posted 17 September 2003 - 01:13 AM
b0r3d, on Sep 17 2003, 01:18 AM, said:
EDIT: No you miss understand my idea this is not to do what Nephilim will do its will run that the end of the first CD setup and display options like install office etc...and you will be able to check the box for which ones and then in creates a batch file with them options and runs the batch file. Or if you do not choose your options then 5 minutes or so after it appears it contines with a default setting of all my programs to be installed.
#10
Posted 17 September 2003 - 10:03 AM
b0r3d, on Sep 17 2003, 10:19 AM, said:
but i thought this program create the batch files and thw winnt.sif before setup runs?
#11
Posted 17 September 2003 - 03:23 PM
My program creates the winnt.sif
Nephilim's program is run after windows has been installed (executed at the guirunonce stage) and allows you to select programs to install. After a certain amount of time (currently 12 hrs 10 mins, which is a very stupid amount of time which im trying to get him to change) it will install the defaults automatcially if no buttons are pressed.
The program is exactly what you're looking for
#12
Posted 17 September 2003 - 03:28 PM
b0r3d, on Sep 17 2003, 10:23 PM, said:
My program creates the winnt.sif
Nephilim's program is run after windows has been installed (executed at the guirunonce stage) and allows you to select programs to install. After a certain amount of time (currently 12 hrs 10 mins, which is a very stupid amount of time which im trying to get him to change) it will install the defaults automatcially if no buttons are pressed.
The program is exactly what you're looking for
i see so he save me the bother of setuping up a program for my self and learning all that code and stuff....
Kind of a long time mind....
#13
Posted 17 September 2003 - 06:35 PM
topic closed
- ← [VB] Alpha Blend
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- [C++] ProfUIS library (for C++) →



Help
This topic is locked

Back to top








