I’m having problems with my autorun.inf:
[autorun]
open=setup.msi
It is placed in the root of my CD, along with setup.msi. When I insert the CD, or open it from explorer, I get the message:
F:\ is not a valid Win32 application
F: is my CD drive. What am I doing wrong?
Given that you’re calling an .msi file and not an executable, perhaps you could try using
shellexecute? Something like this: