Мне нужно иметь возможность сделать installer.msi /bob
или installer.msi /bob=1
, и если один из этих синтаксисов
<CustomAction Id="Script"
Execute="deferred"
Return="ignore"
Impersonate="no"
ExeCommand=ExeCommand=""C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -executionpolicy Bypass -NoExit -File "[MERGESCRIPTDIR]IndexManager_v03.ps1" "
Directory="INSTALLDIRGLOB"/>
, мне нужно будет добавить " -bob"
к exeкомандная строка, чтобы мой сценарий powershell не мог отправить что-то вроде
ExeCommand=""C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -executionpolicy Bypass -NoExit -File "[MERGESCRIPTDIR]IndexManager_v03.ps1" -bob"
В основном мне нужно передать msi в сценарий powershell логическое значение