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”…
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…
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…
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…
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…
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…
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…
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…
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 ?
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…
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…
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…
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…
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
…
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…