Re: [WiX-users] WIX regsvr32 with XP

2012-05-25 Thread Jelani Jackson
Thank you, I appreciate all of your help On Fri, May 25, 2012 at 3:24 AM, Rob Hamflett wrote: > On 24/05/2012 17:52, Wilson, Phil wrote: > > Those top two are Visual C++ 2010 C runtime support Dlls, typically > supplied with this type of thing: > > > > http://www.microsoft.com/en-us/download/deta

Re: [WiX-users] WIX regsvr32 with XP

2012-05-25 Thread Rob Hamflett
On 24/05/2012 17:52, Wilson, Phil wrote: > Those top two are Visual C++ 2010 C runtime support Dlls, typically supplied > with this type of thing: > > http://www.microsoft.com/en-us/download/details.aspx?id= > > or with merge modules that came with Visual Studio 2010. You'll probably > need

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Wilson, Phil
ystem requirements). Phil W -Original Message- From: Jelani Jackson [mailto:jeljac...@gmail.com] Sent: Thursday, May 24, 2012 7:03 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX regsvr32 with XP There are 3 files the that give an error opening a file

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Mike Schlueter
Date: 05/24/2012 10:03 AM Subject: Re: [WiX-users] WIX regsvr32 with XP There are 3 files the that give an error opening a file they are: MSVCP100.DLL MSVCR100.DLL MSJAVA.DLL On Thu, May 24, 2012 at 9:56 AM, Jelani Jackson wrote: > I opened the dll with dependency walker and this

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
ntal Solutions Limited. Registered in Scotland No. >> SC151456 >> Registered Office - Helix Building, West Of Scotland Science Park, >> Glasgow G20 0SP >> Email Disclaimer >> >> >> >> -Original Message----- >> From: Jelani Jackson [mailto:je

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
c...@gmail.com] > Sent: 24 May 2012 13:01 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WIX regsvr32 with XP > > Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm using) > failed - The specified module could not be foun

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Pally Sandher
asgow G20 0SP Email Disclaimer -Original Message- From: Jelani Jackson [mailto:jeljac...@gmail.com] Sent: 24 May 2012 13:01 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX regsvr32 with XP Yes I have, when I run regsvr32 on XP I get LoadLibrary(th

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
Yes I have, when I run regsvr32 on XP I get LoadLibrary(the dll I'm using) failed - The specified module could not be found On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett wrote: > Have you tried running regsvr32 on the DLL directly on an XP machine? > I've seen issues with DLLs where the developer

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Pally Sandher
sion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX regsvr32 with XP Thank you for the feedback. I'm not necessarily certain how to go about doing that since I am developing the wix installer with visual studio. Also here is the error that I am getting Event Type: Error Event

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Rob Hamflett
Have you tried running regsvr32 on the DLL directly on an XP machine? I've seen issues with DLLs where the developer is using a Windows 7 machine and has unknowingly used an API call that's just not available on XP. --

Re: [WiX-users] WIX regsvr32 with XP

2012-05-23 Thread Jelani Jackson
Windows Installer XML toolset. Subject: Re: [WiX-users] WIX regsvr32 with XP Thank you for the feedback. I'm not necessarily certain how to go about doing that since I am developing the wix installer with visual studio. Also here is the error that I am getting Event Type: Error Event Source

Re: [WiX-users] WIX regsvr32 with XP

2012-05-23 Thread Wilson, Phil
Installer XML toolset. Subject: Re: [WiX-users] WIX regsvr32 with XP Thank you for the feedback. I'm not necessarily certain how to go about doing that since I am developing the wix installer with visual studio. Also here is the error that I am getting Event Type: Error Event Source: MsiI

Re: [WiX-users] WIX regsvr32 with XP

2012-05-23 Thread Jelani Jackson
t: Wednesday, May 23, 2012 11:28 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] WIX regsvr32 with XP > > Hello all I am currently working on an installer which works for Windows > Vista and Windows 7. When it comes to Windows XP on the other hand I > receive the er

Re: [WiX-users] WIX regsvr32 with XP

2012-05-23 Thread Wilson, Phil
From: Jelani Jackson [mailto:jeljac...@gmail.com] Sent: Wednesday, May 23, 2012 11:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WIX regsvr32 with XP Hello all I am currently working on an installer which works for Windows Vista and Windows 7. When it comes to Windows XP on the other han

[WiX-users] WIX regsvr32 with XP

2012-05-23 Thread Jelani Jackson
Hello all I am currently working on an installer which works for Windows Vista and Windows 7. When it comes to Windows XP on the other hand I receive the error code 1722. I logged the installation process and found that the error occurred when the command regsvr32 is ran for a particular dll (the o