PowerShellWixExtension
PowerShellWixExtension copied to clipboard
Wix Extension for running PowerShell
I'm really struggling to get this working properly with XML objects [\[]xml[\]]. So if I have as a simple example. I also tried an external powershell file and got an...
Wix v4
I have tried to use your extension with the newly released Wix v4 (https://wixtoolset.org/docs/releasenotes/), but I am getting compile errors. I upgraded a working v3 project, but when I try...
How can you specify two script files to run on install and the other on uninstall as there seems no way to distinguish from individual script files in the install...
Hi, I realized that I was not able to run Add-MpPreference using this extension. And came accross following thread. https://stackoverflow.com/a/46166988/1076116 I downloaded the extension source and noticed that it is...
Currently Wix Toolset v4 isn't supported with this release. When building you get the following exception `C:\Program Files (x86)\WiX Toolset v4.0\bin\candle.exe -out obj\Debug\ -dDebug -arch x86 -ext ..\packages\PowerShellWixExtension.2.0.1\tools\lib\PowerShellWixExtension.dll Product.wxs candle.exe(0,0):...
Trying any cmdlet involving WebAdministration, causes throws errors during install. E.g., the following script: ``` powershell import-module WebAdministration new-webbinding -Name $WebsiteName -Protocol "https" -Port 443 -HostHeader $WebsiteName -SslFlags 1 ```...
I wrote a ps script to locate a very old version of our product that use the upgrade id in wrong way, and cannot be automatically removed via msi installation...
Can we handle these differently so they don't end up being logged in the log file?
Major upgrade to support WiX 4.0