From the MSDN documentation: Microsoft Windows Installer is an installation and configuration service provided with Windows. The installer service enables customers to provide better corporate deployment and provides a standard format for component management. The installer also ...

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

Wix 2343 Error When using BrowseDlg

I am getting a 2343 error from my Wix .MSI when trying to select an installation directory on a button's push event. The code is first running a custom action to set the _BrowseProperty and then ...
0
votes
1answer
23 views

Get list of target files from MSI [Resolved]

Is there any way to easily get a list with a full target files from MSI package file, without unpacking it? And store it, for example, in a text file? Any info will be appreciated. Thanks! UPDATE: ...
1
vote
1answer
15 views

Changing Load Location of Outlook plugins

We have created a VSTO Plugin for Outlook. Is it possible to make Outlook look a directory outside of C:\Program Files for the location of plugins?
0
votes
1answer
15 views

run script of batch file from within WIX

I implement wix to generate some msi. I'd like to maintain .bat file (that is packed within this wix project) to contain some work to do (and to be activated with some custom action) I added the .bet ...
0
votes
0answers
10 views

Uninstalling related products remotely

I need to remove installed software remotely. I know the related products Guid but do not have the Product Id Guid. I have tried using WindowsInstaller, which says that the class is not registered, ...
0
votes
0answers
16 views

How do I create multiple versions of an installer?

I have an MSI installer project. I need to be able to compile two different versions of the MSI (Download and CD). Certain files will be included in the CD version, and excluded in the Download ...
0
votes
0answers
9 views

Failed to delete task during uninstallation since access denied

all, I am writing a MSI through Wix2.0, I use custom action to call dll function to create/delete windows scheduled task, the task will run as SYSTEM. It works well on XP, but on Win7, I can ...
0
votes
2answers
32 views

Automated Uninstall Service via MSI Not Working

I am writing a powershell script to deploy a .NET 4 Windows Service to a 2008 server via a generated MSI. A fresh installation runs fine, but when I rerun and it tries to uninstall it, the script ...
0
votes
1answer
24 views

Installshield does not consider revision number in warning

Lets say my current production version is 1.2.3 and the new product version is 1.2.3.4. Now, during installation, it will throw a warning message saying something like "The setup has detected the ...
1
vote
0answers
28 views

Run c# appication for all account users in same workstation

