windows-installer Questions

5

Solved

I have Python 2.7.2 installed in the default location, C:\Python27. I've downloaded pysvn 2.7 from http://pysvn.tigris.org/project_downloads.html > Windows installation kits. Pysvn Windows insta...
Responsion asked 20/1, 2012 at 12:47

5

I read a little of the help for my advanced installer 6.5.1 and couldn't find a way to change the version string except by hand.

3

I'm creating a -wxs file from dir using heat.exe and now would want to generate/create msi from wxs file using command line utilities with out visual studion. One of the user suggested in below q...
Nocturn asked 7/10, 2014 at 10:45

8

Solved

Error 1001. An exception occurred while uninstalling. This exception will be ignored and the uninstall will continue. However, the application might not be fully uninstalled after the uninstall...
Implausibility asked 15/4, 2013 at 23:24

5

I have a WiX bootstrapper bundle: <Bundle Name="blah" Version="1.0.0" Manufacturer="blah" UpgradeCode="some-guid-string"> When I generate a new build and try to install it over a previous ...
Ruy asked 27/10, 2014 at 20:34

1

I'm trying to create an installer for an Winui3 app and add to it an external msi file. So far I've tried Wix toolset and Microsoft Visual Studio Installer Projects but both create an msi file cont...
Marylou asked 24/2, 2022 at 14:14

2

Need help with dockerizing legacy application I have a legacy app which contains multiple components(msi installers). These components use variety of technologies like C#, windows forms, C++, MFC, ...
Davies asked 25/4, 2019 at 9:49

5

Solved

Stackers, I am trying to get (from an MSI of Chrome Enterprise) a version number. After I download Chrome as a .MSI , I notice that I can see a number of properties. The one I want to be able to ac...
Hundred asked 28/4, 2022 at 16:40

3

Solved

This seems really odd. I have a program installed (via a WiX installer) and I'm trying to uninstall it programatically (using c#) so I use msiexec.exe /x{product-code-GUID}. The program is uninstal...
Resinoid asked 14/2, 2019 at 19:41

8

I would like to modify an MSI installer (created through WiX) to delete an entire directory on uninstall. I understand the RemoveFile and RemoveFolder options in WiX, but these are not robust enou...
Proust asked 26/11, 2008 at 14:41

8

Solved

I'm trying to automate the uninstallation of packages created using WiX for the purposes of changing the installed software stack & configuration without reprovisioning a whole OS. Eventually I...
Burtis asked 31/1, 2014 at 23:0

12

I have tried to create a custom action for a Visual Studio Installer project to modify the permissions for a config file. The Installer.cs is as follows: public override void Commit(IDictionary s...
Litter asked 9/11, 2011 at 10:16

2

i am recently looked at jpackage there is any option automatically adds the appilication to startup, For Example consider I have, App.java package org.openjfx; import javafx.application.Applicatio...
Invigorate asked 26/9, 2021 at 13:6

20

Solved

I have been receiving this error for a while when using devenv on an automatic build. I have gone through every website I can find, and the usual answers mention refreshing dependencies (Which I be...
Shyster asked 27/12, 2011 at 19:25

3

Solved

I'm trying to make an install that puts a copy of the same files in multiple places... is there a simple way to do this? eg. if I wanted to put a.txt b.txt c.txt into all of the following directo...
Apanage asked 13/10, 2009 at 2:22

3

I have the problem described here. Any attempt to install AspNetDiagnosticPack.msi C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualStudio.AspNetDiagnosticPack.Msi,version=15.0.40314...
Linesman asked 23/4, 2018 at 14:26

3

Solved

Is there a possibility to retreive the MSI product code out of a MSI file without installing it with PowerShell? I want to compare the product code of a MSI file with the MSI codes installed on a m...
Bagwell asked 10/8, 2015 at 12:4

3

I am trying to run a powershell script to install an application using msiexec.exe. msiexec.exe /a "C:\Users\tempuser\Desktop\AppInstall.msi" /passive wait So I want the installation to be co...
Berfield asked 20/7, 2016 at 12:56

6

Solved

I'm currently going through the installation process for Visual Studio 2017 Community Edition to use with C++. Halfway through installation, I get an error stating "The feature you are trying t...

5

Solved

I have an MSI file built from my C# Visual Studio 2010. The version is set through the Version property. I wanted to know if there is a way to determine the version without having to install the fi...
Canister asked 22/8, 2011 at 10:4

3

Solved

I have added an Installer class and within the class i'm overriding Install method. Within this method i want to get the path where MSI is being installed? (Directory user have chosen to install th...
Outrage asked 30/6, 2013 at 13:33

8

Solved

I often get a problem with Windows Installer trying to uninstall a package, but it complains that: The feature you are trying to use is on a network resource that is unavailable. Is there a kn...
Martymartyn asked 2/12, 2008 at 16:9

3

Solved

I cant work out how I would tell from the installer msi, what AssemblyVersion of the application it will install is. I would like to make a request every few hours to a network location, check the...
Orman asked 13/4, 2018 at 11:56

6

Solved

I have a Deployment Project for my VS2008 C# application. When installing a new version of my application I want to make sure that files are updated with the files contained in the installer. I wa...
Vervet asked 1/11, 2010 at 14:41

9

I have Win 10 When running: conda update conda I encountered this error: RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment. Nothing ...
Jaymejaymee asked 19/8, 2019 at 2:30

© 2022 - 2025 — McMap. All rights reserved.