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:

[autorun]
shellexecute=setup.msi
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top