是否有人成功創建了單頁autorun.inf文件? * .inf文件的文檔將建議如何本地化autorun.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"
應該工作。我發現該標籤(出現在自動運行對話框中)顯示'%AppLabel%',而不是預期的'我的測試應用程序'。
你從哪裏讀到可以使用這樣的變量?至少[MSDN文檔](http://msdn.microsoft.com/en-us/library/cc144200%28VS.85%29.aspx)沒有提及任何此類支持。 – casablanca 2010-09-21 23:55:16
http://msdn.microsoft.com/en-us/library/ff547485(VS.85).aspx – Rastro 2010-09-22 00:01:14
http://msdn.microsoft.com/en-us/library/ff547485(VS.85).aspx – Rastro 2010-09-22 00:11:33