设置创建者(C#WinApp部署) [英] Setup Creator(C# WinApp Deployement)

查看:86
本文介绍了设置创建者(C#WinApp部署)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好团队,

我已经开发了一个C#Windows应用程序,其中包含大约10个文件.
根据应用程序要求,我想在以下位置存储exe/其他文件-

自定义文件夹-
1."C:\ xyz"''2个文件
2."C:\ xyz \ pqr"''3个文件
程序文件-
3."C:\ Program Files \ AppName"''4个文件
开始菜单-
4.开始菜单"''1文件

我正在使用Visual Studio 2010-设置项目

问题:
1.当我创建安装文件-并将其安装在另一台计算机上(64位)时-文件(3点)被复制到-"Program Files(x86)"文件夹而不是"Program Files"中-即使在安装时我更改了路径只是程序文件"而不是程序文件(x86)"

请帮帮我-
-如何克服这个问题
-是否有任何免费的优质设置创建程序?

在此先感谢!!!

Hello Team,

I have developed one C# Windows Application which has around 10 files.
As per application requirement I want to store exe/other files on below locations -

Custom Folder -
1. "C:\xyz" ''2 files
2. "C:\xyz\pqr" ''3 Files
Program Files -
3. "C:\Program Files\AppName" ''4 Files
Start Menu -
4. "Start Menu" ''1 File

I am using Visual Studio 2010 - SetUp Project

Problem :
1. When I create Setup file - and install it on other machine(64 Bit) - Files(3 point) are get copied into - "Program Files(x86)" Folder instead "Program Files" - even if While installing I changed path to just "Program Files" instead of "Program Files(x86)"

Please help me -
- How I can overcome this problem
- Is there any good and free setup creator program

Thanks in Advance!!!

推荐答案

这是正确的行为.您的应用程序可能是32位应用程序.只能将64位应用程序安装到nonx86文件夹中.
That is correct behavior. Your application is likely a 32bit application. Only 64bit apps are to be installed into the nonx86 folder.


这篇关于设置创建者(C#WinApp部署)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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