开发者

C# .net windows application setup not running in windows 7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

hello i have created one windows application in c# .net and its wo开发者_如何转开发rking fine in windows xp, but when i try to install the setup in windows 7 or vista,the setup never runs.. should i have to write some code for it...?

please help


Assuming your installer is an MSI, turn logging on to find out why.

msiexec NameOfYour.msi /l*v log.txt


Make sure you installed the correct version of .net Framework on your box.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