setup-project
got error Unable to find source file to my Windows-CE project
i try to build cab from my windows-CE project and i got this error: 开发者_JAVA技巧 Error 5 Unable to find source file \'D:\\MySetup_Setup\\System.Data.SqlServerCe.DLL\' for assembly \'System.Data.S[详细]
2023-04-01 09:44 分类:问答How do can install files via setup project depending on the OS?
The possible OS are Win7 and WinXP each h开发者_运维知识库as its own directory path. Win7 installs in C:\\foo and WinXP installs in D:\\foo. Is this possible using Setup Project?[详细]
2023-04-01 02:30 分类:问答How do I force a Visual Studio setup project generated msi installer to only run in administrative mode?
I have a Visual Studio setup project that generates an msi installer.The in开发者_开发知识库staller works fine if I run it as an administrator.If it is not run as an administrator my updates to HKEY_C[详细]
2023-03-31 16:18 分类:问答How to include dotfuscated output in my setup project?
I am using visual studio 2010. Having a windows application and a setup project ( visual studio\'s setup project ), and now i want to protect my code by using the preemptive solution dotfuscator.[详细]
2023-03-31 11:54 分类:问答Run exe after installation with user rights [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-30 16:34 分类:问答System.BadImageFormatException: Could not load file or assembly. An attempt was made to load a program with an incorrect format..
This error is occuring when running the msi created by a Visual Studio 2010 x64 project w/ .Net Framework 4.0.The \'Pr开发者_StackOverflow社区oject Output\' file is also x64.[详细]
2023-03-30 10:35 分类:问答How to create an automated setup for projects using Eclipse (like Ant)
It is the following situation: I currently have multiple Java projects in Eclipse. All the sources, build files etc are checked in at a repository. If a new team member joins the project he has to re[详细]
2023-03-30 03:50 分类:问答Registering the same version of an assembly but with different target frameworks to the 2 GACs
I have noticed that it is possible to register for example v1.0.0.0 of an assembly with GACUtil to the GAC at C:\\Windows\\assembly if the assembly targets v3.5 of the .Net Framework AND also manage t[详细]
2023-03-28 23:11 分类:问答add button only in one page in instal file
i want to add a button to my instal file but in one page (the page i choose) but the code i used add the button or URL in all pages[详细]
2023-03-28 22:15 分类:问答Can a .Net MSI/setup project add an assembly to both version 2 and version 4 of the .NET framework GAC?
Is it possible to create a .Net MSI/setup project which can add an assembly “X” to both version 2 and version 4 of the .NET framework GAC?[详细]
2023-03-28 14:59 分类:问答