[WiX-users] Start Menu Shortcut Problem

2009-04-08 Thread Lanteigne, Alan
ID: <49db8a83.6010...@wixtoolset.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed It's annoying. This old blog entry should explain more: http://robmensching.com/blog/archive/2007/04/27/How-to-create-an-uninstall-shortcut-and-pass-all-the.aspx Lanteigne, Alan w

[WiX-users] ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table.

2009-04-07 Thread Lanteigne, Alan
Hello Wix World: While trying to setup a shortcut to an EXE, I'm getting this error: ICE64: The directory ProgramMenuDir is in the user profile but is not listed in the RemoveFile table. I thought I had done everything correctly but apparently I'm missing something. Googling shows something a

Re: [WiX-users] Create custom dialog for Votive & VS08 project - Radio Button to select different versions of same file

2008-07-18 Thread Lanteigne, Alan
, I've simplified things a little for the example. I actually have about 6 different config files. I'm stuck! Any advice would be appreciated... Alan From: Lanteigne, Alan Sent: Friday, July 18, 2008 9:18 AM To: 'wix-users@lists.sourceforge.

[WiX-users] Create custom dialog for Votive & VS08 project

2008-07-18 Thread Lanteigne, Alan
How can I create a custom dialog with a radiobutton group using Votive? I've found instructions for doing so at: http://wix.sourceforge.net/manual-wix2/WixUI_dialog_library.htm but it looks like they don't apply to Votive. Under the "Customizing dialog sets" section, several files are list

[WiX-users] Mutually Exclusive Features/Components

2008-07-17 Thread Lanteigne, Alan
How can I install separate versions of files based on user selection? I have an installer I've created that currently has 4 features, one for each specific flavor of my application. I want the user to select which flavor they want at install time, and lay down the proper files accordingly. As of

[WiX-users] Opposite of REMOVE="ALL"

2007-11-16 Thread Lanteigne, Alan
I'm using REMOVE="ALL" to conditionally run a custom action when the software is removed. How can I do the opposite Conditionally run an action only when the software is installed? INSTALL="ALL" ..or something Thanks, Alan Alan S. Lanteigne | Channel Ready Solutions phone &

Re: [WiX-users] Trying to force a reboot prompt after setup completes -Unexpected external UI message

2007-11-15 Thread Lanteigne, Alan
mpletes. | | (Back) (Finish) | From: Chad Petersen [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 4:02 PM To: Lanteigne, Alan; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Trying to f

[WiX-users] Trying to force a reboot prompt after setup completes - Unexpected external UI message

2007-11-15 Thread Lanteigne, Alan
I'm trying to force a checkbox based restart (default being ON, for restart) after my installation is finished. To do so I've done this: FORCE WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 I'm not sure if I'm going about this the right way but I'm having trouble finding do

Re: [WiX-users] WiX MSI not removing REG entries during removal

2007-11-15 Thread Lanteigne, Alan
nother client exists Alan From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 8:11 PM To: Lanteigne, Alan Cc: János Brezniczky; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX MSI not removing REG entries during removal L

Re: [WiX-users] WiX MSI not removing REG entries during removal

2007-11-15 Thread Lanteigne, Alan
ROTECTED] Sent: Thursday, November 15, 2007 11:11 AM To: Lanteigne, Alan Cc: János Brezniczky; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX MSI not removing REG entries during removal Lanteigne, Alan wrote: What could cause this error? I've ensured there are no other inst

Re: [WiX-users] WiX MSI not removing REG entries during removal

