Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-08 Thread nagaram.c
y 08, 2010 5:19 AM To: 'Blair'; 'General discussion for Windows Installer XML toolset.'; 'ra...@symphony.cc' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE One issue that I noticed with depends.exe is that in case of release

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-08 Thread nagaram.c
...@symphony.cc] Sent: Friday, January 08, 2010 5:11 AM To: 'Blair'; 'General discussion for Windows Installer XML toolset.'; 'ra...@symphony.cc' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE I am able to see the exported functions

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-08 Thread nagaram.c
7 AM To: 'Blair'; 'General discussion for Windows Installer XML toolset.'; 'ra...@symphony.cc' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE I am using #pragma comment(lib, "msi.lib") in the code - Na

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-08 Thread nagaram.c
ral discussion for Windows Installer XML toolset.'; 'Blair'; ra...@symphony.cc Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE The issue still exists for Release build, however works ok with debug build, below is the error log smoke.exe : error

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-08 Thread nagaram.c
ing here? - Nag -Original Message- From: Blair [mailto:os...@live.com] Sent: Thursday, January 07, 2010 5:05 PM To: nagara...@symphony.cc; 'General discussion for Windows Installer XML toolset.'; ra...@symphony.cc Subject: RE: [WiX-users] getting win32 exception while running the newl

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-07 Thread Blair
ng the newlyadded custom ICE This works, Thank you - Nag -Original Message- From: Blair [mailto:os...@live.com] Sent: Wednesday, January 06, 2010 10:09 AM To: nagara...@symphony.cc; 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] getting win32 e

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-06 Thread nagaram.c
ginal Message- From: Blair [mailto:os...@live.com] Sent: Wednesday, January 06, 2010 10:09 AM To: nagara...@symphony.cc; 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE The default bu

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-06 Thread nagaram.c
.@live.com] Sent: Wednesday, January 06, 2010 4:54 AM To: nagara...@symphony.cc; 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE Is it at all possible that the new ICE900 test you wrote use

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-06 Thread Blair
nesday, January 06, 2010 4:54 AM To: nagara...@symphony.cc; 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE Is it at all possible that the new ICE900 test you wrote uses the C++ runtime DLL?

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-06 Thread nagaram.c
staller XML toolset.' Subject: RE: [WiX-users] getting win32 exception while running the newly added custom ICE Is it at all possible that the new ICE900 test you wrote uses the C++ runtime DLL? In your C++ build settings you need to make sure you link to the static runtime library AND that you

Re: [WiX-users] getting win32 exception while running the newly added custom ICE

2010-01-06 Thread Blair
Is it at all possible that the new ICE900 test you wrote uses the C++ runtime DLL? In your C++ build settings you need to make sure you link to the static runtime library AND that you build Release (not Debug) for the version you run away from the developer's box. -Original Message- From: