Re: [WiX-users] Custom actions failing on XP

2013-01-28 Thread Natalie Carr
Installer XML toolset.; chr...@iswix.com Subject: Re: [WiX-users] Custom actions failing on XP Well, looking in the installer log on my laptop, it looks like it requires VersionNt = 5.1 and ServicePackLevel >= 2). Based on that, the x86 version should support install on XP with SP2 or SP3.

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread John Cooper
wix.com; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom actions failing on XP Look in the assemblies in the runtime (ILDASM will work). If there are any .NET 4.5 dependencies, it will be a no-go on anything before Windows 7. -- John Merryweather Cooper

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread John Cooper
iday, January 25, 2013 4:39 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom actions failing on XP Hi along with my wix installer I have a dll created using the C++ custom action project. However on running my setup on XP the custom actions are all returning value 3 and fai

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Christopher Painter
25, 2013 4:39 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom actions failing on XP Hi along with my wix installer I have a dll created using the C++ custom action project. However on running my setup on XP the custom actions are all returning value 3 and failing. I believe they are

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Rob Mensching
Friday, January 25, 2013 12:03 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Custom actions failing on XP > > Multithreaded ought to be fine - I was referring to the > dynamically/statically linking options (lib vs dll), but if you've al

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Neil Sleightholm
To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom actions failing on XP Thanks for your help Peter, I have no idea why it is not running...:( Kind Regards, Natalie Carr -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
talie Carr [mailto:natalie.c...@measuresoft.com] Sent: 25 January 2013 11:24 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom actions failing on XP Hi Peter, I am using the Multi-threaded for the runtime? Would that be causing the issue? Thanks fo

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Peter Shirtcliffe
resoft.com] Sent: 25 January 2013 11:24 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Custom actions failing on XP Hi Peter, I am using the Multi-threaded for the runtime? Would that be causing the issue? Thanks for getting back to me Kind Re

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
I have done that and still no joy..:( Kind Regards, Natalie Carr -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: Friday, January 25, 2013 11:27 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom actions failing on XP

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
XML toolset. Subject: Re: [WiX-users] Custom actions failing on XP Have you tried linking to the C++ runtimes statically instead of to the DLLs ? The target runtime might be missing on XP. -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 25 January 2013 10

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Neil Sleightholm
] Custom actions failing on XP I seem to remember reading that C++ code compiled using VS2012 cannot target XP. Neil -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 25 January 2013 10:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Neil Sleightholm
I seem to remember reading that C++ code compiled using VS2012 cannot target XP. Neil -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent: 25 January 2013 10:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom actions failing on XP Hi along

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom actions failing on XP Have you tried linking to the C++ runtimes statically instead of to the DLLs ? The target runtime might be missing on XP. -Original Message- From: Natalie Carr [mailto:natalie.c...@measuresoft.com] Sent

Re: [WiX-users] Custom actions failing on XP

2013-01-25 Thread Peter Shirtcliffe
] Custom actions failing on XP Hi along with my wix installer I have a dll created using the C++ custom action project. However on running my setup on XP the custom actions are all returning value 3 and failing. I believe they are not even getting entered as the logs don't show them being initializ

[WiX-users] Custom actions failing on XP

2013-01-25 Thread Natalie Carr
Hi along with my wix installer I have a dll created using the C++ custom action project. However on running my setup on XP the custom actions are all returning value 3 and failing. I believe they are not even getting entered as the logs don't show them being initialized. I need help asap as I have