im making an installation form in VB
-i already made the installer/setup for my project using another installer maker
im having a prob on the syntax, i just googled this and try it but have a error
Dim TaskID As Long
TaskID = Shell(App.Path \ CAIsetup.exe, vbNormalFocus)
my only guess is the file extension of "CAIsetup"
since the error is "object required" and the app.path is detected
CAIsetup:
Type of file : Application
Description : Setup Application
used Setup Factory on making this installer
======================
what extension shall i used???