Executing a script file from a Windows Installer Custom Action

前端 未结 6 1595
时光取名叫无心
时光取名叫无心 2021-01-13 10:45

I need to execute a batch file as part of the un-install process in a Windows installer project (standard OOTB VS 2008 installer project-vdproj). One cannot execute a bat f

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-13 11:18

    Have you checked that the batch file is in the current directory as seen by the script? I would add another message showing the directory it is using to ensure it is actually trying to execute the batch file where you think it is located.

提交回复
热议问题