Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Rob Mensching
I tracked down the issue. Some configuration files were not quite right
after the migration from SF. Should be fixed very shortly and I'll resolve
the bug #4145.


On Thu, Oct 10, 2013 at 12:41 PM, Phill Hogland  wrote:

> Yes I also observed a few weeks ago when there were web site issues that
> the
> 3.7 installer would not run but the 3,8 would.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-do-I-find-the-reason-WiX-install-fails-tp7589584p7589639.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Phill Hogland
Yes I also observed a few weeks ago when there were web site issues that the
3.7 installer would not run but the 3,8 would.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-do-I-find-the-reason-WiX-install-fails-tp7589584p7589639.html
Sent from the wix-users mailing list archive at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Rob Mensching
Wait, v3.8 worked but v3.7 did not work? If so, that narrows the problem...


On Thu, Oct 10, 2013 at 9:26 AM, Carnes, Terry (Reedfax) <
tcar...@reedfax.com> wrote:

> I got around the problem by downloading and installing version 3.8. I hope
> it will prove stable enough to work!
>
> Now on to the tutorials to learn how to use this...
>
> Terry Carnes
> Sr. Developer
>
> Reed Technology
> From: Carnes, Terry (Reedfax)
> Sent: Thursday, October 10, 2013 10:44 AM
> To: 'wix-users@lists.sourceforge.net'
> Subject: RE: How do I find the reason WiX install fails?
>
> >From my install error log:
> [1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to send
> request to URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
> [1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to connect
> to URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
> [1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to get
> size and time for URL:
> http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
> [1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed attempt to
> download URL: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi'
> to:
> 'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
> [1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to acquire
> payload from: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi'
> to working path:
> 'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
> [1DB4:1B9C][2013-10-09T13:23:38]e313: Failed to acquire payload:
> ProjectAggregator2 to working path:
> C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2,
> error: 0x80070002.
>
> It looks like the needed installation files are missing from
> wixtoolset.org.
>
> Terry Carnes
> Sr. Developer
>
> Reed Technology
> From: Carnes, Terry (Reedfax)
> Sent: Wednesday, October 09, 2013 1:52 PM
> To: 'wix-users@lists.sourceforge.net'
> Subject: How do I find the reason WiX install fails?
>
> I am trying to install WiX 3.7 on a Windows 7 Enterprise SP 1 laptop which
> has VS 2005, 2008, and 2012 installed.
>
> When running the wix37.exe application and receiving the main form, I then
> click on "Install". After a minute or two, I then receive the message,
> "Failed. Try Again?" I have tried running wix37.exe as Administrator,
> rebooted and made sure no other programs were running, etc. But nothing
> seems to work.
>
> Is there any way to find out why it failed? I've checked the Event Viewer,
> but could not find anything that seemed applicable to me.
>
> Has anyone else had this problem?
>
> Terry
>
> --
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Carnes, Terry (Reedfax)
I got around the problem by downloading and installing version 3.8. I hope it 
will prove stable enough to work!

Now on to the tutorials to learn how to use this...

Terry Carnes
Sr. Developer

Reed Technology
From: Carnes, Terry (Reedfax)
Sent: Thursday, October 10, 2013 10:44 AM
To: 'wix-users@lists.sourceforge.net'
Subject: RE: How do I find the reason WiX install fails?

>From my install error log:
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to send request 
to URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to connect to 
URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to get size and 
time for URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed attempt to 
download URL: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi' to: 
'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to acquire 
payload from: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi' to 
working path: 
'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
[1DB4:1B9C][2013-10-09T13:23:38]e313: Failed to acquire payload: 
ProjectAggregator2 to working path: 
C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2,
 error: 0x80070002.

It looks like the needed installation files are missing from wixtoolset.org.

Terry Carnes
Sr. Developer

Reed Technology
From: Carnes, Terry (Reedfax)
Sent: Wednesday, October 09, 2013 1:52 PM
To: 'wix-users@lists.sourceforge.net'
Subject: How do I find the reason WiX install fails?

I am trying to install WiX 3.7 on a Windows 7 Enterprise SP 1 laptop which has 
VS 2005, 2008, and 2012 installed.

When running the wix37.exe application and receiving the main form, I then 
click on "Install". After a minute or two, I then receive the message, "Failed. 
Try Again?" I have tried running wix37.exe as Administrator, rebooted and made 
sure no other programs were running, etc. But nothing seems to work.

Is there any way to find out why it failed? I've checked the Event Viewer, but 
could not find anything that seemed applicable to me.

Has anyone else had this problem?

Terry
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Phill Hogland
There have been problems with the wixtoolset.org site.  There was a hardware
crash a few weeks ago and it has been up and down.   I would retry the wix
setup (which hits the wixtoolset.org site) again from time to time.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-do-I-find-the-reason-WiX-install-fails-tp7589584p7589621.html
Sent from the wix-users mailing list archive at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Dror, Tomer
right i just tried IE and got the not found error...







Tomer Dror
Intergraph Corporation.
Intergraph Israel.
P: +972 (4) 8779191-1222

Skype:tomer.dee
http://www.intergraph.com



.


From: Carnes, Terry (Reedfax) [tcar...@reedfax.com]
Sent: Thursday, October 10, 2013 5:43 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How do I find the reason WiX install fails?

>From my install error log:
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to send request 
to URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to connect to 
URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to get size and 
time for URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed attempt to 
download URL: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi' to: 
'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to acquire 
payload from: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi' to 
working path: 
'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
[1DB4:1B9C][2013-10-09T13:23:38]e313: Failed to acquire payload: 
ProjectAggregator2 to working path: 
C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2,
 error: 0x80070002.

It looks like the needed installation files are missing from wixtoolset.org.

Terry Carnes
Sr. Developer

Reed Technology
Transforming Data, Delivering Information(tm)
7 Walnut Grove Drive - Horsham, PA  19044
Office: 215-441-6443 - Mobile: 267-688-1009
www.reedtech.com<http://www.reedtech.com/>  - 
tcar...@reedtech.com<mailto:tcar...@reedtech.com>

From: Carnes, Terry (Reedfax)
Sent: Wednesday, October 09, 2013 1:52 PM
To: 'wix-users@lists.sourceforge.net'
Subject: How do I find the reason WiX install fails?

I am trying to install WiX 3.7 on a Windows 7 Enterprise SP 1 laptop which has 
VS 2005, 2008, and 2012 installed.

When running the wix37.exe application and receiving the main form, I then 
click on "Install". After a minute or two, I then receive the message, "Failed. 
Try Again?" I have tried running wix37.exe as Administrator, rebooted and made 
sure no other programs were running, etc. But nothing seems to work.

Is there any way to find out why it failed? I've checked the Event Viewer, but 
could not find anything that seemed applicable to me.

Has anyone else had this problem?

Terry
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-10 Thread Carnes, Terry (Reedfax)
>From my install error log:
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to send request 
to URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to connect to 
URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to get size and 
time for URL: http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed attempt to 
download URL: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi' to: 
'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
[1DB4:1B9C][2013-10-09T13:23:38]e000: Error 0x80070002: Failed to acquire 
payload from: 'http://wixtoolset.org/releases/v3.7/ProjectAggregator2.msi' to 
working path: 
'C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2'
[1DB4:1B9C][2013-10-09T13:23:38]e313: Failed to acquire payload: 
ProjectAggregator2 to working path: 
C:\Users\terry\AppData\Local\Temp\{963ac4b4-a882-4471-8db9-c4adc7b42dc4}\ProjectAggregator2,
 error: 0x80070002.

It looks like the needed installation files are missing from wixtoolset.org.

Terry Carnes
Sr. Developer

Reed Technology
Transforming Data, Delivering Information(tm)
7 Walnut Grove Drive - Horsham, PA  19044
Office: 215-441-6443 - Mobile: 267-688-1009
www.reedtech.com  - 
tcar...@reedtech.com

From: Carnes, Terry (Reedfax)
Sent: Wednesday, October 09, 2013 1:52 PM
To: 'wix-users@lists.sourceforge.net'
Subject: How do I find the reason WiX install fails?

I am trying to install WiX 3.7 on a Windows 7 Enterprise SP 1 laptop which has 
VS 2005, 2008, and 2012 installed.

When running the wix37.exe application and receiving the main form, I then 
click on "Install". After a minute or two, I then receive the message, "Failed. 
Try Again?" I have tried running wix37.exe as Administrator, rebooted and made 
sure no other programs were running, etc. But nothing seems to work.

Is there any way to find out why it failed? I've checked the Event Viewer, but 
could not find anything that seemed applicable to me.

Has anyone else had this problem?

Terry
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-09 Thread tom

%tmp% see log file

upload it to here



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-do-I-find-the-reason-WiX-install-fails-tp7589584p7589586.html
Sent from the wix-users mailing list archive at Nabble.com.

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] How do I find the reason WiX install fails?

2013-10-09 Thread Dror, Tomer
%tmp%

you should find log file







Tomer Dror
Intergraph Corporation.
Intergraph Israel.
P: +972 (4) 8779191-1222

Skype:tomer.dee
http://www.intergraph.com



.


From: Carnes, Terry (Reedfax) [tcar...@reedfax.com]
Sent: Wednesday, October 09, 2013 8:52 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How do I find the reason WiX install fails?

I am trying to install WiX 3.7 on a Windows 7 Enterprise SP 1 laptop which has 
VS 2005, 2008, and 2012 installed.

When running the wix37.exe application and receiving the main form, I then 
click on "Install". After a minute or two, I then receive the message, "Failed. 
Try Again?" I have tried running wix37.exe as Administrator, rebooted and made 
sure no other programs were running, etc. But nothing seems to work.

Is there any way to find out why it failed? I've checked the Event Viewer, but 
could not find anything that seemed applicable to me.

Has anyone else had this problem?

Terry
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How do I find the reason WiX install fails?

2013-10-09 Thread Carnes, Terry (Reedfax)
I am trying to install WiX 3.7 on a Windows 7 Enterprise SP 1 laptop which has 
VS 2005, 2008, and 2012 installed.

When running the wix37.exe application and receiving the main form, I then 
click on "Install". After a minute or two, I then receive the message, "Failed. 
Try Again?" I have tried running wix37.exe as Administrator, rebooted and made 
sure no other programs were running, etc. But nothing seems to work.

Is there any way to find out why it failed? I've checked the Event Viewer, but 
could not find anything that seemed applicable to me.

Has anyone else had this problem?

Terry
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users