cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aspmonkey
Level 2

Calling Powershell Script from Installscript

I'm trying to find how to run a powershell script from my Installscript project. I see a few entries about doing this with a custom action, which apparently isn't supported in Installscript projects? Is this correct? Help!
Labels (1)
0 Kudos
(1) Reply
DLee65
Level 13

I have not done this personally, but I would imagine that you could always use LaunchAppAndWait to call the Powershell command interface and script parameter. You can use this in a InstallScript custom action or in the InstallScript project.
0 Kudos