[WiX-users] Combine .wixobj files

2012-03-02 Thread Troy Teixeira
Can someone please send me an example of the light.exe command to combine two .wixobj files residing in the same directory? Thanks -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use o

[WiX-users] How to reference a wxs file from another

2012-03-01 Thread Troy Teixeira
I know that this is a very elementary question since I'm new to this, but could someone tell what lines of code I would add to a WXS file to reference it to one containing Fragments. I have a Product.wxs file and another wxs file named Directory.wxs which contains a bunch of Fragments. How can

[WiX-users] Fragments

2012-03-01 Thread Troy Teixeira
Good morning, In a pre-build step we are running Heat.exe, which generates a file with a number of fragments. How would I embed this fragment file into my main file, yielding a composite source file? Thanks, Troy -- Vi

Re: [WiX-users] Several questions related to: Automaticversion update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread Troy Teixeira
od one. -- John M. Cooper -Original Message- From: Troy Teixeira [mailto:tteixe...@polariswireless.com] Sent: Thursday, February 23, 2012 1:26 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Several questions related to: Automatic version update, Pro

Re: [WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread Troy Teixeira
3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Troy Teixeira [mailto:tteixe...@polariswireless.com] Sent: Thursday, February 23, 2012 12:48 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Several questions related to: Automatic vers

[WiX-users] Several questions related to: Automatic version update, Prompt for installation path, Desktop Shortcut

2012-02-23 Thread Troy Teixeira
Good morning all, I have been tasked with gathering the information for setting up a program. I'm new to this and really could use the help. Questions: 1. How do I set the correct path for the shortcut on the desktop to point to the executable, currently it's not working? 2. What co

Re: [WiX-users] WIX location project bin folder

2012-02-22 Thread Troy Teixeira
. Subject: Re: [WiX-users] WIX location project bin folder Look in the Wix help file under "Preprocessor". In the section called "System Variables" there are some useful predefined values you can use. $(sys.SOURCEFILEDIR) is the one you want. -Original Message-

Re: [WiX-users] WIX location project bin folder

2012-02-22 Thread Troy Teixeira
day, February 21, 2012 9:32 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX location project bin folder What variable would you like to use? On Tue, Feb 21, 2012 at 3:05 PM, Troy Teixeira < tteixe...@polariswireless.com <mailto:tteixe...@polariswireless.co

[WiX-users] WIX location project bin folder

2012-02-21 Thread Troy Teixeira
WIX community, I am new to WIX. I am attempting to build a simple installer. Below is a copy of my installer xml file. In the Source definition I would like to reference the location of the output of the HelloWorld.exe file. My sample is referencing a relative path. I would like to use a WIX vari