I have created a deployment file`msi) using VS Setup project. This msi file create a shortcut in desktop. Application shortcut working fine i.e. it open the application and running fine while logged ...
0
votes
2answers
30 views

Windows installers for windows 8

I've recently built a Software project in Java. And now its time I build the installer package for the software. I've tried windows installer 4.5, but it couldn't even install on my pc. The operating ...
0
votes
1answer
29 views

Installer StartMenu Shortcut points to folder, not .exe

I have followed every tutorial I can find, but I keep having this problem. The shortcut in the Start Menu, created by the installer, points to the directory my application is in, not to the actual ...
0
votes
0answers
15 views

WixUI_Advanced fails ACK for per-user test

I am creating an desktop app MSI that using WixUI_Advanced for dual scope support. However the production MSI causes a warning on Windows App Certification Kit: WARNING Install to Program Files ...
0
votes
1answer
22 views

How do I call a .msi from a console application exe

What is the easy way and maybe the "best" way to have a console application call an .msi, in a batch file i would use: msiexec /i MPSApp.msi I did find this code, is this a "good" way? string ...
0
votes
0answers
15 views

Intermittent error 1310 with MSI installation

One of our MSI installers has an intermittent problem that I cannot fathom. I cannot even work out where I should look for more information. Sometimes when installing (or repairing a previous ...
0
votes
2answers
20 views

Bundle Flex AIR application with ffmpeg

In my Flex AIR application, I use ffmpeg via the NativeProcess API. When user installs my application, I would like him to install ffmpeg as well. Ideally, he would have it after installing my ...
1
vote
2answers
42 views

Is it possible to target Windows Installer 3.0 with the Visual Studio 2012 compiler?

Recently Microsoft recanted their decision to drop support for Windows XP with Visual Studio 2012 Update 1. I've been told by our Product Manager that I can move to using the 2012 compiler provided: ...
0
votes
0answers
24 views

MSI Package keeps uninstalling - why?

I've defined the following MSIPackage in a chain (burn 3.6) <!-- DacFramework x86--> <MsiPackage Id="msi_DacFramework" SourceFile="..\..\External ...
0
votes
3answers
18 views

What arguments are passed to msiexec on uninstall

I know this information exists but I'm really struggling to find a source. Where can I find what selecting "remove", from add/remove programs, passes as arguments to msiexec to uninstall the ...
-1
votes
0answers
10 views

Data from Tally ERp9.0 to SQL Server [closed]

Can some guide me is there any chance to migrate data from tally ERP9.0 to SQL Server 2008. If possible please let me know how. I am very new to SQL Server. I am using SQL Server 2008r2 in windiws ...
0
votes
1answer
19 views

Applying an MST to multiple MSIs

Is it possible to apply an MST to multiple MSIs? If I have a suite of products that I want to deliver, what I would like to be able to do is (the way I understand mst and msi) to: Product.msi ...
0
votes
1answer
24 views

Including DLL in a MSI installer

Am on work experience placement and my boss is having trouble with this, Was hoping someone could help (And make me look clever :P). Have spent the last couple hours looking through stuff, without ...
1
vote
0answers
22 views

python, making a windows msi installer from a zip file

I used Esky to make a frozen version of my app but the output is a zip file which is supposed to be extracted to work. What library makes a nice installer (uninstaller) that just asks for a folder and ...
0
votes
1answer
18 views

Not all dll-s gets deployed from the MSI into IIS7

We have a .NET web application with a web setup project that results an MSI. The installer works fine for Win2003 IIS6. However, if we run the same MSI under Win2008 IIS7, one of our dll-s does not ...
0
votes
0answers
14 views

Run an EXE from MSI Installation Script

Is it possible to run the exe before installation of the msi.Actually i need to take the backup before installation of the msi,this all i need via the installation of the msi. any help highly ...
0
votes
0answers
11 views

How to make an app available for other users after installation? [migrated]

I hope there is a way to do this, Let me explain it: When you install a software on Windows, you are asked to do it for everyone or just for the current user. Well, I made a mistake, I installed it ...
0
votes
2answers
37 views

Method to set shortcuts to network drives using WiX Burn

I am creating an installer for an application that is broken into two parts. The first part is an msi that is installed on a server. It includes all of the product executables and data files as well ...
1
vote
1answer
24 views

Override Publish within UIRef in WiX

I have an UI library with this code: <Fragment> <UI Id="My_UI"> <Dialog Id="Dialog_A"> <Control Id="Button_Next" Type="PushButton" Text="Next"> ...
0
votes
0answers
13 views

Visual Studio Setup project not registering DLL on upgrade

I have made an Outlook add-in and it works fine, I deploy it through an MSI and it registers the DLL correctly. I've been updating it and incrementing the build number of both the assembly and the ...
0
votes
1answer
16 views

How to: access the path of the MSI file in the c# code?

Actually while installing the MSI installer I have to run the console application also, and for that I want the path where I'll be installing the MSI installer. Somewhere it is written to use the ...
0
votes
0answers
22 views

Choosing language manually in multi-language WiX installer

I would like to build a multi-language installer for my App which is currently available in English and German. I will make the English Installer default and use a transform for the German Installer. ...
0
votes
2answers
35 views

wix - set property value based on condition

I searched through several threads at stackoverflow, but nothing helped me. Problem is: I look in the registry for some value (I know how to do that). I know how to set property. But I cannot find the ...
0
votes
1answer
35 views

WiX/MSI: Redirect stdout to file, type 50 custom action

I have a WiX installer all rigged up to run SqlPackage.exe to deploy some installed .dacpac-packaged SQL applications to a database. Actually deploying the database files as follows will succeed: ...
0
votes
1answer
25 views

replace an application using wix

I maintain two flavors of an application. Only one should be installed on each machine. Let's say that I got application A installed on a machine. Now the user wants to install application B. The ...
3
votes
1answer
108 views

How do I determine if services.msc snap-in is loaded into mmc console?

I need to prompt user to close services.msc snap-in on program uninstall. How do I do that?
0
votes
0answers
12 views

Error Attempting to read from the source install database C:\Windows\Installer\*.msi

Would appreciate some help troubleshooting and solving the problem I currently have with installing an msi on a remote machine please. I am able to successfully build and install the same *.msi on my ...
0
votes
0answers
13 views

Re-cached msi still running old custom action

I have made a change to a custom action in my msi file to not attempt to stop a windows service if the service is stopped or stop pending. However, after re-caching the msi using msiexec /fv ...
-1
votes
1answer
33 views

Wix : “Installed” condition always true when installing or uninstalling

i have an wix installer which do some works, and at the end, launch RSYNC installer (it's a .exe, no problem to have both working at same time) But when uninstalling, i want to remove RSYNC too. ...
0
votes
1answer
23 views

uninstall does not call the custom action always

I have made a setup of a web application which could be installed multiple times in the same machine. I need to remove the sites created during installation at the time of uninstallation process. For ...
0
votes
1answer
38 views

Debugging “service failed to start” Windows Installer error

I have a simple msi written in WiX that installs a native NT service. After I have made some changes in the msi it fails at StartServices standard action with the error "service failed to start, ...
0
votes
1answer
52 views

How to ask user whether to overwrite an existing file when installing an higher version?

Recently I was creating a Windows Installer package using a WiX Setup project, and I have following requirements: When copying a versioned file to the Windows System32 folder, if the same file with ...
0
votes
0answers
10 views

HyperLink URL in WISE installation script

I want create HyperLink URL in WISE installation script "message box" and "Terminate Installation" message box.
1
vote
2answers
58 views

Application doesn't launch after packaging up

I am in the middle of creating an application in which needs to be packaged up using a WIX installer package. I am very new to using WIX, but I have spent time and effort to learn it so I can ...
0
votes
0answers
63 views

What means ReturnValue: 3 of win32_product install method

I am using powershell and WMI to install msi package on remote machine, and getting return value 3 when trying to install. It's strange, because before installation my script checks for installed ...
0
votes
1answer
27 views

msi log: Something about Client State

Component: ComponentName; Installed: Absent; Request: Local; Action: Local; Client State: Unknown Help me please. Above you can see usual string from msi log. Where can I find information about ...
0
votes
1answer
48 views

WiX: Custom installation folder

I am new user of WiX. In installer which I am trying to develop, I need install files to some existing subfolders of C:\Users\Public\Documents. So my questions are: 1. How to check in wix if directory ...
0
votes
1answer
38 views

Get msi installer filename from custom action script

we have msi installer build with MSI Factory with a couple of custom action scripts (lua & vbs). one of the scripts try to get a custom property from package and write it to file after ...
0
votes
0answers
35 views

Generating an audit report for WIX based installer

Assume for a moment we have an installer based on WIX (Windows Installer XML) that doesn't use any custom actions other than that provided by WIX itself. Now assume the installer (aka MSI) is being ...
0
votes
2answers
24 views

Non-installing MSI file

I am currently working on a tool for system administrators that can be used to update all clients of a Windows AD. It needs to work with Group Policy and SMS for the purpose of doing mass-updating. ...
0
votes
0answers
29 views

Visual Studio 2010 ultimate freezes while installing

I have problems installing Visual Studio 2010 Ultimate on Windows 8 Pro. First, the DLLs got loaded, then when the progress bar gets loaded, it freezes and nothing happens. Also, when installing ...

1 2 3 4 5 68