MSI and PowerShell
We use Wise Package Studio 7.x to edit and tweak our MSI/MST files. In our MSI/MST we want to run a Powershell script and have these questions.
1. Can you run ps1 files inside of your MSI/MST files?
2. If yes to the above can you have your native MSI/MST check for the existance of PowerShell on the target machine and if not found install it and then run the ps1 file?
We are short on manpower and don't have time to test this for a while but I wanted to see what this forum had to say on this matter so we are a little better prepared when we do have time.
Thank you.
1. Can you run ps1 files inside of your MSI/MST files?
2. If yes to the above can you have your native MSI/MST check for the existance of PowerShell on the target machine and if not found install it and then run the ps1 file?
We are short on manpower and don't have time to test this for a while but I wanted to see what this forum had to say on this matter so we are a little better prepared when we do have time.
Thank you.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
1. Yes. After all, it's just a call to a file, the same as any other.
2. You could detect a 'shell/open/command' registry entry for the '.PS1' file extension, then if you get data back, check for the file pointed exists.
Personally, I'd do step 2 via a deployment system because IIRC PowerShell is installed by MSI.
2. You could detect a 'shell/open/command' registry entry for the '.PS1' file extension, then if you get data back, check for the file pointed exists.
Personally, I'd do step 2 via a deployment system because IIRC PowerShell is installed by MSI.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.