[wix-users] wix powershell extension?

Edwin Castro egcastr at gmail.com
Wed Nov 29 10:22:28 PST 2017


See http://wixtoolset.org/documentation/manual/v3/xsd/ps/

These elements are for installing Powershell snapins and other resources.
They are not for executing Powershell scripts at install-time. If you're
installing Powershell resources, then I'd recommend moving away from
snapins and using modules instead. A module can carry all of the resources
that can be installed with the WixPSExtension.dll but modules can be xcopy
deployed.

If you're looking to run a Powershell script at install-time, then you
should likely check

http://0ptikghost.blogspot.com/2011/03/executing-powershell-scripts-silently.html

NOTE: I don't know of any tools that allow you to interact with the Windows
Installer with Powershell like you can do with native, managed, vbscript,
or jscript custom actions.

--
Edwin G. Castro

On Wed, Nov 29, 2017 at 10:04 AM, Hanebach, Jack (US - Mechanicsburg
Delivery) <jhanebach at deloitte.com> wrote:

> WiX Toolset v3.11\bin\WixPSExtension.dll
>
>
>
> *Jack Hanebach*
>
> Deloitte USDC
>
> Tel/Direct: +1.717.610.2620 <(717)%20610-2620>
>
> jhanebach at deloitte.com | www.deloitte.com
>
>
>
> *From:* Edwin Castro [mailto:egcastr at gmail.com]
> *Sent:* Wednesday, November 29, 2017 12:55 PM
> *To:* WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
> *Cc:* Hanebach, Jack (US - Mechanicsburg Delivery) <jhanebach at deloitte.com
> >
> *Subject:* Re: [wix-users] wix powershell extension?
>
>
>
> I'm curious what this wix powershell extension is... Can I get a link?
>
>
>
> --
> Edwin G. Castro
>
>
>
>
>
> On Wed, Nov 29, 2017 at 9:26 AM, Hanebach, Jack (US - Mechanicsburg
> Delivery) via wix-users <wix-users at lists.wixtoolset.org> wrote:
>
> I need to execute some powershell scripts and I've noticed there's a wix
> powershell extension. Unfortunately I cannot find any documentation for it.
> Can anybody point me to such?
>
> TIA
>
> Jack
>
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law. If
> you are not the intended recipient, you should delete this message and any
> disclosure, copying, or distribution of this message, or the taking of any
> action based on it, by you is strictly prohibited.
>
> v.E.1
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant
> http://www.firegiant.com/
>
>
>


More information about the wix-users mailing list