[WiX-users] Bootstrapper VCredist

2012-05-30 Thread Jelani Jackson
Hello all, I am currently working on an installer in which I would need to bootstrap VCredist. As some may know there are two separate files within the C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages folder: Vcredist_x64 Vcredist_x86 I have tried bootstrapping both

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-24 Thread Jelani Jackson
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 is the error that I > received > > Error: At least one required implicit

Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Jelani Jackson
with the ** > Integrated Environmental 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:jelja

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-23 Thread Jelani Jackson
I only put the [] in to take out company information and I is heat only available by using the command prompt? Jelani Jackson Junior Software Developer jelani.jack...@powerdms.com (800) 749-5104, x 6035 www.powerdms.com LEGAL DISCLAIMER The information transmitted is intended solely for the

Re: [WiX-users] WIX regsvr32 with XP

2012-05-23 Thread Jelani Jackson
don't need regsv32 to do registration (or regasm), > you don't install assemblies in the GAC with GacUtil, and you don't need > InstallUtil to install services etc. > > Phil W > > -Original Message- > From: Jelani Jackson [mailto:jeljac...@gmail.com] > Sen

[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