I would like to create an autorun CD with a short program, Setup.exe, that calls/executes a Windows Installer Package, Install.msi. However, not sure what statement to put into Setup.exe to execute Install.msi. The following code appears to be what I need: iret = SYSTEM(Install.msi). However, not sure.
Thank for any comments\information.