문제

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