単一ページの autorun.inf ファイルの作成に成功した人はいますか? *.inf ファイルのドキュメントでは、
[autorun]
open="MyApp.exe"
icon=MyApp.exe,0
label=%AppLabel%
action=%AppAction%
[Strings]
AppLabel = "My test app"
AppAction = "Start my test app"
[Strings.0407] ; 0407 is the language ID for German
AppLabel = "German my test app"
AppAction = "German start my test app"
動作するはずです。ラベル (Autorun ダイアログに表示される) に、予想される「My test app」ではなく「%AppLabel%」が表示されていることがわかりました。