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 ...
0
votes
1answer
20 views
How can I automatically add dashes in between PIDKEY entered by a user in Windows Installer?
Is it possible just using Windows Installer native functions, or should I use some kind of a custom action?
PS. I'm using Edit control to get PIDKEY not MaskedEdit control.
0
votes
0answers
14 views
Should inform user to force to use 64-bit msi on their 64-bit machine[SOLVED]
For those trying to load the 32-bit version of any msi on a 64-bit Windows, the installer must strongly recommend they install the 64-bit version msi - to get the best experience. Is there any way to ...
0
votes
0answers
18 views
Office PIAs and Application Packaging
I inherited a project that I'm trying to gain a better understanding of the reasons certain decisions were made as I prepare for the next release. The existing product was designed to work with Office ...
-2
votes
0answers
16 views
Installer for PHP Project [closed]
I am looking for an Tool that can create an installer from my existing xampp install, where I have the project running in a test environment. The installer should be able to run bat files to install ...
0
votes
2answers
16 views
Cannot open Windows Installer (msiexec.exe)
I am having a problem where windows installer will not open. I am running Windows 7 Home Premium and when I try to open msiexec.exe, I get this message :
Windows ® Installer. V 5.0.7601.17514
...
0
votes
2answers
33 views
WIX- Reinstalling MSI - not registring the component
I have created an MSI using WIX. This is working fine for install/Un-install.
When i tried to re-install the MSI it shows lot of errors. from the log it shows that could not register component.
...
0
votes
0answers
21 views
Register sharpshell assembly with setup.
I was looking for a way to add a menu item on right click for special files until I found this article SharpShell
I was able to write my modified shell and to register it using ServerManager.exe.
...
0
votes
1answer
30 views
Copy MSI into a directory as part of installation
I am using the latest release of WiX to build my installer projects, and need a solution to my problem...
When I install ProductA.msi, i want ProductA.msi to copy itself into a directory, call it ...
1
vote
1answer
24 views
open file dialog not working from Installer class inn c# application
I have designed my project MSi file through Visual Studio 2010 Setup and deployment project in which I added one custom action. In the custom action, I am opening OpenFile dialog . It is working fine ...
0
votes
0answers
13 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
35 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
25 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
2answers
25 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
12 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
20 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
10 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
34 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
25 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
29 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
33 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
32 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
25 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
23 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
46 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
25 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
25 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
14 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
20 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
24 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
15 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
39 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
25 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
19 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
25 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
38 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
42 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
109 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
13 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
14 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
35 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
27 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
56 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 ...


