Re: [WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-23 Thread Devin Morrow
I spent sometime digging into this using the debugger but I can't seem to
find anything errors. I was digging into the logs for the installs on my
machine, the VM and the other win 7 user machines. All the failed installs
look like this:

[0778:055C][2014-06-23T10:22:04]i000: Loading managed bootstrapper
application.
[0778:055C][2014-06-23T10:22:05]e000: Error 0x8013141a: Failed to create the
managed bootstrapper application.
[0778:055C][2014-06-23T10:22:05]e000: Error 0x8013141a: Failed to create UX.
[0778:055C][2014-06-23T10:22:05]e000: Error 0x8013141a: Failed to load UX.
[0778:055C][2014-06-23T10:22:05]e000: Error 0x8013141a: Failed while running 
[0778:055C][2014-06-23T10:22:05]i410: Variable: DisplayVersion = 1.0.0.0
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleAction = 4
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleElevated = 0
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleLog =
C:\Users\devinm\AppData\Local\Temp\Client_20140623102202.log
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleManufacturer = ME
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleName =  Client
Package
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleOriginalSource =
C:\Users\d\Desktop\ClientBundle.exe
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleProviderKey =
{9c172dc5-e2df-4130-be4e-23af428c1bf7}
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleTag = 
[0778:055C][2014-06-23T10:22:05]i410: Variable: WixBundleVersion = 1.0.0.0
[0778:055C][2014-06-23T10:22:05]e000: Error 0x8013141a: Failed to run
per-user mode.
[0778:055C][2014-06-23T10:22:05]i007: Exit code: 0x8013141a, restarting: No


On my personal Win7 machine and any Win8 machine, the bootstrapper runs just
fine and the logs look like this:

[0B74:093C][2014-06-23T09:50:48]i410: Variable: DisplayVersion = 1.0.0.0
[0B74:093C][2014-06-23T09:50:48]i410: Variable: InstallFolder = C:\Program
Files (x86)\Client
[0B74:093C][2014-06-23T09:50:48]i410: Variable: Netfx4FullVersion =
4.5.50938
[0B74:093C][2014-06-23T09:50:48]i410: Variable: Netfx4x64FullVersion =
4.5.50938
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleAction = 4
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleElevated = 1
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleLog =
C:\Users\d\AppData\Local\Temp\Client_Package_20140623094752.log
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleLog_Client =
C:\Users\d\AppData\Local\Temp\Client_Package_20140623094752_0_Client.log
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleManufacturer = ME
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleName =  Client
Package
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleOriginalSource =
C:\Users\d\Desktop\ClientBundle.exe
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleProviderKey =
{9c172dc5-e2df-4130-be4e-23af428c1bf7}
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleRollbackLog_Client
=
C:\Users\d\AppData\Local\Temp\Client_Package_20140623094752_0_Client_rollback.log
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleTag = 
[0B74:093C][2014-06-23T09:50:48]i410: Variable: WixBundleVersion = 1.0.0.0

My assumption is the bootstrapper isn't able to run as elevated and is
failing. I'm not sure why it works on certain machines and not others
though. All of the users in this office are admins and running the file as
admin doesn't seem to change much. 

Thanks for the earlier reply.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-will-launch-in-Win-8-but-not-Win-7-tp7595374p7595415.html
Sent from the wix-users mailing list archive at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-23 Thread Devin Morrow
Argh, I apologize, It looks like I was checking the wrong log. Running as
admin on the VM spits out similar logs as my machine for elevation. It still
won't run on any Win7 machine other than mine, but all the Win8's work just
fine. Any ideas as to what would be missing? That debugger you linked was
helpful but It's not showing any fails or errors.

Thanks Again



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-will-launch-in-Win-8-but-not-Win-7-tp7595374p7595416.html
Sent from the wix-users mailing list archive at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Bootstrapper will launch in Win 8 but not Win 7

2014-06-20 Thread Phill Hogland
It sounds like the mba has a dependency file which should be added to the
bundle as a Payload element.  
http://blogs.msdn.com/b/suzcook/archive/2003/05/29/debugging-assembly-loading-failures.aspx

Generally I would not test a setup on my development machine.  No telling
what damage could be done.  I would always test on a clean VM/machine.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-will-launch-in-Win-8-but-not-Win-7-tp7595374p7595384.html
Sent from the wix-users mailing list archive at Nabble.com.

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users