[WiX-users] WriteIIS7ConfigChanges: Error 0x800700b7: Failed add application to collection

2012-03-08 Thread Bourne, Kevin
While installing an MSI that we created with WIX we get the following. Any Ideas? WriteIIS7ConfigChanges: Error 0x800700b7: Failed add application to collection WriteIIS7ConfigChanges: Error 0x800700b7: Error creating application in config WriteIIS7ConfigChanges: Error 0x800700b7: Failed to co

Re: [WiX-users] BuildInstaller.wixproj.FileList

2012-02-10 Thread Bourne, Kevin
get the files to go into a folder related to each build definition we have. Also in our .wixproj it determines if it is Debug or Release. Hope this helps someone like it helped us Kevin JPMorgan Chase & Co. -Original Message- From: Bourne, Kevin Sent: Friday, February 10, 2012 8:0

[WiX-users] BuildInstaller.wixproj.FileList

2012-02-10 Thread Bourne, Kevin
What generates the BuildInstaller.wixproj.FileList and all associated files in the same directory? Also what determines the folder to be debug or release? I had several TFS Build Types and I was assuming these were dropped and recreated each time we created an MSI, but today one had another one

Re: [WiX-users] Conditionally Include based on Build Configuration

2012-01-10 Thread Bourne, Kevin
If you could find a way to determine when the install is running on citrix or your laptop users (registry entry possibly) then you could use a condition to determine if you need to install the additional shortcut. See if this helps. http://wix.mindcapers.com/wiki/Shortcuts_in_WiX -Origin

Re: [WiX-users] Anybody using Paraffin?

2012-01-10 Thread Bourne, Kevin
Using it here too, with great success. Easy to use with our TFS build server. Also love the fact that we have the source code. Kevin Bourne | Software Developer Lead | Chase Paymentech ... kevin.bou...@chasepaymentech.com JPMorgan Chase & Co. -Original Message- From: Justin Hull [ma

Re: [WiX-users] Concatenate 2 values

2012-01-09 Thread Bourne, Kevin
ntax: [IISROOT] You are using the preprocessor syntax: $(var.IISROOT). Try [IISROOT] there instead. Ian -Original Message- From: Bourne, Kevin [mailto:kevin.bou...@chasepaymentech.com] Sent: Monday, January 09, 2012 12:46 PM To: General discussion for Windows Installer XML toolset. Subject:

Re: [WiX-users] Concatenate 2 values

2012-01-09 Thread Bourne, Kevin
Here is the error error CNDL0150: Undefined preprocessor variable '$(var.IISROOT)'. Kevin Bourne | Software Developer | Chase Paymentech kevin.bou...@chasepaymentech.com JPMorgan Chase & Co. -Original Message- From: Bourne, Kevin Sent: Monday, January 09, 2012 3

[WiX-users] Concatenate 2 values

2012-01-09 Thread Bourne, Kevin
I need to Concatenate 2 values, can someone tell me how to do this? Sample code does not work. Installed OR IISROOT Kevin Bourne | Software Developer Lead | Chase Paymentech . kevin.bou...@chasepaymentech.com

[WiX-users] MSI not creating Virtual Directory

2012-01-04 Thread Bourne, Kevin
I have WIX creating a web site MSI. It puts everything in the correct directory in wwwroot but does not create it as an application (virtual directory) under the web site in IIS. The script is below. Main.wxs .. Installed OR IISROOT ..

[WiX-users] Error Opening Installation Log File from Programs and Features Window Vista

2012-01-04 Thread Bourne, Kevin
I created an MSI with WIX. When I go to uninstall it from Programs and Features in Vista I get a message saying "Error opening installation log file. Verify that the specified log file location exists and is writable" If I run the MSI directly I can uninstall the application. It is a Web appli