PowerShellWixExtension icon indicating copy to clipboard operation
PowerShellWixExtension copied to clipboard

Wix Extension for running PowerShell

Results 9 PowerShellWixExtension issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement
help wanted

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...

enhancement
help wanted

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...

enhancement
help wanted

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):...

enhancement
help wanted

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 ```...

enhancement

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...

question

Can we handle these differently so they don't end up being logged in the log file?

bug

Major upgrade to support WiX 4.0