Re: [WiX-users] File Costing

2008-04-04 Thread Dustin Johnson
I think I figured out the issue.  I thought that the OutOfDiskSpace property was failing to be recalculated, but I was wrong.  Instead it was recalculating and still the C:\ drive didn't have enough space.  Thanks! -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758

[WiX-users] File Costing

2008-04-04 Thread Dustin Johnson
I know that this has been discussed here before, but I'm having problems with file costing.  I want to determine if there is free space on the selected volume right after the install directory is selected.  I would be very appreciative of being pointed in the right direction. -- D

[WiX-users] Property Change Event

2008-03-12 Thread Dustin Johnson
I'm trying to get the next button to behave similar to the next button in the license agreement dialog.  The twist here is that the property change comes from a custom action.  Is it possible to get the property change event to effect a change in a control? Thank you! -- Dustin Johnson

Re: [WiX-users] Property Change Events

2008-03-07 Thread Dustin Johnson
Is there no way to fire a property change event from a custom action DLL? -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758-2781 www.cacetech.com Dustin Johnson wrote: I apologize if this is old hat, but I am looking to validate a serial number.  There are two buttons

[WiX-users] Writing Property to Registry

2008-03-07 Thread Dustin Johnson
ill I have to do it manually with my custom action dll? -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758-2781 www.cacetech.com smime.p7s Description: S/MIME Cryptographic Signature - This SF.net ema

[WiX-users] Property Change Events

2008-03-06 Thread Dustin Johnson
36:11:627]: Connected to service for CA interface. MSI (c) (78!D0) [12:36:11:682]: PROPERTY CHANGE: Adding SerialAccepted property. Its value is '1'. Action 12:36:12: _InstallDirDlg. Dialog created Action 12:36:12: _InputSerialDlg. Dialog created Action 12:36:17: Can

Re: [WiX-users] WiX CheckBox and Transparency

2008-02-07 Thread Dustin Johnson
I made the checkbox width and height 10 pixels each.  Then I set a text control to act as the checkbox text.  This provides the desired look, but the text no longer checks and unchecks the checkbox.  I figured that it was worth it in my case, though. -- Dustin Johnson CACE Technologies Tel

[WiX-users] Launched Applications Buried

2008-02-05 Thread Dustin Johnson
Whenever I launch an application, no matter if it is from a custom action that I wrote, or a type 17 custom action, the spawned application's window always appears behind the installer.  Is there a simple way around this? -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 53

[WiX-users] Increment Progress Bar?

2008-02-04 Thread Dustin Johnson
How do I increment the progress bar in a custom action?  Actually, any information on how to handle a progress bar would be very helpful! Thank you, -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758-2781 www.cacetech.com smime.p7s Description: S/MIME Cryptographic

[WiX-users] Advance the Progress Bar

2008-02-02 Thread Dustin Johnson
  I know that I can use a DLL to do the work for me, but that seems a bit overkill for my needs.  All I want is to move the progress bar to 5% or so before executing the external installer. Thank you so much for any responses! -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-

Re: [WiX-users] Checking for executable version number

2008-02-01 Thread Dustin Johnson
Alex,    Thank you!  I see that FileSearch has a similar functionality to what I need. -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758-2781 www.cacetech.com Alexander Shevchuk wrote: Hi Dustin,   In case you need to check if third party software

[WiX-users] Checking for executable version number

2008-02-01 Thread Dustin Johnson
an write my own custom action, but this seems to be pretty basic and hope that someone has already done it. Thank you so much! -- Dustin Johnson CACE Technologies Tel: 530-758-2790 x109 Fax: 530-758-2781 www.cacetech.com smime.p7s Description: S/MIME Cryptogr