有什么办法可以创建具有Win32和Win64兼容性的安装文件 [英] Is there any way to create setup file with both win32 and win64 compatibility

查看:88
本文介绍了有什么办法可以创建具有Win32和Win64兼容性的安装文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用C#.net 2008创建了Windows应用程序.
我的操作系统是Windows XP,我已经创建了一个安装文件并将其发送给客户端.

我已经测试了该安装文件,该文件在使用Windows XP O/S(32位)安装后可以正常工作

现在的问题是:----------

我的客户有O/S Windows 7(64位)
他无法安装该软件,它显示错误难处理性版本".


有什么方法可以创建具有Win32和Win64兼容性的安装文件?

解决方案

您可以创建一个包含两个版本的安装文件,但是您需要添加自定义操作以选择正确的版本.

32位应用程序将在64位上运行.检查项目和引用的程序集中的CPU设置是否正确.


I ve created a windows application with C#.net 2008
My O/S is windows XP, I ve created a setup file and sent to my client.

I have tested that installation file it is working perfectly after installation with windows XP O/S (32 bit)

Now the problem is :----------

My client have O/S windows 7 (64 bit)
He is unable to install the software, it is showing error "Intractability version".


Is there any way to create setup file with both win32 and win64 compatibility?

Now wt I''ll do?

解决方案

You can create a setup file that includes both version however you will need to add a custom action to select the correct version.

A 32bit application will run on a 64bit. Check that you have the CPU setting correct in the project and your referenced assemblies.


这篇关于有什么办法可以创建具有Win32和Win64兼容性的安装文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