0
votes
1answer
11 views
Can’t run eclipse on netbook MSi wind! HELP
I just got this MSI wind netbook and tried to run eclipse on it. I installed JDK6 on the netbook already. Whenever I open eclipse there is nothing show up on the screen except a "w …
0
votes
1answer
14 views
MSI Installer and custom folders
Hi!
I have an interesting problem. I created a MSI Installer for a .NET 3.5 Application. During the install process I ask the user for a custom folder name where application outpu …
0
votes
2answers
49 views
Windows installer technology how-to.
Hi, I am trying to create a custom installer technology for some fun and generic utility...I have experimented with several tools including Orca, WiX, VS S&D projects, NSIS, In …
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 …
1
vote
1answer
23 views
How to set the publisher in .Net msi installer
dear all , I created an installer in .Net , when i run that Installer (.msi) on windows 7, it show a popup unsecured publisher do you want to continue. How can i set the publisher. …
0
votes
4answers
40 views
msi install program as startup
is it possible to install a program as a start up program using MSI installer?
1
vote
0answers
14 views
How can an MSI prompt the user for parameters to configure an MSM?
I have an application BACK which is packaged in an Merge Module, and installed with another application FRONT which is in the main MSI package. These are created via projects in M …
2
votes
1answer
81 views
Visual Studio Setup Projects: Cleartype
I use a Visual Studio Setup project to create an installer for some assemblies. However, the fonts the installer uses are always aliased, and don't appear to be the Windows standar …
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 …
0
votes
2answers
25 views
Web Setup Project - Repair to overwrite files
Hi,
I have a web setup project that creates an MSI. After first installation, my web site has some config files that can be modify manually.
When triggering that MSI again, I am …
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, …
0
votes
1answer
17 views
How can I disable the WebSite action in Wix when no web features are selected?
The Wix WebSite action has to be specified outside of a Component if you want to safely use the Default Web Site (by safely I mean the installer won't remove the default site on un …
1
vote
1answer
29 views
What is the recommended way to build MSI packages in VS 2010?
Last year I heard that Installer Projects were going away and we should be switching to Windows Installer XML. Whatever happened with that?
So you know where I'm coming from, supp …
0
votes
1answer
11 views
Modifying Patch Creation Properties (.pcp) file programmatically?
Is there a way to script the complete process of a hotfix build using msiexec.exe and msimsp.exe with a Patch Creation Properties file?
I use msiexec.exe to create network install …
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 …
