0
votes
2answers
22 views
why does windows installer start up everytime i start up visual basic 6
it starts up windows installer with random applications on my machine . . after i click cancel a few times, it loads vb6 fine.
any ideas why this is happening?
1
vote
2answers
42 views
Understanding GUIDS, updates, and patches with Windows-Installer
Hi, I'm learning about Windows-Installer and Wix, and have a number of questions related to how it works:
If a component GUID changes, but the same files are in the component, w …
0
votes
2answers
17 views
Correct place to install demostration projects?
With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to *%ProgramFilesFolder%\OurApplication\demo\* since restricted use …
3
votes
2answers
49 views
Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)
Hello,
I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which …
2
votes
3answers
35 views
How to allow users to install multiple copies of an msi file
I want to allow my users to install multiple copies of my application on a single PC; one for testing purposes, one for production system. The install is a MSI file created direct …
1
vote
1answer
14 views
How can I create an automated test for valid WIndows installer certificates?
We have a situation where for some reason the certificates on our Windows Installers for our product tends to get broken or go bad. Never mind why, the key is that it is not curre …
0
votes
1answer
27 views
WPF deployment project: trigger another msi installation during commit stage of the original installer
Hi everyone,
I am having a WPF project and created a deployment project. I was able to get the installer running and it works fine. Now during the commit stage of the application, …
1
vote
2answers
25 views
VS 2005 Setup - HKCU
I am trying to fix an existing application that uses a Visual Studio 2005 setup project.
We are requiring it to work on limited user accounts for XP, our app is written in C# for …
1
vote
2answers
46 views
How do I programmatically detect success or failure when installing an MSI?
I have a bootstrapper application which installs several MSI packages. However, it seems that windows installer does not return any error code if the installation fails. For exampl …
1
vote
3answers
41 views
tutorial on generating MSI
Exact duplicate: What is the best choice for building Windows installers
Exact duplicate: Best Windows installation file creator
I have a customer who is new to generating VB.NET …
2
votes
1answer
78 views
WIX, Dot Net managed custom Action, dynamically fill combo box with SQL Server instances, MSI
In WIX am in-need of a dot net managed custom code to dynamically populate a combo box with the values of sql server instances in that network.
I tried to google but got nothing …
0
votes
1answer
16 views
Implementing ‘Update’ functionality
I want to implement the 'Update' functionality for one of my .NET application. I saw that the 'Advanced Installer' contains this functionality.
Anybody recommends Advanced Install …
0
votes
1answer
34 views
Error in PDFCreator setuplog.txt Port and Print Monitor
I am trying to create a setup for SourceForge PDFCreator using Inno Setup and getting following error in Setuplog.txt:
Printerdriver-Directory (Environment: Windows 4.0):
Result …
5
votes
7answers
94 views
Good .NET Application Installer
Hi All,
I have a windows application I want to create an install package for and am wondering what the best solution(s) are. I have used the free Setup Project that comes with Vi …
0
votes
2answers
12 views
Are tables supported when displaying RTF files in Windows Installer
I'm creating a Windows Installer setup file using Wix and the standard UI library. I've supplied my own RTF file for the license agreement, but tables are not displaying correctly. …
