|
|
楼主 |
发表于 2011-11-14 18:09:05
|
显示全部楼层
调试了下,发现提取出来单独运行launcher.exe还是会弹出光驱,须通过explauncher.exe调用才不会弹出光驱,看了下ExpLauncher.ini,里面有不弹出参数,删除该参数,就会弹出光驱,晕,该公司故意的吧。
Name_6=Open Advanced Interface
Hint_6=Advanced partitioning and hard disk management
Execute_6=".\launcher.exe"
Visible_6=0
Href_6=1
Params_6=Dont_Eject
Iconpath_6=launcher_small.png
After_execute_6=Hide
[Menu_1]
Name_0=Create Partition
Hint_0=Create a new partition and set its properties.
Execute_0=.\..\program\createpart.exe
Params_0=Dont_Eject
After_execute_0=Hide
Iconpath_0=epl_launch.png
Button_fon_0=but_pr.bmp
Label_fon_0=b2.bmp
用批处理加参数运行即可。
如:start launcher.exe Dont_Eject
[ 本帖最后由 info 于 2011-11-14 20:04 编辑 ] |
|