I have created a deployment project for my C# WinForms application. After installing the exe of this deployed project, I am able to run it only as administrator. How do I make this work without "Run As Administrator" ?
I just finished my program, now I want to build a setup with Inno-setup that gets the hardware id and and stores it into a file in the CD so that the program can be installed in only one computer with only one license. Unfortunately i am not good…
I've developed an application using Django.
Recently I bought a link from www.godaddy.com. I already have a server and I will install windows server or windows 7.
Can anyone give me step-by-step instructions of how to deploy my django app to the…
My application keeps user's input for application setting in a XML file. Now suppose I have uninstalled my application but the setting file(xml file) is still there. It has not been removed. I want to use that setting file for my next installation.…
I have created a setup file for c# application. In which i created a shortcut for the application and when installed the shortcut will be added in desktop. But my application has to launch either files drag into the shortcut or double click on it..…
I have developed a VB.NET application with SQL database, now i want to package it with the database and deploy it on some other machine which does not have SQL installed.
I have a project in c# VS2010 and I want to make .exe file and make a setup.Here I will make it with add setup and deployment project. But I have one more option of publish project.
I don't know
what is the meaning when I create the .exe with…
I am creating Setup and deployment project in which i have one screensaver file and Framework 4.0 file. I am installing this setup using Setup created by project. The system in which i am installing this package is 64bit system. Now i want to…
So i Have this c# application that contains a button allowing a file copy from a network share folder.i use a vbscript to copy the file, this script takes the source and destination path.now i want to create a setup to install my application on any…