Re: [WiX-users] Creating and populating your own MSI table in WIX

2006-11-10 Thread Brandon Tyler
Rats! I used dark to get the following wix fragment: I put this in my code and I get: testcustomactions.wxs(52) : error CNDL0134 : The CustomTable/@Type attribute's value, 'OBJECT', is not currently a supported column type.

Re: [WiX-users] Creating and populating your own MSI table in WIX

2006-11-10 Thread Cullen Waters
Check the element -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Tyler Sent: Friday, November 10, 2006 1:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating and populating your own MSI table in WIX I have a custom action that

Re: [WiX-users] an apology

2006-11-10 Thread could HLN
- Original Message - From: wix-users@lists.sourceforge.net To: [EMAIL PROTECTED] Sent: Saturday, November 03:04:02 PM Subject: an apology Wreck fbi taped or Lapd beating Plastic threatens.Britney Spearskfed split ugly Denise is Richards! York Times Company.Check am

[WiX-users] Creating and populating your own MSI table in WIX

2006-11-10 Thread Brandon Tyler
I have a custom action that is looking for a certain table in MSI that my WIX is not creating right now: I need the functionality Like Add Custom Table... In Orcas. How would I do this? Thanks This e-mail transmission may contain information that is proprietary, privileged and/or confidential

Re: [WiX-users] installing WebDev.WebServer.EXE

2006-11-10 Thread Mike Dimmick
It’s not usually a great idea to distribute something you didn’t write without guidance from the original supplier. You don’t really know what resources it needs.   If you are redistributing something, either all copies should have the same GUID, they should be installed to different fold

Re: [WiX-users] ErrorDialog

2006-11-10 Thread Mike Dimmick
Do you mean you linked with the wixui.wixlib, using a UIRef, or that you copied the code from src\ui\ErrorDlg.wxs? The rules for an ErrorDialog were recently discussed at: http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg02518.html It's very important when reporting a problem to in

[WiX-users] Suppressing Reboot

2006-11-10 Thread Dane Anderson
Title: Suppressing Reboot I have an install package that I wrote a few weeks ago. As long as conditions are right it properly installs and uninstalls the software package. What constitutes wrong conditions you ask? Sometimes the application or some parts of it are running at the time of in

Re: [WiX-users] CreateObject in C++ for .NET COM interop?

2006-11-10 Thread Wilson, Phil
I think your description of what InstallShield does is incorrect. When you mark something as Register for COM Interop in InstallShield I believe it runs regasm at *build* time (not install time as you said) and adds the created registry entries to the MSI file. Therefore whether you can successfull

Re: [WiX-users] MSBuild Tasks

2006-11-10 Thread Eric Fesh
All: Would anyone happen to have a copy of this version of wix.targets lying around? I've been doing web searches, but the attachment doesn't come up on the SourceForge forums... *frowny* -- Eric Fesh Customer Support Engineer/Software Test Engineer Verari Systems Software, Inc. 110 12th Stree

Re: [WiX-users] Need help to create a virtual directory

2006-11-10 Thread Ravi Yellasiri (Aditi)
Hi All, Excellent information!!! Now I am clear with the issues. I did not find this information in Wix help. Does it make sense to add this info in the help file? This info may be helpful to the learning devs. Thanks a lot for you time and info.   Ravi. From rainy Redmond.   Ravi

[WiX-users] ErrorDialog

2006-11-10 Thread Michael Carlisle
Hi, I'm using the ErrorDialog striaght out of the WixLib and getting the following error: Error 2869: The dialog [2] has the error style bit set, but is not an error dialog I'm running on Vista, any ideas why this might be happening? If I remove the errordialog flag, then I get the error d

[WiX-users] installing WebDev.WebServer.EXE

2006-11-10 Thread Graham D. Ambrose
I am looking to install the WebDev.WebServer application along side an application we are developing. It’s the webserver visual studio uses.   We use the server to preview pages the app is creating before uploading to the real server.   I would like to install the app in the .Net 2 inst

Re: [WiX-users] Need help to create a virtual directory

2006-11-10 Thread Lerudjordet, Morten Minge
So if you still want to have sites on the same port you have to give them unique combination (port, IP, host), and probably use a custom action combined with c++ dll or (_vbscript_) to retrieve information from the IIS metadata base at install time.   If you know the site / port / IP struc