Re: [WiX-users] UAC + devenv setup

2008-08-01 Thread Bob Arnson
John-Daniel Trask wrote: > You mention there is no guarantees with this process. Does this mean there > would be a more robust mechanism of achieving the same outcome? Would > bootstrapping and then manifesting the bootstrapper in a manner that > elevated permissions resolve this issue more? >

Re: [WiX-users] UAC + devenv setup

2008-07-31 Thread John-Daniel Trask
I've tried this and it appears to work. You mention there is no guarantees with this process. Does this mean there would be a more robust mechanism of achieving the same outcome? Would bootstrapping and then manifesting the bootstrapper in a manner that elevated permissions resolve this issue more

Re: [WiX-users] UAC + devenv setup

2008-07-31 Thread Bob Arnson
John-Daniel Trask wrote: > I explored the WIX output that Visual Studio automatically generates for > Visual Studio packages it has the comment that devenv /setup needs to be > called after finalize as if anything is getting GAC'd it won't be available > until that point. > You can try a commit

Re: [WiX-users] UAC + devenv setup

2008-07-31 Thread Rob Mensching
users@lists.sourceforge.net Subject: [WiX-users] UAC + devenv setup Hi, We have built a Visual Studio package that we are integrating using WIX. I've run into issues however as we need to run as an administrator. I applied the required changes to make this work (elevated install privilages, the cus

[WiX-users] UAC + devenv setup

2008-07-30 Thread John-Daniel Trask
Hi, We have built a Visual Studio package that we are integrating using WIX. I've run into issues however as we need to run as an administrator. I applied the required changes to make this work (elevated install privilages, the custom action that calls devenv /setup was set to before finali