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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Execute ps1 script
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 24, 2021
06:19 AM
Hi.
I want to run a PowerShell script in the background during my installation and i haven't found any documentation/guides on how to do this. I tried the 'Execute Target File' action but that didn't seem to have worked.
Whats the intended way to launch these ?
Thanks for the help.
(1) Solution
Mar 25, 2021
05:38 AM
Update:
Incase anyone has the same issue as me.
The way i managed to run PowerShell Scripts was by using the "Execute Script/Batch file" Action and just calling the powershell script like:
powershell .\my_scripy.ps1 "arguments"
(1) Reply
Mar 25, 2021
05:38 AM
Update:
Incase anyone has the same issue as me.
The way i managed to run PowerShell Scripts was by using the "Execute Script/Batch file" Action and just calling the powershell script like:
powershell .\my_scripy.ps1 "arguments"