Questions tagged [setup-deployment]

Microsoft Setup and Deployment Wizard for Visual Studio or the .NET framework

API documentation

Related links

820 questions
-2
votes
1 answer

Winforms Deployment Project running only with Administrator priviliges

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" ?
-2
votes
1 answer

Get hardware id with inno setup script to prevent piracy

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…
-2
votes
1 answer

How to deploy my django app to a URL?

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…
-2
votes
2 answers

Asking user to use or not the old installation setting during new installation

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.…
-2
votes
1 answer

Making a setup project which runs on LAN based connected PCs

how can we run our c# form application on LAN based Connect PC?
-2
votes
1 answer

C# shortcut of setup project

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..…
user642378
  • 167
  • 6
  • 12
-3
votes
1 answer

VB.NET Application Deployment with SQL database

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.
indrajeet
  • 1
  • 2
-3
votes
2 answers

what is the difference between publish project and setup project

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…
Sandesh
  • 1,190
  • 3
  • 23
  • 41
-3
votes
1 answer

Want to copy screenesaver file in System32 folder instead of SysWow64 on 64bit Machine

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…
-5
votes
1 answer

How to make a setup for c# app that uses a vbscript copying a file from LAN?

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…
Aymane
  • 1
1 2 3
54
55