This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Calling Powershell Script from Installscript
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 11, 2012
10:37 AM
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!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 12, 2012
02:50 PM
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.
