错误2203使用C#解决 [英] Error 2203 solve using C#

查看:93
本文介绍了错误2203使用C#解决的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的

我使用C#编写软件并制作安装文件。

当我尝试设置此软件时,显示错误2203.

我如何使用C#解决它。

**解决它**

我通过使用%temp%解决它并给予临时文件夹权限每个人

但我需要用c#或命令来解决它

请帮帮我

Dear
I make a software using C# and make a setup file .
When i try to setup this software it show error 2203.
How i can solve it using C#.
**Solve it**
I solve it by using %temp% and given temp folder permission Everyone
But i need to solve it using c# or command
please help me

推荐答案

我们无法直接回答:我们只是没有关于您如何制作安装文件的任何信息。但是......如果你通过使用%Temp%环境变量解决了它,很可能你已经编写了自己的 - 并且你正在将临时文件提取到HDD以便运行它们,并且你需要适当的访问真正的文件夹以实际安装。



SO,可能你需要使用现有的安装程序包创建者(例如部署) VS中的项目或将您的设置应用程序提升为管理员权限。我自己也会使用现有的软件包。
We can't answer that directly: we just don't have any information about how you have made your setup file. But... if you have "solved it" by using the %Temp% environment variable it is likely that you have written your own - and that you are extracting temporary files to the HDD in order to run them, and that you need "proper" access to the real folders to actually do the installation.

SO, probably what you need to do it either use an existing setup package creator (such as a Deployment project in VS) or elevate your setup application to Admin privilege. I'd go with the existing package, myself.


这篇关于错误2203使用C#解决的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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