Tagged Questions

0
votes
1answer
14 views

Smart Software Installer - resume at last failure

Hello folks, Has anyone out there ever written your own software installer in .Net that has a "pickup at last failure" ability baked in? e.g. Let's say the install copies a bunch …
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 …
1
vote
1answer
27 views

3rd party Wix libraries

I am just getting started with Wix. I see there there a several libraries included with the default Wix install. I also see that users can create their own libraries(wixlibs). A …
0
votes
1answer
25 views

.deb package conffiles problem

I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly upda …
1
vote
3answers
41 views

.NET Deployment Options with Patch management / Automatic updates

What are the options available to deploy a .NET desktop application built using WPF other than ClickOnce? Top priorities are should work over the wire (internet or intranet) up …
0
votes
1answer
21 views

Is it possible to know if an installer is installing/updating/removing in a Custom Action?

Is it possible to know if an installer is installing/updating/removing in a Custom Action? We've made a Custom Action dll in C# and it would be interesting if we could detect what …
0
votes
1answer
13 views

Avoid proceeding to the next dialog with a condition in a WiX installer

Does anyone know if/how I can stop a WiX-based MSI installer from proceeding to the next dialog when a certain condition is met? I have the following code: <Dialog Id="SelectII …
0
votes
1answer
23 views

I need to create a Windows 6.1 installation archive: what is the best method?

I need to create a Windows 6.1 mobile installer that will install a small C# application. The installer also needs to be able to copy a .properties file into the installation di …
0
votes
2answers
16 views

Visual Studio:How to show a link after installation had finished?

Within an installer build using Visual Studio 2008 I like to show a link to a website at the end of the installation that the user can click to open the URL inside the standard bro …
3
votes
2answers
48 views

Building an installer that can install the same package multiple times (to different folders) with multiple configurations

Hi, We have a bit of an odd setup, which comes from the fact we provide hosted installations of our software to our clients, and each client may be on a different version of our s …
0
votes
1answer
18 views

How to hide Startup icon in installshield

I create a shortcut on startup folder through installshield. i want to load that exe on startup , but i don't want to show that shortcut in program file--> startup folder, How can …
1
vote
2answers
43 views

Is it possible for 32 bit NSIS to launch a 64 bit program?

I'm porting a windows program from 32 -> 64 bit. It has a 32 bit installer which is written using NSIS. Can I launch one of my new 64 bit exes using the 32 bit NSIS installer? I …
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 …
3
votes
5answers
136 views

Best tool to create MSI

Hi, I am new to setup project creation. Now I am using Visual studio 2008 to create setup file (msi) for my project. I am quit uncomfortable in creating my own custom forms in the …
3
votes
1answer
93 views

How to find out if a windows restart is needed?

I've built a setup.exe in c# that runs several chained MSI's (with the /QUIET /NORESTART ). At the end I'd like to check if a reboot is needed in the machine (that is, if one of th …

1 2 3 4 5 41 next
15 30 50 per page