Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-05-01 Thread Neil Sleightholm
2012 22:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths I get this error now (below) Should I copy the msi package to the Bootstrap solution location too? Error 1 The system cannot find

Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-05-01 Thread Uma Harano
[mailto:uhar...@esri.com] Sent: 30 April 2012 22:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths I get this error now (below) Should I copy the msi package to the Bootstrap solution location too? Error 1

Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-05-01 Thread Uma Harano
...@x2systems.com] Sent: Monday, April 30, 2012 11:23 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths Are you supplying the MsiPackage/@Name and MsiPackage/@ SourceFile attributes? Name - The destination

Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-05-01 Thread Bob Arnson
On 01-May-12 19:18, Uma Harano wrote: But the way I want it to work is as follows: My media has a Setup.exe. At this level, I have a support folder that contains the msi package that I want to bootstrap. So I want the Setup.exe to launch the msi from this Support folder. Burn doesn't work

[WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-04-30 Thread Uma Harano
Hi, I am building a bootstrapper with Wix - I am using the tag MsiPackage and specifying the SourceFile attribute. How do I specify a relative path to a msi package using this? I will have the pre-requisite on my media in a folder called Support which is at the level of the Setup.exe. I am new

Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-04-30 Thread Neil Sleightholm
You set the MsiPackage/@Name attribute e.g. Name='Support\your.msi' Neil -Original Message- From: Uma Harano [mailto:uhar...@esri.com] Sent: 30 April 2012 21:51 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Standard bootrapper with Wix - how to specify

Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths

2012-04-30 Thread Uma Harano
Sleightholm [mailto:n...@x2systems.com] Sent: Monday, April 30, 2012 2:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Standard bootrapper with Wix - how to specify relative paths You set the MsiPackage/@Name attribute e.g. Name='Support\your.msi' Neil