I know that autorun issues are a bit offtopic here, but since we all have to deploy our apps from time to time :-), I think a few other prople should have encountered the same problem as me.
I am deploying 3 (NSIS-) installers on one CD, call them installer_a.exe, installer_b.exe, installer_c.exe.
I burn them on a cd together with a autorun.inf, which looks like
On windows xp, this configuration will automatically execute installer_a.exe when inserting the CD.
[autorun]
shell\insta\command=installer_a.exe
shell\insta=Installation of application A
shell\instb\command=installer_b.exe
shell\instb=Installation of application B
shell\instc\command=installer_c.exe
shell\instc=Installation of application C
---edit---
ah, I forgot to say that the three options are shown in the context-menu of the cd-drive in windows explorer.
---/edit---
On windows 7, it does not execute any installer, instead this windows-dialog pops up, asking what I want to do with the CD. This would be absolutely fine, if this dialog contained the 3 specified items "Installation of .."
How do you handle autorun issues under windows 7?
What about Windows vista?
To be honest, up to now I tried to circumvent all contacts to these new versions of Windows.
Thank you for your great support in advance,
best regards,
Olli