2007-11-14 Thread Lanteigne, Alan
component: {193119C5-AF4B-4432-9406-FFB5C34DE70D} since another client exists Alan From: János Brezniczky [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 11:22 AM To: Lanteigne, Alan Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX

Re: [WiX-users] WiX MSI not removing REG entries during removal

2007-11-14 Thread Lanteigne, Alan
05, the MSI generated has the desired behavior...so it's got to be possible. Any ideas? Thanks for the help! Alan From: János Brezniczky [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 14, 2007 11:22 AM To: Lanteigne, Alan Cc: wix-users@lis

[WiX-users] WiX MSI not removing REG entries during removal

2007-11-14 Thread Lanteigne, Alan
During removal, should a WIX/Votive generated MSI remove any registry values it wrote during install? Or is there some place you have to specify that as the desired behavior? Thanks, Alan Alan S. Lanteigne | Channel Ready Solutions phone & fax +1.317.715.8293| [EMAIL PROTECTED] Intera

[WiX-users] Custom Action to call EXE during Uninstall

2007-11-13 Thread Lanteigne, Alan
Hello, I'm trying to get an EXE to fire off after un-installation occurs. Following several forum posts regarding similar attempts, I have come up with this: REMOVE="ALL" This appears to be corre

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-13 Thread Lanteigne, Alan
AM To: Lanteigne, Alan Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI Lanteigne, Alan wrote: I found a bug listed on souceforge for my problem: 1613071 - Unable to save VS project <https://sourceforge.net/tracker/index.php?fun

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-13 Thread Lanteigne, Alan
ual Machine to see if I can get it working on it. Thanks, Alan From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Saturday, November 10, 2007 6:29 PM To: Lanteigne, Alan Cc: Blair Murri; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Ne

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-09 Thread Lanteigne, Alan
The same error is showing? (that you can't save a new project, and can't successfully open an old one?) Alan From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED] Sent: Fri 11/9/2007 6:45 PM To: Lanteigne, Alan; Blair Murri; Bob Arnson Cc:

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-09 Thread Lanteigne, Alan
l the projectaggregator2.msi, it goes very quick with no dialog. Is that normal? Alan From: Blair Murri [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 8:39 PM To: Lanteigne, Alan; Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: RE: [WiX-users] New t

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
I sure did. I had previously installed an older version though. Does removing WIX also remove whatever the ProjectAggregator brought in? Alan From: Blair Murri [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 8:39 PM To: Lanteigne, Alan; Bob

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
rted. The project files are unavailable in Project Explorer. Does anyone have a solution for that? Thanks, Alan From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 7:40 PM To: Lanteigne, Alan Cc: Pierson Lee (Volt);

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
MAIL PROTECTED] Sent: Thursday, November 08, 2007 4:23 PM To: Lanteigne, Alan; wix-users@lists.sourceforge.net Subject: RE: New to WIX, trying to get a UI to appear in my MSI Are you getting it from wix.sourceforge.com? From: Lanteigne, Alan [mailto:[EMAIL PROTECTED] Sent: Thursday, Nove

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
I installed 3.2015, the latest votive installer I could find. Do you know of a newer one? Re-installing didn't help... From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 3:56 PM To: Lanteigne, Alan; wix-

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
normal? From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 3:44 PM To: Lanteigne, Alan; wix-users@lists.sourceforge.net Subject: RE: New to WIX, trying to get a UI to appear in my MSI No.. In Visual Studio you need to add a

Re: [WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
Is that the area of the sample file here: ? From: Pierson Lee (Volt) [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 3:13 PM To: Lanteigne, Alan; wix-users@lists.sourceforge.net Subject: RE: New to

[WiX-users] New to WIX, trying to get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
Hello, I have a product.wxs file properly defining where to place my program files via components in features and would like some kind of GUI to show up (Welcome, agreement, next, finish). Following a tutorial I found online, I added these two lines to the bottom of my product definition:

Re: [WiX-users] New to WIX, trying to use VOTIVE 3.0 but can't get embedded CAB working properly

2007-11-08 Thread Lanteigne, Alan
Oh, that's nice. That's working! Thanks, Alan From: Peter Marcu [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 1:05 PM To: Lanteigne, Alan; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] New to WIX, trying to

[WiX-users] New to WIX, trying to use VOTIVE 3.0 but can't get embedded CAB working properly

2007-11-08 Thread Lanteigne, Alan
I'm trying to package up a C# application I've made. The final installer will need to set some registry keys, but for now I'm trying to just get simple file copying to work. I've created a CAB file containing the EXE and a few supporting files by using cabarc.exe: cabarc N product.cab Release