Do you mean create as in generate a file (you could use a custom action to
do that) or create as in "here is my file, put it in that directory" which
is much simpler and just requires a reference to  a file.

To dump, add something like this to a directory, but I think it's all in the
.chm so you probably mean custom action.

<Directory ...>
  <Component Id='CMP_Default_MDB' Guid='*'>
    <File Id='FILE_Default_MDB' Source='Default.mdb' KeyPath="yes"
Vital="yes" ReadOnly="no" Hidden="no"/>
  </Component>
</Directory>

If it's a custom action you want then I'll see if I can distil you an
example.

-----Original Message-----
From: AxiomaticImpact [mailto:ke...@legendary-immersion.com] 
Sent: 11 November 2011 17:02
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Create files on install

I'm new to WiX, and I can't seem to find it in the documentation.  I'd like
to create a file during installation.  What's the best way to do this?

--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-files-o
n-install-tp6986046p6986046.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to