The programs for creating program installer are setup project.
0
votes
0answers
28 views
.NET Setup Project prerequisits - download automaticaly instead open microsoft's web
I've got a VisualStudio 2010 Setup Project. I want my setup to directly download .NET framework (full and client).
I set that as a minimum requirements but the setup open the Microsoft's download ...
0
votes
1answer
23 views
How to create a C++ MSI Custom Action DLL using Visual Studio 2010?
If I want to abort an installation in a C# custom action, it will have to display an unwanted "1001 Error" message box.
To avoid this I once used a C++ project which can abort the installation ...
-3
votes
0answers
36 views
How to use Static Libraries in Visual Studio C++? (Answer) [closed]
NOTE: This is technically not a question, but my solution to the target problem after searching online.
NOTE*: stackoverflow will only let me post 2 links, so just remove the spaces on the others when ...
0
votes
0answers
6 views
Disable InstallAllUsers property in Web Setup project
VS version 2010
Windows client VS Setup project has a property called InstallAllUsers. Why don't we have this property in VS Web Setup project ?
-5
votes
0answers
16 views
how to migrate maven contained project to ant based [closed]
Am looking the project to move/migrate from maven to ant and should be removed all maven related files in project.
Regards,
Ravi
0
votes
1answer
39 views
Visual Studio 2010 Setup does not create added file
My problem should be plain and simple to solve, but google is not helping me today.
I need to read/write a configuration file (config.xml) and, as i see so much problems with permissions with special ...
0
votes
1answer
13 views
Visual Studio Installer Project and Content / Config File Dependencies
I have a solution in Visual Studio 2010 that has a DLL, Windows Service, and a Visual Studio setup project. The DLL has an app.config file.
SLN
|
|--DLL
| |--Email Templates
| |--app.config
...
0
votes
0answers
17 views
Required Guidance For Setup Project?
I am working on WPF Project and i want to make setup with following requirements. I want to incorporate everything in my setup, i mean user will not go to any website for download any components. ...
0
votes
1answer
38 views
VS 2010 Set up project - Installing exe through custom action
I'm creating a set up poject using VS 2010. One of the third party exe should be installed through the custom action. I have done this and works fine. But requirement is to
1) First time when MSI is ...
0
votes
1answer
17 views
Visual Studio Setup project not registering DLL on upgrade
I have made an Outlook add-in and it works fine, I deploy it through an MSI and it registers the DLL correctly.
I've been updating it and incrementing the build number of both the assembly and the ...
0
votes
0answers
12 views
Is it possible to create a Setup project inside Visual Studio Express for Web (VWD Express 2012)
Is it possible to create a Setup project (or some other kind of installation project) inside Visual Studio Express for Web (also sometimes known as Visual Web Developer Express 2012) ??
I have an ...
1
vote
1answer
21 views
TargetPlatform = AnyCPU option not available in vb deployment project
Am using VS2010. The solution has vb and .net projects.
Am trying to build a deployment project for the VB windows service. The deployment project is also in vb.
However, am unable to set the ...
0
votes
0answers
17 views
How to make an LDAP call in a Visual Studio Setup Project?
I've created a service that needs a piece information from Active Directory. I need to pull it from AD and store it where the service can use it (HKLM).
I've tried making the LDAP call from the ...
3
votes
1answer
98 views
Windows Setup: Dynamic Registry Keys/Values
A synopsis of my question:
Is it possible to use your own, custom variables (the way that you can use [TARGETDIR]) in the Registry screen of a Windows Setup project in VS2010? Specifically, I need to ...
0
votes
0answers
9 views
Dependency and Directories in Visual Studio Installer
I am using a third-party library dll in one of my applications. Unfortunately the company that supplied the dll requires that a directory of their dependencies (other dlls) be included in my ...