开发者

dos command in visual studio installer project

开发者 https://www.devze.com 2022-12-08 07:54 出处:网络
i want to execute a command say \"net start \"servicename\" from within开发者_运维知识库 installer, i can\'t use custom actions any ideas?You could write the command into a batch file, install the fil

i want to execute a command say "net start "servicename" from within开发者_运维知识库 installer, i can't use custom actions any ideas?


You could write the command into a batch file, install the file and execute it. Doesn't give you much information about how the command went, though.

0

精彩评论

暂无评论...
验证码 换一张
取 消