Re: [WiX-users] Vs90Setup from WixVsExtension

2009-07-14 Thread Anton de Wit
Thanx for your reply! I'll dive into it first thing tomorrow. Cheers, Anton, On Tue, Jul 14, 2009 at 2:03 PM, Bob Arnson wrote: > Anton de Wit wrote: > > Now I have a problem. I'm using the 5419 build of Wix 3 and started out > > doing the same. Place files in GAC and create registry keys. >

Re: [WiX-users] Vs90Setup from WixVsExtension

2009-07-14 Thread Bob Arnson
Anton de Wit wrote: > Now I have a problem. I'm using the 5419 build of Wix 3 and started out > doing the same. Place files in GAC and create registry keys. If your VSPackage is in the GAC, it's not available until the setup is finalized, after InstallFinalize, so trying to run VS90Setup then wo