Re: [WiX-users] WIX regsvr32 with XP

2012-05-24 Thread Mike Schlueter
It sounds like you're missing the VS 2010 redistributables on the  XP 
system. 

Mike Schlueter
Software Engineer
Phoenix Contact USA
Ann Arbor, MI
(734)205-5410
mschlue...@phoenixcon.com




From:   Jelani Jackson jeljac...@gmail.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net, 
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 jeljac...@gmail.com 
wrote:

 I opened the dll with dependency walker and this is the error that I
 received

 Error: At least one required implicit or forwarded dependency was not
 found.
 Warning: At least one delay-load dependency module was not found.
 Warning: At least one module has an unresolved import due to a missing
 export function in a delay-load dependent module.

 On Thu, May 24, 2012 at 9:15 AM, Pally Sandher 
pally.sand...@iesve.comwrote:

 Sounds like either as Rob says an API call which doesn't exist on XP or 
a
 missing dependency (essentially the same thing).
 Open your DLL in dependency walker on XP  see what it says.
 Once you get it registering manually, use heat to register it the 
proper
 way in your MSI.

 Palbinder Sandher
 Software Platform Engineer
 T: +44 (0) 141 945 8500
 F: +44 (0) 141 945 8501
 http://www.iesve.com

 **Design, Simulate + Innovate with the Virtual Environment**
 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: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(the dll I'm 
using)
 failed - The specified module could not be found

 On Thu, May 24, 2012 at 3:18 AM, Rob Hamflett rob_hamfl...@sn.scee.net
 wrote:

  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.
 
 
 
 
 
--
  Live Security Virtual Conference
  Exclusive live event will cover all the ways today's security and
  threat landscape has changed and how IT managers can respond.
 Discussions
  will include endpoint security, mobile security and the latest in
 malware
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
  ___
  WiX-users mailing list
  WiX-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wix-users
 

 
--
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
Discussions
 will include endpoint security, mobile security and the latest in 
malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users




 
--
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. 
Discussions
 will include endpoint security, mobile security and the latest in 
malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263

Re: [WiX-users] Using Torch.exe with Visual Studio (need WIX path)

2012-05-11 Thread Mike Schlueter
Thanks for the tips.  I got it working with the system variable, and I 
will look into modifying the .wixproj. 

Mike Schlueter
Software Engineer
Phoenix Contact USA
Ann Arbor, MI
(734)205-5410
mschlue...@phoenixcon.com




From:   Tobias S tobias.s1...@gmail.com
To: General discussion for Windows Installer XML toolset. 
wix-users@lists.sourceforge.net, 
Date:   05/11/2012 09:53 AM
Subject:Re: [WiX-users] Using Torch.exe with Visual Studio (need 
WIX path)



Also consider the discussion (and my posts) in
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Multilanguage-install-tt6161866.html#a6183992


There is described how to directly parametrize the torch task within
the wix solution

Regards,
Tobias

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using Torch.exe with Visual Studio (need WIX path)

2012-05-10 Thread Mike Schlueter
Hi, 

We have a WiX project using Visual Studio 2005, with WiX 3.5, and I want 
to use torch.exe to create a transform of the differences between the 
english and german versions of the installer.  (I am using .wxl files to 
generate en-us and de-de versions of the installer.) 
How do I get to the path that Visual Studio is using for candle and light, 
so that I don't have to hard code the path to the WiX installation into 
the project? 
Currently, I added the WiX bin folder to the system path which works, but 
requires that to be done on every PC that needs to compile the project. 
Is there a variable or a way to access the WiX path from within Visual 
Studio?

Regards, 

Mike Schlueter
Software Engineer
Phoenix Contact USA
Ann Arbor, MI
(734)205-5410
mschlue...@phoenixcon.com
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users