Hope this helps
 
Any C/C++ app you compile using VC++ will require the Microsoft Visual C++ Runtime (MSVCRT)
This is NOT part of the .NET Framework, and is required for any C/C++ code, no way around that.
 
The version of msvcrt.dll that ships with XP SP2 is 7.0.2600.2180, as far as I know, and of course,
if you're compiling with VC++ 2005, you require version 8, so you'll need to do one of:
 
1. Install the runtime dll first, IN THE SAME FOLDER AS YOURS (it's redistributable)
 
2. Compile with an older compiler, eg: VC6 or even VC2003 so you depend on the version of msvcrt
that's already present...
 
3. Static Link the runtime dll into your project (not a good plan, but if it's just for the sake of the installer...)
 
Joel Bennett
Software Engineer
Xerox Corporation
1350 Jefferson Rd, 0801-31A
Rochester, NY 14526
Phone (585)427-1594 Internal 8*227-1594
[EMAIL PROTECTED]
 
XEROX
Technology. Document Management. Consulting Services.
www.xerox.com
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rai Wasif
Sent: Thursday, November 02, 2006 1:48 AM
To: wix-devs mailingList; Wix-user mailingList
Subject: Re: [WiX-devs] [WiX-users] Problem in installing msi on Xp

so told me how to remove the dependency of .net framework(MSVCRT)

----- Original Message ----
From: Rai Wasif <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net; wix-devs mailingList <wix-devs@lists.sourceforge.net>
Sent: Thursday, November 2, 2006 10:35:20 AM
Subject: Re: [WiX-users] Problem in installing msi on Xp

Actually where .net framework isn't installed it crashed at dat point i.e. where i call dll.
i build dll in C++

----- Original Message ----
From: Rai Wasif <[EMAIL PROTECTED]>
To: Rob Hamflett <[EMAIL PROTECTED]>; wix-users@lists.sourceforge.net
Sent: Thursday, November 2, 2006 10:11:08 AM
Subject: Re: [WiX-users] Problem in installing msi on Xp

the msiexec crash not dll. as dll function execute fine in win2000. the last screen that i receive is "the prog prematurely crashed........"

----- Original Message ----
From: Rob Hamflett <[EMAIL PROTECTED]>
To: wix-users@lists.sourceforge.net
Sent: Wednesday, November 1, 2006 9:43:08 PM
Subject: Re: [WiX-users] Problem in installing msi on Xp

Did msiexec crash or was it your DLL?

Rob

Rai Wasif wrote:
> Hi all,
>       i had build msi on window 2000. it installed right on 2000, but in
> xp where i call any first dll function it crashed. what is the reason
> behind dat?
>
> thanx in advance
>
> Regards
> Rai Wasif
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to