# re: Wix Installer and VBScript 19/05/2004 8:03 PM Rob Mensching

The inability to specify inline script actions was a bug that was fixed in one of the latest drops of WiX (I think). The correct way to author your request is:

<CustomAction Id='UpdateConfig' Script='vbscript' Return='check'>My inline VBScript</CustomAction>

Also note that script is not a robust solution for installations. If you plan to ship the MSI to your customers, I highly suggest not using script in your package.


原文:
Wix Installer and VBScript

相关文章:

  • 2022-01-06
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2022-02-24
  • 2022-12-23
  • 2021-11-14
  • 2021-07-21
  • 2021-11-17
  • 2021-12-07
  • 2021-10-24
相关资源
相似解决方案