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 structure is looked you can hard code the 
information into the wix code, but this is not very flexible. 


I 
use a _vbscript_ (sorry, I know this is kinda outlawed but it works) that 
retrieves Site names, and based on the selection made during installation, 
another method retrieves all information underselected site (IP, ports and 
host). If you then feed this information into you're WixIIS code it should 
be enough to get it to install correctly. 

Morten






 
Date: Thu, 09 Nov 2006 22:06:46 +
From: "david adams" [EMAIL PROTECTED]
Subject: Re: [WiX-users] Need help to create a virtual 
directory
To: wix-users@lists.sourceforge.net
Message-ID: 
[EMAIL PROTECTED]
Content-Type: text/plain; format=flowed
Ravi:
I think that this is more of an IIS issue than one of WiX 
or the Windows Installer.
IIS references websites in its meta-table by IP 
address | Port | Host-Header(if you have one).
By rule, you can have only one running web site under a 
specific combination at a time. They are referenced by an positional array (0, 
1, 2, 3, etc.). 
On a IIS 6 server in its "default" configuration, Default 
Website is at address "All Unassigned" (which is the first IP address on the 
box) at Port 80 with no host header.
The reason that it worked when you changed all port 
numbers is because to IIS ( the joined constraint that the IP / Port / 
Host Header creates), you created unique entries. Before that change, 
your actions would be getting done onto the already existing website.
David Adams
MSN MessengerID: 
[EMAIL PROTECTED]

  
  
  Fra: Ravi Yellasiri (Aditi) 
  [mailto:[EMAIL PROTECTED] Sendt: 9. november 2006 
  20:23Til: John Watson; Lerudjordet, Morten MingeKopi: 
  wix-users@lists.sourceforge.netEmne: RE: [WiX-users] Need help to 
  create a virtual directory
  
  
  Hi 
  All,
  
  Thanks for the quick 
  response. I really appreciate it. Sorry, I forgot to append attachment. Please 
  find one. I am using Wix 2.0 to develop the MSI. Looks the sample that Morten 
  Minge Lerudjordet sent is Wix 3.0. One of the comments 
  !-- 
  Most important ting is the Port of the site, this mustbe uniqe to get a 
  hasselfree 
  install 
  I have no duplicate portnumbers, all mye sites are defined on different 
  ports -- sounded me 
  interesting. I have different sites that are installed on port 80. That means 
  only one site is going to run at anytime. I changed the port numbers of all 
  the sites and then my MSI worked fine. Does it mean that Wix works only based 
  on the port number rather than Web Site name? Please find the attached file 
  for code. I scrubbed it little. So there might be some 
  typos.
  
  Thanks a lot for your 
  time.
  
  Ravi.
  
  
  Ravi K Reddy 
  Yellasiri
  
  Aditi Staffing at 
  Microsoft
  
  MSN
  (425) 
  421-2219
  
  
  
  
  From: John 
  Watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 5:03 
  PMTo: Lerudjordet, Morten 
  MingeCc: 
  wix-users@lists.sourceforge.net; Ravi Yellasiri (Aditi)Subject: Re: [WiX-users] Need help to 
  create a virtual directory
  
  
  I would add one more thing to Morten's post. The 
  WebSite tag acts differently when it's nested under a Component and when it's 
  not. If it's under a Component, WiX will cause it to create a new website. If 
  it's not under a Component but under a Product, Fragment, or Module then the 
  WebSite tag acts as a "locator" meaning it will locate an existing web site. 
  For example, if you put it under Product or Fragment and then use "Default Web 
  Site" it'll find the default IIS web site and add your virtual under it 
  instead of creating a new website on a new port. See the docs here for 
  more info.
  
  
  
  Regards,
  
  John
  
  On 11/8/06, Lerudjordet, Morten Minge [EMAIL PROTECTED] 
  wrote: 
  If you do a search in the mailing list you will find 
  the answers. I wasnot able to get you'r attached file, so I can't see 
  where the problem is. Here is a sample of how you do 
  it:!-- Targedir is base dir in file structure 
  --DirectoryRef Id="TARGETDIR"!-- Creates a virual 
  dir --iis:WebVirtualDir Id="VirtualDir" 
  Alias="ServiceLibary/MyService" 
  Directory="INSTALLPATH"WebSite="InstallSite" 
  DirProperties="DirProps"!-- INSTALLPATH is the root path of 
  where you'r site is i.e Default Web Site = c:\inetpub\wwwroot 
  --iis:WebApplication Id="WebApplication" 
  Name="MyService"WebAppPool="DefaultAppPool" 
  //iis:WebVirtualDir/Component/DirectoryRefiis:WebDirProperties 
  Id="DirProps" Read="yes" Script="yes" /!-- I get all websites 
  on local machine and based on selection populateproperty TARGET_WEB_SITE 
  with it -- iis:WebSite Id="InstallSite" Description="MySite" 
   
  

[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. Its 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 install folder
where is usually resides. Does anyone know how I can detect where that is on the
client machine for the install?



Thanks



Graham






-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 dialog displayed with default text, 
and an error saying the bit flag has not been set.


Thanks,

Mike

_
Windows LiveĀ™ Messenger has arrived. Click here to download it for free! 
http://imagine-msn.com/messenger/launch80/?locale=en-gb



-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 K Reddy Yellasiri



Aditi Staffing at Microsoft





MSN

(425) 421-2219













From: Lerudjordet,
Morten Minge [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006
12:59 AM
To: Ravi Yellasiri (Aditi)
Cc:
wix-users@lists.sourceforge.net
Subject: SV: Need help to create a
virtual directory







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
structure is looked you can hard code the information into the wix code, but
this is not very flexible. 











I use a _vbscript_ (sorry, I know this is
kinda outlawed but it works) that retrieves Site names, and based on the
selection made during installation, another method retrieves all information
underselected site (IP, ports and host). If you then feed this
information into you're WixIIS code it should be enough to get it to
install correctly. 











Morten



























Date: Thu, 09 Nov 2006 22:06:46 +

From: david adams
[EMAIL PROTECTED]

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

To: wix-users@lists.sourceforge.net

Message-ID:
[EMAIL PROTECTED]

Content-Type: text/plain; format=flowed

Ravi:

I think that this is more of an IIS issue than
one of WiX or the Windows Installer.

IIS references websites in its meta-table by
IP address | Port | Host-Header(if you have one).

By rule, you can have only one running web site
under a specific combination at a time. They are referenced by an positional
array (0, 1, 2, 3, etc.). 

On a IIS 6 server in its default
configuration, Default Website is at address All Unassigned (which
is the first IP address on the box) at Port 80 with no host header.

The reason that it worked when you changed all
port numbers is because to IIS ( the joined constraint that the IP / Port
/ Host Header creates), you created unique entries. Before that change,
your actions would be getting done onto the already existing website.

David Adams

MSN MessengerID: [EMAIL PROTECTED]











Fra: Ravi Yellasiri (Aditi) [mailto:[EMAIL PROTECTED] 
Sendt: 9. november 2006 20:23
Til: John Watson; Lerudjordet,
Morten Minge
Kopi:
wix-users@lists.sourceforge.net
Emne: RE: [WiX-users] Need help to
create a virtual directory

Hi All,



Thanks for the quick response. I really
appreciate it. Sorry, I forgot to append attachment. Please find one. I am
using Wix 2.0 to develop the MSI. Looks the sample that Morten Minge
Lerudjordet sent is Wix 3.0. One of the comments !--

Most important ting is the Port of the site, this must
be uniqe to get a hasselfree install

I have no duplicate portnumbers, all mye sites are 
defined on different ports
 -- sounded
me interesting. I have different sites that are installed on port 80. That
means only one site is going to run at anytime. I changed the port numbers of
all the sites and then my MSI worked fine. Does it mean that Wix works only
based on the port number rather than Web Site name? Please find the attached
file for code. I scrubbed it little. So there might be some typos.



Thanks a lot for your time.



Ravi.





Ravi K Reddy Yellasiri



Aditi Staffing at Microsoft





MSN

(425) 421-2219













From: John Watson
[mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 08, 2006
5:03 PM
To: Lerudjordet, Morten Minge
Cc:
wix-users@lists.sourceforge.net; Ravi Yellasiri (Aditi)
Subject: Re: [WiX-users] Need help
to create a virtual directory







I would add one more thing to Morten's post. The WebSite tag acts
differently when it's nested under a Component and when it's not. If it's under
a Component, WiX will cause it to create a new website. If it's not under a
Component but under a Product, Fragment, or Module then the WebSite tag acts as
a locator meaning it will locate an existing web site. For example,
if you put it under Product or Fragment and then use Default Web
Site it'll find the default IIS web site and add your virtual under it
instead of creating a new website on a new port. See the docs here for
more info.











Regards,





John







On 11/8/06, Lerudjordet,
Morten Minge [EMAIL PROTECTED]
wrote: 

If you do a search in the mailing list you will find the answers. I was
not able to get you'r attached file, so I can't see where the problem 
is. Here is a sample of how you do it:


!-- Targedir is base dir in file structure --
DirectoryRef Id=TARGETDIR

!-- Creates a virual dir --
iis:WebVirtualDir Id=VirtualDir
Alias=ServiceLibary/MyService 
Directory=INSTALLPATH
WebSite=InstallSite 

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 Street North, Suite D103
Birmingham, AL 35203
Phone +1-205-397-3141 ext. 3149
Fax +1-205-397-3142
[EMAIL PROTECTED]
http://www.verarisoft.com/

The information contained in this communication may be confidential and is
intended only for the use of the recipient(s) named above.  If the reader of
this communication is not the intended recipient(s), you are hereby notified
that any dissemination, distribution, or copying of this communication, or
any of its contents, is strictly prohibited.  If you are not a named
recipient or received this communication by mistake, please notify the sender
and delete the communication and all copies of it.


Neil Sleightholm wrote:
 Would it be possible for this version of wix.targets to be adopted by
 the team as the one that is currently distributed doesn't work with
 multiple wsx files?
 
 Neil
 
 PS Thanks Michael Luke you saved me lots of time!
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Michael Luke
 Sent: 12 May 2006 09:22
 To: [EMAIL PROTECTED]; 'Francis Kam'; 'Michael F. Collins,
 III'
 Cc: 'WiX-users'
 Subject: RE: [WiX-users] MSBuild Tasks
 
 Hi Rob,
 
 I made lots of changes to the MSBuild wix.targets a while back to fix a
 few bugs, but got stymied by the (to me) ridiculous requirement of
 downloading a pdf, printing it out, filling it in in ink and posting it
 thousands of miles to Seattle, just so I could submit the changes to the
 project.  I've worked on many open source projects, and this is the
 first one I've seen with such a requirement.
 
 Anyway, I'm not going to sign and post the contributor's agreement,
 because it's way too much hassle.  Attached is the modified .targets
 file, and I relinquish all rights blah di blah for my changes.
 
 This .targets file fixes the following issues:
 
 - Made incremental builds work correctly (a task will only run if source
 files have changed)
 
 - Allowed multiple wxs files to be used in one msi
 
 - Added BeforeXXX and AfterXXX targets for each action to allow for
 build custom tasks.  This is consistent with Microsoft's existing Team
 Build targets.
 
 - Moved the path to $(MSBuildExtensionsPath)\Windows Installer
 XML\Wix.targets (c:\program files\MsBuild\Windows Installer XML) to be
 consistent with MsBuild standards.  The wixtasks.dll and wix.targets
 files should both be installed to this location.
 
 To use it, you simply create an MsBuild project file (such as the
 MsBuild.proj attached) and pass that to MsBuild.
 
 Michael Luke
 
 
 [EMAIL PROTECTED] wrote:
 Quick piece of information.  The MSBuild tasks were written by 
 somebody quickly and just handed to us.  There hasn't been any more 
 maintenance on the code since then.  At this point in time, I expect 
 you know more about how MSBuild works than anyone on the core WiX 
 development team.  Your bugs and suggestions would be much 
 appreciated.



 

 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Francis 
 Kam Sent: Thursday, May 11, 2006 3:52 PM
 To: Michael F. Collins, III
 Cc: WiX-users
 Subject: Re: [WiX-users] MSBuild Tasks



 Thanks for the reply.  I've modified the wix.targets for multiple 
 output support and it seems to be working fine. I'm rather 
 inexperienced with MSBuild, so maybe I'm just missing something, but 
 isn't the only way to get an array of strings to use item groups 
 instead of properties?  You really should be able to define more than 
 one preprocessor variable from the commandline and it seems to me the 
 only way is to change DefineConstants to an item group.  I've done 
 this with minimal negative side-effects so far.  Anyhow, it's good to 
 see I'm not crazy, and this is a path that others have considered and 
 followed before me.



 Just in case someone else is interested, what I ended up doing for 
 multiple output support was changing CompileObjOutput to an ItemGroup,
 
 and then including:


 @(Compile-'$(IntermediateOutputPath)%(filename)$(IntermediateExt)')

 The Compile target's output of course then becomes:

  @(CompileObjOutput)

 Then I changed OutputFile in the call to Candle in that Compile target
 
 to:

  $(IntermediateOutputPath)

 Instances of $(CompileObjOutput) in the other targets were changed to 
 @(CompileObjOutput) as well.



 -Francis
 
 
 
 
 -
 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 easier
 Download IBM WebSphere Application Server v.1.0.1 

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 indicate the version of WiX
being used. We can then advise if it's been fixed in a later version, and
know where to start looking for the problem. It's worth checking whether you
can reproduce a problem in the latest 'public' build from
http://sourceforge.net/project/showfiles.php?group_id=105970, or the latest
'weekly' release from http://wix.sourceforge.net/releases/ (I've put quotes
round 'weekly' as they're not quite as regular as that name would imply). I
believe there's a server inside MS somewhere that has even more recent
development builds but I'm not sure what the dev team's position on that is.

-- 
Mike Dimmick

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Carlisle
Sent: 10 November 2006 17:30
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ErrorDialog

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 dialog displayed with default text, 
and an error saying the bit flag has not been set.




-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2006-11-10 Thread Mike Dimmick








Its not usually a great idea to distribute
something you didnt write without guidance from the original supplier. You
dont 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 folders, or all installers should set the SharedLegacyFile flag. I
would strongly recommend that you do not
install to the .NET 2.0 install folder because, if VS2005 is subsequently
installed, you may well end up removing the web server prematurely when your
application is uninstalled. See Rob Menschings blog post Component
Rules 101 at http://blogs.msdn.com/robmen/archive/2003/10/18/56497.aspx.



I would recommend that you install it
elsewhere.



-- 

Mike Dimmick











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Graham D. Ambrose
Sent: 10 November 2006 17:15
To:
wix-users@lists.sourceforge.net
Subject: [WiX-users] installing
WebDev.WebServer.EXE





I am looking to install the WebDev.WebServer application
along side an application we are developing. Its 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 install folder
where is usually resides. Does anyone know how I can detect where that is on
the client machine for the install?



Thanks



Graham






-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[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 and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.

-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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 out this photos vote favorite in Offbeat flying? Stop from 
getting or hired! College football flubs in avoid Target stock a Expect pay 
Charges of. Shocking her pro!Lieberman in Call me Democrat Lawmaker is 
Rangel owes an apology. Uncharted territory emails should do Gallery Ireport 
draw. Bolton am wont am wants mocks am Bushfrat boys.Your own blog to a 
share stories and? Sky of Resumes am Blogadvice on resume.Cantmiss nfl am 
questions rest am college football. Sign or Updated pm est November Make cnn 
is.Bet Enjoy is rebate Trends everyone Todays Millions people in 
knowledge.Poker am Vegas am Insider User am. Sign or Updated pm est November 
Make cnn is.Free Forecasta conditions Cape of cod Murder Mccowen collector. 
Mexico a City passes union law or Fortune of Webcast. Missing deadly wreck 
fbi.Nomination ambassador United uncharted territory. Babys legs 
shocking.Etintraday or Comstock of subject use Historical current endofday. 
Lookup or nov sponsored in Cartoon am Clicks point?Eddie van Halens teen son 
joinsbush meet Demstots.Britney Spearskfed split ugly Denise is 
Richards!Pro Spears could or hln Showbiz Tonights in Brooke Anderson is 
how.Fish or safari yes Results Tvcnn Usabout or.Affects Moodwhats Hottwo 
Weeks is Noticejob fun sun or ct Dept.Fish or safari yes Results Tvcnn 
Usabout or.Portrayal open door am.
-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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

2006-11-10 Thread Cullen Waters
Check the CustomTable 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 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 and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.

-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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:

CustomTable Id=ISSetupFile
  Column Id=ISSetupFile Nullable=yes Type=string Width=72
PrimaryKey=yes /
  Column Id=FileName Nullable=yes Type=string Width=255 /
  Column Id=Stream Nullable=yes Type=binary /
  Row
Data Column=ISSetupFile![CDATA[SetupFile12]]/Data
Data Column=FileName![CDATA[XCACLS.vbs]]/Data
Data Column=Stream
SourceFile=ISSetupFile\ISSetupFileFileName.ibd /
  /Row
/CustomTable

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.
This is a known issue and will not get fixed until the CustomTable
processing code is rewritten.
testcustomactions\testcustomactions.wxs(59) : error CNDL0004 : The Data
element contains an unexpected attribute 'SourceFile'.
light.exe : fatal error LGHT0005: File of type 'Source' with name
'msi\testcustomactions.wixobj' could not be found.

Bummer!

Anyone know a workaround for this?


-Original Message-
From: Cullen Waters [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 10, 2006 4:10 PM
To: Brandon Tyler; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Creating and populating your own MSI table in
WIX

Check the CustomTable element


This e-mail transmission may contain information that is proprietary, 
privileged and/or confidential and is intended exclusively for the person(s) to 
whom it is addressed. Any use, copying, retention or disclosure by any person 
other than the intended recipient or the intended recipient's designees is 
strictly prohibited. If you are the intended recipient, you must treat the 
information in confidence and in accordance with all laws related to the 
privacy and confidentiality of such information.  If you are not the intended 
recipient or their designee, please notify the sender immediately by return 
e-mail and delete all copies of this email, including all attachments.

-
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 easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users