[WiX-users] Start Menu Shortcut Problem

2009-04-08 Thread Lanteigne, Alan
...@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 wrote: Hello Wix World: While trying to setup

[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

[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

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
:\WixProjects\ProjectB\ProjectB.wxs By the way, 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

[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

[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? ScheduleReboot After=InstallFinalizeINSTALL=ALL/ScheduleReboot ..or something Thanks, Alan

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

2007-11-15 Thread Lanteigne, Alan
: 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 installations using

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

2007-11-15 Thread Lanteigne, Alan
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 Lanteigne, Alan wrote

[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: CustomAction Id=Restart Property=REBOOT ExeCommand= Impersonate=yes Return=ignore / Property Id='REBOOT'FORCE/Property Publish

[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]

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

2007-11-14 Thread Lanteigne, Alan
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@lists.sourceforge.net Subject: Re: [WiX

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

2007-11-14 Thread Lanteigne, Alan
of 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] New to WIX, trying to get a UI to appear in my MSI

2007-11-13 Thread Lanteigne, Alan
, 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] New to WIX, trying to get a UI to appear in my MSI

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

2007-11-13 Thread Lanteigne, Alan
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?func=detailaid

[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: CustomAction Id=RunNoShell Property=NOSHELLPROP ExeCommand= Return=ignore / Property Id=NOSHELLPROP

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: wix-users

[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

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 use VOTIVE

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-users

[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 get a UI to appear in my MSI

2007-11-08 Thread Lanteigne, Alan
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); wix-users

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

2007-11-08 Thread Lanteigne, Alan
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, November

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