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
x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Christopher Painter [mailto:chr...@iswix.com] Sent: Friday, January 25, 2013 11:07 AM To: General discussion for Windows Installer XML toolset.; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Custom

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

2013-01-25 Thread Christopher Painter
Sorry, haven't read the whole thread Didn't I read somewhere that VS2012 C++ doesn't support Windows XP? http://stackoverflow.com/questions/13492056/vs2012-c-dll-compatability From: "Natalie Carr" Sent: Friday, January 25, 2013 4:39 AM To: wix-users

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
I think you need an update to VS2012 http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx Neil -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: 25 January 2013 11:26 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users

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 wi

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
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:35 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom

Re: [WiX-users] Custom actions failing

2008-10-15 Thread Ian Elliott (Excell Data Corporation)
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom actions failing Can you point me to a resource for information on how to do this? Thanks! -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 5:31 PM To: Ge

Re: [WiX-users] Custom actions failing

2008-10-15 Thread David Bartmess
Can you point me to a resource for information on how to do this? Thanks! -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 5:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom actions failing

Re: [WiX-users] Custom actions failing

2008-10-14 Thread Rob Mensching
PROTECTED] Sent: Tuesday, October 14, 2008 14:17 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom actions failing Oops, forgot the actual CustomAction, sorry... -Original Message- From: David Bartmess [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: [WiX-users] Custom actions failing

2008-10-14 Thread David Bartmess
Oops, forgot the actual CustomAction, sorry... -Original Message- From: David Bartmess [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2008 3:12 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Custom actions failing I'm trying to w