silent installation of PDF Converter and user interaction

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
avay
Posts: 11
Joined: Sun Aug 01 2004

silent installation of PDF Converter and user interaction

Post by avay »

I want to use a silent installation of PDF Converter during installtion
of My program of VB6 with Microsoft PDW and tuning of the setup1.exe
program.
I use the line :

Code: Select all

Shell gstrDestDir & "\Install.exe", vbHide
when gstrDestDir is the destination directory
and Install.exe is the install program for the PDF Converter
When I have Install.ini file with the necceseray parameters in the same directory.
I want the user to have a message box saying: "Please wait..."
How do i know how much time to display this message?
Is there a way to know that the install proccess is done
before I leave the setup1.exe program?

regards
Avi Cohen
A.D.V. Ltd.
Igor_Z
Posts: 9
Joined: Wed Aug 11 2004

Post by Igor_Z »

Hi,

you can use: WatiForSingleObject

Look here

HTH
Post Reply