Executing a script file from a Windows Installer Custom Action

前端 未结 6 1575
时光取名叫无心
时光取名叫无心 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条回答
  •  广开言路
    2021-01-13 11:15

    Windows Installer scripts generally run as System, unless you tell it otherwise. Is it possible that your batch file needs to be run by the interactive user?

提交回复
热议问题