Re: [WiX-users] Creating a simply installer copying a set offiles to an existing directory

2012-11-15 Thread Jensen-Waud, Anders
n one. ... When SomeComponent is installed, its directory will be created. -Original Message- From: Jensen-Waud, Anders [mailto:anders.jensen-w...@capgemini.com] Sent: 14 November 2012 22:57 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-

Re: [WiX-users] Creating a simply installer copying a set of files to an existing directory

2012-11-14 Thread Jensen-Waud, Anders
re targeting or if the tool writes its installation location to the registry. 2. This is standard functionality. 3. Are any actions required here ? The Wix documentation in the distribution and the online tutorial are good places to start. http://wix.tramontana.co.hu/ -----Original

Re: [WiX-users] Creating a simply installer copying a set of files to an existing directory

2012-11-12 Thread Jensen-Waud, Anders
s simple as sharing the same install root and then >including the subfolder in your installer. -----Original Message- From: Jensen-Waud, Anders [mailto:anders.jensen-w...@capgemini.com] Sent: Monday, November 12, 2012 5:39 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating a si

[WiX-users] Creating a simply installer copying a set of files to an existing directory

2012-11-12 Thread Jensen-Waud, Anders
Hello I need to create an installer file, which copies a set of XML files into the directory of an existing application, which is already assumed to be installed on the computer. The installer wraps a plugin (consisting of a set of XML files) for a popular CASE tool. I would prefer if this ca