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

2010-01-08 Thread nagaram.c
? - 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 newly added custom ICE

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

2010-01-08 Thread nagaram.c
...@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 SMOK0217 : Error executing ICE action 'ICE900'. The most common cause of this kind

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

2010-01-08 Thread nagaram.c
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 - Nag -Original Message- From: nagaram.c [mailto:nagara

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 the MSI if using __declspec

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

2010-01-08 Thread nagaram.c
, 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 version DLL the exported functions

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

2010-01-07 Thread Blair
- 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 build settings for native C++ code

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

2010-01-06 Thread nagaram.c
from the developer's box. -Original Message- From: nagaram.c [mailto:nagara...@symphony.cc] Sent: Tuesday, January 05, 2010 11:43 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] getting win32 exception while running the newly added custom ICE Hi, I am getting below

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

2010-01-06 Thread Blair
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 build

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

2010-01-06 Thread nagaram.c
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? 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 nagaram.c
: 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 build settings for native C++ code generation is to use the runtime DLLs