Sounds like the registration didn't finish correctly for VS2008. I'll try
to put together a repro machine and see if it is a one off or if WiX's
setup is missing something.

For the second issue, are you trying to add a Reference to your Custom BA
from a .wixproj?  If so, it is possible that the reference is added as an
Extension reference and is trying to load your Custom BA as a toolset
extension, which it is not, of course.  Take a look at your failing project
and see if the references look fishy.

On Mon, Oct 15, 2012 at 5:32 AM, Michael Ogilvie <
michael.ogil...@pixelink.com> wrote:

> Don’t know why  but after I ran this " start /wait devenv.exe /setup /log
> "%TEMP%vssetup.log" devenv.exe /log "%TEMP%vsrun.log" " to try and capture
> a log file I was able to open wixproj again in Visual studio but I cannot
> add my custom BA anymore :(
>
> It states it's not a valid wix extension but it has not changed since it
> was working before this issue.
>
>
> Thank you,
> Michael Ogilvie
> Application Support Specialist | PixeLINK
>
> 1900 City Park Drive, Suite 410.
> Ottawa, Ontario K1J 1A3
>
> tel: 613.247.1211 Ext. 242 |  cell: 613.302.9844 | fax: 613.247.2001 |
> skype: pixelink.mogilvie
> www.pixelink.com
>
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Saturday, October 13, 2012 11:39 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] VS2008 issue after update to v3.7
>
> Does v3.6 work? If so, then this is a bug in v3.7. Definitely possible
> since the build system was radically improved in v3.7. If so, then please
> file a bug with as much information as possible.
>
> On Thu, Oct 11, 2012 at 12:06 PM, Steven Ogilvie
> <steven.ogil...@titus.com>wrote:
>
> > Ya sorry my bad
> >
> > If you have tried uninstalling WIX 3.x and VS2008 then re installing
> > VS2008 and then WIX 3.x
> >
> > Don't forget 3.7 is not a released product it is beta...
> >
> > STeve
> >
> > -----Original Message-----
> > From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca]
> > Sent: October-11-12 2:56 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: Re: [WiX-users] VS2008 issue after update to v3.7
> >
> > Doesn't one need VS2010 to support .NET 4 anyway?
> >
> >
> > Keith Douglas
> > Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
> > Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A
> > 0T6 keith.doug...@statcan.gc.ca Telephone | Téléphone 613-951-4405
> > Facsimile
> > | Télécopieur 613-951-1966 Government of Canada | Gouvernement du
> > | Canada
> >
> >
> > -----Original Message-----
> > From: Michael Ogilvie [mailto:michael.ogil...@pixelink.com]
> > Sent: October-11-12 2:54 PM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] VS2008 issue after update to v3.7
> >
> > Hello,
> >
> > I don't have an option for 4 only 3.51, 3.0 and 2.0
> >
> >
> > Thank you,
> > Michael Ogilvie
> > Application Support Specialist | PixeLINK
> >
> > 1900 City Park Drive, Suite 410.
> > Ottawa, Ontario K1J 1A3
> >
> > tel: 613.247.1211 Ext. 242 |  cell: 613.302.9844 | fax: 613.247.2001 |
> > skype: pixelink.mogilvie www.pixelink.com
> >
> >
> > -----Original Message-----
> > From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
> > Sent: Thursday, October 11, 2012 2:44 PM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] VS2008 issue after update to v3.7
> >
> > In  New Project dialog choose .NET Framework 4 instead of 3.51
> >
> > See if that helps
> >
> > Steve
> >
> > -----Original Message-----
> > From: Michael Ogilvie [mailto:michael.ogil...@pixelink.com]
> > Sent: October-11-12 2:25 PM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] VS2008 issue after update to v3.7
> >
> > Hello,
> >
> > In VS2008 I go to create a new Project and choose the Windows
> > Installer XML types and if I try to create a new project from any of
> > the templates I get that error.
> >
> > Images:
> >
> > http://www.files.pixelink.com/temp/error.bmp
> > http://www.files.pixelink.com/temp/VS2008.bmp
> >
> >
> >
> > Thank you,
> > Michael Ogilvie
> > Application Support Specialist | PixeLINK
> >
> > 1900 City Park Drive, Suite 410.
> > Ottawa, Ontario K1J 1A3
> >
> > tel: 613.247.1211 Ext. 242 |  cell: 613.302.9844 | fax: 613.247.2001 |
> > skype: pixelink.mogilvie www.pixelink.com
> >
> >
> > -----Original Message-----
> > From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
> > Sent: Thursday, October 11, 2012 2:16 PM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] VS2008 issue after update to v3.7
> >
> > Hey Michael,
> >
> > I presume you mean your product.wxs file?
> >
> > Create a new WIX setup project, does the first two lines look like
> > your "bundle" file?
> >
> > I.e.
> > <?xml version="1.0" encoding="UTF-8"?> <Wix
> > xmlns="http://schemas.microsoft.com/wix/2006/wi";
> >
> > Steve Ogilvie
> >
> >
> >
> > -----Original Message-----
> > From: Michael Ogilvie [mailto:michael.ogil...@pixelink.com]
> > Sent: October-11-12 2:03 PM
> > To: General discussion for Windows Installer XML toolset.
> > Subject: Re: [WiX-users] VS2008 issue after update to v3.7
> >
> > I have tried to repair my VS2008 pro and I have also tried repairing
> > the
> > v3.7 install.
> >
> > Still does not work.
> >
> > I have even uninstalled v3.7 and installed 3.6 again and it still does
> > not work. V3.7 did something to my vs2008
> >
> >
> > Thank you,
> > Michael Ogilvie
> > Application Support Specialist | PixeLINK
> >
> > 1900 City Park Drive, Suite 410.
> > Ottawa, Ontario K1J 1A3
> >
> > tel: 613.247.1211 Ext. 242 |  cell: 613.302.9844 | fax: 613.247.2001 |
> > skype: pixelink.mogilvie www.pixelink.com
> >
> >
> > -----Original Message-----
> > From: Michael Ogilvie [mailto:michael.ogil...@pixelink.com]
> > Sent: Thursday, October 11, 2012 1:50 PM
> > To: wix-users@lists.sourceforge.net
> > Subject: [WiX-users] VS2008 issue after update to v3.7
> >
> > Hello,
> >
> >
> >
> > I just updated to v3.7 and now I cannot open a bundle wixproj in VS2008.
> > getting an error " .wixproj is not supported by this version of the
> > application"
> >
> >
> >
> >
> >
> > Thank you,
> >
> > Michael Ogilvie
> >
> >
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ----------------------------------------------------------------------
> > -------- Don't let slow site performance ruin your business. Deploy
> > New Relic APM Deploy New Relic app performance management and know
> > exactly what is happening inside your Ruby, Python, PHP, Java, and
> > .NET app Try New Relic at no cost today and get our sweet Data Nerd
> > shirt too!
> > http://p.sf.net/sfu/newrelic-dev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> virtually,
>
>    Rob Mensching
>    http://RobMensching.com LLC
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly what is
> happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic
> at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to