Re: [WiX-users] Creating shortcut to execute script

2010-10-28 Thread Nick Ramirez
It didn't come through bu that ampersand is actually the XML entity & plus amp; - Learn WiX with the book: https://www.packtpub.com/wix-a-developers-guide-to-windows-installer-xml/book WiX: A Developer's Guide to Windows Installer XML -- View this message in context: http://windows-instal

Re: [WiX-users] Creating shortcut to execute script

2010-10-28 Thread Nick Ramirez
Did you ever figure this out? If not, does this work for you? - Learn WiX with the book: https://www.packtpub.com/wix-a-developers-guide-to-windows-installer-xml/book WiX: A Developer's Guide to Windows Installer XML --

[WiX-users] Creating shortcut to execute script

2010-10-18 Thread Mandar
Hi there, I'm required to create a shortcut in Wix to launch powershell.exe so as to execute a script as follows: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -NoExit "C:\My Data\myscript.ps1". I tried various permutations/combinations with the "Target" attribute but I ca