I have an application which is deployed with an msi installer. It's version 2. When installing this latest version of this installation, the installer copies everything into the program folder (dlls,exe,resourcefiles).
But when upgrading this…
I have pictures, gifs, textfiles, console applications needed by my c# program. They are all in the same directory with my c# program.
If they downloaded my program, it should be in a single package, a single exe file, all the pics are there, all…
I have successfully built an application in C# to interface a highspeed measurement sensor. The application uses a third party DLL file used to interface the external hardware, supplied by the hardware vendor. A sample code snippet on how to…
I'm developing a Windows application that has a silent updater, so the executable needs to be able to be overwritten.
The application also loads some .dlls
I tried putting the executable and dlls in the application data folder, but visual studio…
I'm used VS2008 to create a setup and deployment project that installed files to certain folders.
i recently started using VS2010 and pulled this project into VS2010 and tried to continue working on it. When i go into the Setup and Deployment File…
I need to deploy a setup project that only installs an assembly in the GAC - I don't need anything on the start menu, in Program Files, or anywhere else.
The File System dialog for the project won't let me remove the Application Folder or other…
When using VS setup and deployment project for creating windows installer database file, how to set a windows service to ‘Allow service to interact with Desktop’. I am using System.Configuration.Install.Installer derived class to install a new…
i have a winform application in c#on visual studio, connected to a database in sql server 2008 and i have done a deployment to it so to use it i must install the sql server management studio and restore the database backup, so Can i when doing the…
Hello:
I am developing an application that has a lot of support dll's. some suppoting dll's, some component dll's.
I install my application into Program Files, but if you were to open up the install location, it looks pretty ugle, just becasue its…
I would like to know if there is any possibility to convert an asp.net mvc 5 web application into an .exe setup file. I tried various links. But i didn't get any output. I received a .msi file and when i tried installing, the installation stops…
In the web setup project(using VS) when creating a user interface, how can I create a password field ?? there isn't any property for making the input that written in the text field hidden(give star instead of showing the password)...
Note:
the type…
Just really looking to develop a good build/deployment strategy for python web applications written in mostly django/web.py. I currently only utilize setuptools to get my dependencies, but would like to see what others are doing
How to validate data when using the out-of-the-box dialogs provided by the visual studio setup and deployment project?
I have added a dialog (using 'Add Dialog') in the start phase of the normal install. The dialog consists of three text boxes to…
We have a requirement i.e single .msi file need to be installed on the same server with different instances multiple times, but .msi file not allowing the user to install again if it is already installed on the server.
here I am using visual studio…
We are switching our web development from Java to .NET
We currently have an Apache/Tomcat server to host our war files.
I understand that .NET needs to run on IIS or on Apache with mod_mono.
My boss is concerned with the IIS setup since we currently…