Re: [WiX-users] wix shortcut "run as administrator".

2011-03-26 Thread Rob Mensching
This might help: http://robmensching.com/blog/posts/2007/4/27/How-to-create-an-uninstall-shortcut-and-pass-all-the On Mon, Mar 21, 2011 at 6:14 AM, MYFLEX wrote: > Anybody having the following issue? > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabb

Re: [WiX-users] wix shortcut "run as administrator".

2011-03-21 Thread MYFLEX
Anybody having the following issue? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wix-shortcut-run-as-administrator-tp5443294p6192185.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] wix shortcut "run as administrator".

2010-09-02 Thread MYFLEX
Hi phil, If I set Advertise="No" it is giving the following error. Error 71 ICE43: Component aa has non-advertised shortcuts. It should use a registry key under HKCU as its KeyPath, not a file. Error 72 ICE57: Component 'SHORT' has both per-user and per-machine data

Re: [WiX-users] wix shortcut "run as administrator".

2010-08-20 Thread Wilson, Phil
Message- From: MYFLEX [mailto:shrinuen...@gmail.com] Sent: Thursday, August 19, 2010 11:30 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] wix shortcut "run as administrator". Hi , we are creating the shortcut from our installer on desktop. But the shortcut is not having the option

[WiX-users] wix shortcut "run as administrator".

2010-08-19 Thread MYFLEX
Hi , we are creating the shortcut from our installer on desktop. But the shortcut is not having the option "Run As Administrator" . How can I this menu Item when the user right clicks on the shortcut. If I create a shortcut manually, I am able to get that option. Any help is appreciated. --