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
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?
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
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.
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.
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.
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
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
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
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?