[WiX-users] Clickthrough Current Status

2008-06-21 Thread Andrew Smith
Hi - Quick question - what is the current status of clickthrough? With 3.0.3801 it crashes when attempting to create the feed. Has clickthrough been maintained or developed since this release? Is it anywhere near suitable for production use? Many thanks Andrew ---

Re: [WiX-users] Separate ExitDialog for Uninstall

2008-06-21 Thread Troy Simpson
I'm not sure how much "research" I would have needed to discover I did not add a 'hidden' attribute to the control. It was a bad assumption on my behalf that a condition to "show" does not imply an otherwise non-displaying state. The private property to use is: WixUI_InstallM

Re: [WiX-users] DTF custom action questions

2008-06-21 Thread Jason
Did you add a element for each CA dll? On Fri, Jun 20, 2008 at 3:25 PM, Evans, Jim <[EMAIL PROTECTED]> wrote: > Thanks Jason, this gets me most of the way to where I need. Let me see > if I understand this correctly: > > * I create two elements in my WiX project, one for the > immediate custom a

[WiX-users] Registering MMC 3.0 Snap-ins

2008-06-21 Thread Nahappan SM
Hi, I developed an MMC 3.0 snap-in in C#. It needs to be registered after installation for the snap-in to appear in the list of snap-ins in MMC. Apparently there is an MMC Extension in WiX 3.0 which makes the necessary registry entries (its not a good idea to run installutil.exe as a custom action

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Troy Simpson
This one seemed to get lost in the mail too... It's pivotal to getting my suggestion working as advertised (see update for lit command below): > -Original Message- > From: Troy Simpson [mailto:[EMAIL PROTECTED] > Sent: Saturday, 21 June 2008 12:30 PM > To: 'General discussion for Windows

Re: [WiX-users] Newbee - How to convert MSI into XML and back toWIX MSI?

2008-06-21 Thread Bob Arnson
Mathur, Uttam (GTS) wrote: > BTW, I am using the latest WIX (ver 3.0.2925.0). > Try using a release from http://wix.sourceforge.net/releases/ instead. -- sig://boB http://joyofsetup.com/ - Check out the new SourceForge

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Bob Arnson
Troy Simpson wrote: > lit.exe -out WixUI_MyMondo.wixlib > You don't have to create a .wixlib; just add WixUI_MyMondo.wxs (or .wixobj) to your project. The dialog set will continue to pull unmodified resources from WixUIExtension. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Bob Arnson
Neil Sleightholm wrote: > This seems to be quite a common requirement, in my experience internally > distributed applications don't need it. Would it be possible to make the > license dialog optional, e.g. if WixUILicenseRtf is empty, Id="WixUILicenseRtf" Value="" />. > Maybe, though it wouldn

Re: [WiX-users] Error trying to install VS2008 merge module files

2008-06-21 Thread Bob Arnson
Mike Rerick wrote: > I am trying to install the VS2008 merge modules onto my system and am > getting an error. > > > > Error 1309 - Error reading from file. C:\Windows\winsxs\dlATLx86\atl90.dll. > Verify that the file exists and that you can access it. I have the choice to > Abort, Retry or Ignor

[WiX-users] Driver installation

2008-06-21 Thread Ryan O'Neill
Hi all, I have a vbscript Custom Action that installs a port monitor, printer driver, printer and also sets the default printer. I'd like to migrate this to something more sturdy. I've seen notes about difxapp but not much mention of it lately, is it working OK under 3.0 and would it do all

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Troy Simpson
The lit command should actually read: lit.exe -out WixUI_Subversion.wixlib WixUI_Subversion.wixobj Troy > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [EMAIL PROTECTED] On Behalf Of Troy Simpson > Sent: Saturday, 21 June 2008 10:07 AM > To: 'General discussion for

Re: [WiX-users] Skip EULA (Wix3)

2008-06-21 Thread Neil Sleightholm
This seems to be quite a common requirement, in my experience internally distributed applications don't need it. Would it be possible to make the license dialog optional, e.g. if WixUILicenseRtf is empty, . Neil Neil Sleightholm X2 Systems Limited [EMAIL PROTECTED] -Original Message- Fr