wis工具集有条件concanate为MSI

时间:2019-09-30 18:42:20

标签: wix boolean conditional-statements

我需要能够做installer.msi /bobinstaller.msi /bob=1

以及其中一种语法

<CustomAction Id="Script"
                 Execute="deferred"
                 Return="ignore"
                 Impersonate="no"
                ExeCommand=ExeCommand="&quot;C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe&quot; -executionpolicy Bypass -NoExit -File &quot;[MERGESCRIPTDIR]IndexManager_v03.ps1&quot; " 
                 Directory="INSTALLDIRGLOB"/>

我需要在exe命令字符串中添加" -bob",以便我的Powershell脚本无法发送类似

的内容
ExeCommand="&quot;C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe&quot; -executionpolicy Bypass -NoExit -File &quot;[MERGESCRIPTDIR]IndexManager_v03.ps1&quot; -bob" 

基本上,我需要将msi传递给布尔型的Powershell脚本

0 个答案:

没有答案