Questions tagged [setup-deployment]

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

API documentation

Related links

820 questions
4
votes
3 answers

how to remove the .net framework launch condition from .msi setup?

I am creating windows installer (.MSI package) for my project using visual studio 2010. I want to remove the launch condition for .net framework as I am manually performing the same check in my custom action events. For my project the “Delete”…
G.S
  • 41
  • 2
  • 6
4
votes
2 answers

Localize installer with VS setup and deployment project?

I want to localize my installer but in Visual Studio 2008, Localization Property drop down does not contain the language. I think we could use code page but if users don't want to change locale in Region and language in their computers, characters…
Kieran Dang
  • 447
  • 2
  • 17
4
votes
2 answers

Pass .msi Args to Install Custom Action

I have a Setup and Deployment project in Visual Studio 2013 that creates an .msi installer for my solution. I also have a C# WinForms app that launches in the Install Custom Action. If a user launches the .msi from the command line, is there any…
4
votes
1 answer

Installing both a native app and its related chrome extension in one setup

Is it possible to install a chrome extension programmatically? My setup application (in Windows) is a batch file which adds a registry key to enable executing a native app. That app talks to a chrome extension and the extension needs to be…
4
votes
2 answers

Launch Condition to Detect Office 2010 Applications

I was trying to create a setup project using VS2008. Is there anyway to detect if a particular Office 2010 application is installed or not? (as a prerequisite) .eg: i want to detect if Powerpoint 2010 is installed on client machine. I was…
Amitd
  • 4,769
  • 8
  • 56
  • 82
4
votes
1 answer

Setup has detected that the file "" has changed since it was initially published

I have developed a setup application for my project, wherein prerequisite software will be downloaded from the vendor's website. Doing this I got a crystal reports error when I try to install that application, saying Setup has detected that the…
4
votes
1 answer

In ec2 machine-cap staging deploy:setup giving a (Errno::ETIMEDOUT: Operation timed out - connect(2))

I am using Ubuntu 12.04 and i want to deploy in ec2 instance but the following error throws and unable to perform deploy process krs@ubuntu:~/a/anonymous-ui-deploy$ cap staging deploy:setup triggering load callbacks 2013-07-24 11:19:15 executing…
krs
  • 1,467
  • 5
  • 17
  • 30
4
votes
1 answer

InstallShield Limited edition "Shortcut" options to Users?

I am using Install shield limited edition 2012 to create a set up project from my WPF application. I know we can predefine shortcuts using Application shortcuts menu. Can I add the following options for the users to select the shortcuts while…
Roshil K
  • 2,583
  • 28
  • 38
4
votes
4 answers

Is there an auto-upgrade library / framework available for windows that has similar features as the ones Sparkle for Mac OSX provides?

Our app is built using Qt and I would like to use a framework similar to Sparkle in our Windows version, to replace our custom solution. Is there anything like this ?
Rens
3
votes
2 answers

Multiple servers or everything in a single server?

I have a Rails app that uses MySQL, MongoDB, NodeJS (and SocketIO). Right now, the app (everything) is hosted inside 1 box. I would like to know what I should do when the number of users grow. What factors should I take into account to determine…
denniss
  • 17,229
  • 26
  • 92
  • 141
3
votes
1 answer

VS2010 Deployment Project - Prevent Reboot after installing .NET Framework

I'm using a Visual Studio 2010 Deployment Project for installing my utility. It has a prerequisite of the .NET 4 Client Framework. I'm using the iexpress tool to combine my setup.exe and MSI package into a single self-extracting executable. This…
Jason
  • 86,222
  • 15
  • 131
  • 146
3
votes
1 answer

.Net Setup Project/Upgrades and maintaining separate versioned folders

I've seen several articles online where people show how to create windows setup projects, and then subsequently use the same setup project to deploy updates as in: Updates to setup projects. When performing this sort of install though, the previous…
mservidio
  • 12,817
  • 9
  • 58
  • 84
3
votes
2 answers

How to troubleshoot - ImportError: Could not import settings 'mysite.settings' when deploying django?

I've had my django app deployed and working perfectly with apache and mod_python, according to the apache deployment instructions. But since I changed the project structure somewhat, I haven't been able to get it working. No matter what I try, I…
amarillion
  • 24,487
  • 15
  • 68
  • 80
3
votes
4 answers

How to deploy a build react app in your existing Laravel site as subdomain?

npm run build I build a simple react app; this is what I see in build/ folder jdoe@AIR  ~/Sites/react/alphabets/build   main ±  tree . ├── asset-manifest.json ├── favicon.png ├── index.html └── static ├── css │   ├── main.f05a5dc1.css …
code-8
  • 54,650
  • 106
  • 352
  • 604
3
votes
0 answers

.NET 5 Projects with Packaging Projects fail to build after VS2019 Upgrade to version 16.10

Following issue occurs only on .NET Desktop Projects that also include Windows Application Packaging Project. After my VS2019 was updated to version 16.10, all my .NET 5 projects that also include a Windows Application Packaging Project fail to…
nam
  • 21,967
  • 37
  • 158
  • 332