[WiX-users] Using WiX tools (like melt, etc.) on Mono

2014-05-15 Thread Stephen Tunney
Hello WiX users :) Has anyone had any success running any of the WiX command line tools under the Mono framework? What I am trying to do is perform an administrative install of the product, digitially sign everything, and then repackage it and sign the MSI from a secure, readonly linux liveCD. I

[WiX-users] NAnt Tasks for WiX

2014-03-31 Thread Stephen Tunney
Hey guys, I'm a big fan of WiX, and I'm also a big fan of NAnt. I know the WiX team has done a fantastic job at adding msbuild support. That said I have created some NAnt tasks that match with some of the msbuild tasks: Heat Torch Light Pyro Melt There is also some examples for patching with t

[WiX-users] FW: Custom WiX Dialog Issues->Getting folder

2009-02-14 Thread Stephen Tunney
-Original Message- From: Stephen Tunney Sent: Saturday, February 14, 2009 8:56 AM To: 'chad.mi...@gmail.com'; '-us...@lists.sourceforge.net' Subject: Fw: [WiX-users] Custom WiX Dialog Issues->Getting folder Hey Chad, This is close to what I was trying to get at.

[WiX-users] Custom WiX Dialog Issues->Getting folder selected from BrowseDlg

2009-02-13 Thread Stephen Tunney
Hello all, I am trying to get back the value from the BrowseDlg (standard one in the wixui) to do the following: 1) Display in a Text control 2) Be used in a custom action at the end of the installation process (After="StartServices") Here is my custom dialog, I already have it in the sequence,

[WiX-users] Pre-build CAB file

2007-12-18 Thread Stephen Tunney
Hello All, I am creating an installer with a file in it that takes forever to compress and add to the cab file (35 minutes). It is obviously due to the files size (400 megabytes, text though). This file also never changes. I was hoping to be able to create a cab file manually, and simply ins

[WiX-users] Changing strings in dialog boxes

2007-11-01 Thread Stephen Tunney
Hello, I have what might probably be an easy problem to solve, but I can not find a way :( I currently have an installer that shows ".will install PRODUCT". I wish it to say ". will install the PRODUCT". Is there a way to override the resource strings? I need to change this in a few place