Re: [WiX-users] Setting Compatibility Mode on shortcut for all users

2015-07-07 Thread Chris Moxon
Chen appears adamant that it shouldn't be done in an install anyway: http://blogs.msdn.com/b/oldnewthing/archive/2010/03/11/9976571.aspx --- Phil Wilson On Mon, Jul 6, 2015 at 9:52 AM, Chris Moxon wrote: > I have a msi that has its InstallScope set to "perMachine" and it c

Re: [WiX-users] Setting Compatibility Mode on shortcut for all users

2015-07-07 Thread Chris Moxon
Compatibility Mode on shortcut for all users It might be "works as designed". Raymond Chen appears adamant that it shouldn't be done in an install anyway: http://blogs.msdn.com/b/oldnewthing/archive/2010/03/11/9976571.aspx --- Phil Wilson On Mon, Jul 6, 2015 at 9:5

[WiX-users] Setting Compatibility Mode on shortcut for all users

2015-07-06 Thread Chris Moxon
I have a msi that has its InstallScope set to "perMachine" and it creates a shortcut which is available to all the users: and the shortcut does indeed appear for all the users - so far so good !! But I also have this fragment of code: who's pur