[WiX-users] WiX Wizard?

2007-02-01 Thread Mel Mullen
Does anyone know of a wizard-type application to generate .wxs files? Mel - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easi

Re: [WiX-users] Certificate install issue

2007-02-01 Thread Rob Mensching
That's a bug in an older build. Should be fixed in later WiX v2 builds. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shaun Wilde Sent: Thursday, February 01, 2007 3:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Certificate install issue Been trying to install

Re: [WiX-users] Installing product multiple times on one machine

2007-02-01 Thread Rob Mensching
Windows installer does allow multi-instancing. There is a topic devoted to it in the MSI SDK. It isn't trivial to set up but it supposedly works (never had to use it myself). From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Denis Ahearn Sent: Thursday, February 01, 2007 6:32 AM T

Re: [WiX-users] Any documentation on WiX/Windows Installer limits?

2007-02-01 Thread Alex Lian
On Wed, 31 Jan 2007 17:27:37 -0800, "Bob Arnson" <[EMAIL PROTECTED]> said: > > Light passes most of the .msi construction on to MSI itself, so that's > likely where any limit lives. Structured storage files can theoretically > be larger than 2GB but there's no doc whether MSI itself supports it

Re: [WiX-users] Wix 3.0 and Votive?

2007-02-01 Thread Cullen Waters
I just moved my whole team from v2 to v3. In general, the update went really smoothly. You can use wixcop.exe to update all of the xml for you. Wixcop doesn't, however remove shortnames, which might cause you some headaches. I went through all my xml and manually deleted all the short names.

[WiX-users] Wix 3.0 and Votive?

2007-02-01 Thread Scott Sam
I was thinking of trying out votive. We are using Visual Studio Team Edition for Developers with Team Foundation Server. We are also using WIX v2 for the msi. I was wondering, is Wix v3 stable enough to use if we are deploying our next version of our product in about 3-5 months. Has anyone used

[WiX-users] RESEND: Wix Patching

2007-02-01 Thread Ashish Premaraj
    We are having issues with slipstreaming our RTM product with the SP1 MSP patch.  The following error is thrown when the patch is being applied. ” Error 2920:  Source directory not specified for file catalog.51B6FD4C_6551_1104_FF1F_C8B3B9A1E18E”. We are creating the patch using

[WiX-users] Shortcut to aspx page

2007-02-01 Thread Ashwani Jindal
Hi, Can you please let me know how to create a shortcut to an aspx page? I want to place an internet shortcut to say http://localhost/loader.aspx. A code sample will be of great help. Regards, Ashwani - Using Tomcat b

[WiX-users] shortcut Start in:

2007-02-01 Thread Thomas Svare
Hello, I apologize if the answer to this is well documented. I quickly searched the user list and looked at the help. How do I populate the Start In field of a shortcut? Thanks, Tom - Using Tomcat but need to do

Re: [WiX-users] Adding records to MSI on the fly

2007-02-01 Thread carlldev
I found an article somewhere that states that the values in the tables that were there when the MSI started cannot be removed or updated. Removing the Listitem from the Combobox also didn't work because that dropped the whole table all together as there are no other comboboxes. So I figured out 2

Re: [WiX-users] SpawnDialog resulting from "Next" button?

2007-02-01 Thread Levi Wilson
Well, my second idea does not work. Instead of publishing a SpawnDialog event, I have a CA that displays a message box. However, the Message box does not show up. Here are my functions to display a message (see below). I'm certain that GenMessageBox gets called, because I put up a message box (

[WiX-users] Installing product multiple times on one machine

2007-02-01 Thread Denis Ahearn
Hello, My company produces a software product that deploys as an ASP.NET web application and set of web services. We have used WiX to produce a slick installer that installs an instance of the product (i.e. virtual directories for the web application and web services) on a web server. The pr

[WiX-users] reliable chinese agent(F)

2007-02-01 Thread john
To : Gentleman/lady who is doing business with China Dear Partner friends, With the time we come into new year. First of all, let me wish you and all yours a prosperous 2007! As you know Integrate Shipping Limited is a China based freight agent established in 1997, with our own offices locat

[WiX-users] Shortcut to aspx page

2007-02-01 Thread Ashwani Jindal
Hi, Can you please let me know how to create a shortcut to an aspx page? I want to place an internet shortcut to say http://localhost/loader.aspx. A code sample will be of great help. Regards, Ashwani - Using Tomcat b

Re: [WiX-users] SpawnDialog resulting from "Next" button?

2007-02-01 Thread Levi Wilson
One clarification is that the restriction applies only to those control events with the same conditions. So you might be able to make it work if you change a property in the spawned dialog. Can you clarify this? Here are all of the entries in my ControlEvent table that pertain to the dialog t

Re: [WiX-users] Adding records to MSI on the fly

2007-02-01 Thread Rob MacFadyen
carldldev, Not sure why the delete doesn't work. The update looks a bit "odd"... the bit here: ... & comboText & "') " _ seems to include a closing parenthesis that does not have an open parenthesis. Are you suppressing errors (not usually a good thing to do)? Here's a function I have (I can't r

[WiX-users] Certificate install issue

2007-02-01 Thread Shaun Wilde
Been trying to install a certificate from the and getting the following errors AddUserCertificate: Error 0x8000: failed to decode string into streamAddUserCertificate: Error 0x8000: Failed to parse certficate stream.AddUserCertificate: Error 0x8000: Failed to install per-user

Re: [WiX-users] Adding records to MSI on the fly

2007-02-01 Thread carlldev
Thanks Rob, that did the trick. Now I have another problem - how do I remove the dummy record from the combo table? I have to add the dummy value to the combo for the combo table to be created in the msi, but then I can't remove it. Here is what I tried Sub DeleteFromComboBox(ByVal comboProp)

Re: [WiX-users] Crash in dark

2007-02-01 Thread André Pönitz
Rob MacFadyen wrote: > To deal with dark crashes what I've done in the past is some creative > "editing" using Orcas. Usually this means removing any offending entries and > or tables that dark is having trouble with. From the error message it looks > like dark doesn't like the value in a column na