I use following code to run an install file from c: drive.But it throws "Invalid Procedure call or Argument" error.I have tried "eval" to regularize the string ,but it didn't work.
dim BookName
dim Tmonth
dim Trimyear
BookName="Name of a book"
Tmonth="02"
Trimyear="15"
Installfile = "Install " &BookName&" ("&Tmonth&"-"&Trimyear&").msi"
SystemUtil.Run Installfile,"","C:\TitleInstall"