Hi,
I think I am missing something in understanding how the bootstrapper works. 
When I launch the setup.exe bootstrapper - I see that it is caching the msi 
package under C:\Documents and Settings\All Users\Application Data\Package 
Cache\.

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. Instead, I am seeing that the msi is cached to 
the Package Cache location and executed from there.

Also, when I compile to create the bootstrapper in Wix, the only way it will 
compile is if I have Support folder in the same location of the wxs file. If 
not, I get a compile error (same as the one below).

What am I missing?
Thanks a lot!
Uma-



-----Original Message-----
From: Neil Sleightholm [mailto:n...@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 path and file name for this chain payload.
SourceFile - Location of the package to add to the bundle.

Neil

-----Original Message-----
From: 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       The system cannot find the file 'SourceDir\Support\your.msi'.   
C:\test\Wix\Burn\Bootstrapper1\Bundle.wxs       9       1       Bootstrapper1

-----Original Message-----
From: Neil 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

-----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 relative 
paths

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 to the Wix Bootstrapper project and will be very appreciative of any 
help.
Thanks!
Uma-
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat 
landscape has changed and how IT managers can respond. Discussions will include 
endpoint security, mobile security and the latest in malware threats. 
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to