|
-
Apr 30th, 2002, 01:51 PM
#1
Thread Starter
Fanatic Member
Automatically Install Installation
Using Visual Basic is there any way to create code that will automatically run an Installation pacakage. For example, will auotmatically click on Next, etc....
In other words a way to take an .exe of an installation pacakage and be able to manipulate the install process..
-
Jun 19th, 2002, 08:58 AM
#2
Some of the install programs are like the windows one & accept command line parameters. To see if your one does, goto a DOS prompt & type :
C:\Path\TheSetupFile.exe /?
Also, you can take a look at the vb send keys and SendMessage APi call to click buttons or select boxes etc.
-
Jul 16th, 2002, 02:59 PM
#3
Member
for some reason i couldnt do that ?
-
Jul 16th, 2002, 03:00 PM
#4
Member
never mind that was my bad i typed the wrong thing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|