I am trying to create a shortcut to PowerShell.exe like below:

<Shortcut Id="PSConsoleShortcut" Directory="ProgramMenuShortcutDirectory"
Name="Powers.EX" LongName="PowerShell Console"
Target="[SystemFolder]WindowsPowerShell\v1.0\PowerShell.exe" ...

The above example created a short cut properly but I want to change the
default console shortcut properties such as QuickEdit mode, background color
and etc. Shortcut doesn't seem to have attributes to change these options.
Anyone knows how to do this? Is this even doable using WIX?

Thanks in advance!


-- 
View this message in context: 
http://n2.nabble.com/Shortcut-%3A-enable-QuickEdit-mode-tp1248007p1248007.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to