Re: [WiX-users] Creating patches

2013-05-07 Thread Thomas Due
Hello, I am still looking for an answer to this problem. I have two versions of my MSI installer, the only true difference is the version number. I have a patch.wxs script which identitifies a couple of components which are supposedly changed. In reality no file have been changed, except for

[WiX-users] Executing SQL in WIX

2013-05-07 Thread Ravishankar
Hi, Am trying to execute a .sql file using the sqlscript during the uninstall and not during install. find the snippet below Component Id=cmpB95DC345C6AB4834A9DEBE50735BA626 Directory=INSTALLLOCATION Guid=8E4080A9-017F-4DA6-AFD5-ADE4CE35785F File Id=fil4D7ED92F5AFF4AA69C467451210E3CFB

Re: [WiX-users] WiX-users] Hide/blank out Passwords in MSI log file

2013-05-07 Thread Christopher Painter
Your messages seemed to indicate that the custom action was a black box to you and/or that you didn't have access to the source. You use ORCA to stream the foo.ca.dll out of the binary table and then you use winzip to extract the custom action assembly, the interop library and anything else

[WiX-users] Regd MsiDriverPackages flag

2013-05-07 Thread Subbiah Ganesan
Hi all, I need to dynamically change MsiDriverPackages flag in wix for forcing an installation based on some condition. How to do that with difx:driver tag? -- Learn Graph Databases - Download FREE O'Reilly Book Graph

Re: [WiX-users] WiX-users] Hide/blank out Passwords in MSI log file

2013-05-07 Thread Jeremiahf
I see what you are saying. Sorry if my messages were not clear. Thank you Chris for your feedback. J On Tue, May 7, 2013 at 8:14 AM, Christopher Painter chr...@iswix.comwrote: Your messages seemed to indicate that the custom action was a black box to you and/or that you didn't have access to

Re: [WiX-users] Bundle Package Install Failure

2013-05-07 Thread - Arzola -
Hi Jeremiah. I appreciate your replies. Turns out the client was able to install after rebooting and logging in as the local administrator. According to client, were previously using a domain account that's in the Administrators group and using run as admin to launch setup. Not sure why that

Re: [WiX-users] Bundle Package Install Failure

2013-05-07 Thread Rob Mensching
I'd be curious to know what happened if the client just launched the install without using Run As Admin to launch setup. Run As Admin can do funny things to the profile the launched process sees so I'm wondering if there is something weird that Burn needs to handle. On Tue, May 7, 2013 at 8:59

[WiX-users] Custom BA or not?

2013-05-07 Thread David White
What are the general rules for writing a custom BA or not? I have the custom BA installing v4 already and do some code to figure out if other requirements are there. If I can customize a UI through Wix (and use to capture parameters) what do I really need a BA for? Are there some good rules of

Re: [WiX-users] Bundle Package Install Failure

2013-05-07 Thread Jeremiahf
Hello, The funny thing is that it crossed my mind. Rebooting fixes everything ha! Glad to hear it worked out for you. J On Tue, May 7, 2013 at 10:59 AM, - Arzola - alphaq...@hotmail.com wrote: Hi Jeremiah. I appreciate your replies. Turns out the client was able to install after rebooting

Re: [WiX-users] Bundle Package Install Failure

2013-05-07 Thread - Arzola -
Rob, I will try and get feedback from client and post back here. From: r...@robmensching.com Date: Tue, 7 May 2013 09:05:07 -0700 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Bundle Package Install Failure I'd be curious to know what happened if the client just launched the

[WiX-users] Problem using WIX3.7 for VS2010 .Net 3.5

2013-05-07 Thread Sharan Katta
Team, We are using VS2010 and targeting to .Net3.5 framework. We are trying to upgrade from WIX3.5 to WIX3.7. After upgrade when we try to compile all wix projects I am getting the following error 'file:///C:\Program Files\WiX Toolset v3.7\bin\candle.exe' or one of its dependencies. This

[WiX-users] Need suggestion on custom feature selection implementation

2013-05-07 Thread Ravi Raj
Hi, I am developing an installer using WiX 3.7 and want to implement freature selection dialog to install the feature. I have three of them: - FEATURE_DEFAULT - FEATURE_CLASS_A - FEATURE_CLASS_B As per name, FEATURE_DEFAULT will always install, FEATURE_CLASS_A and FEATURE_CLASS_B will

Re: [WiX-users] WiX-users] Hide/blank out Passwords in MSI log file

2013-05-07 Thread Jeremiahf
Phil, You were also absolutely correct!!! Sorry that I missed this email thread. Thank you and everyone for all your help. I'm sorry it took so long. We have been moving projects around so it has been hectic! Thank you again, J On Fri, May 3, 2013 at 10:41 PM, Steven Ogilvie

[WiX-users] Wix WCF

2013-05-07 Thread Nick Miller
Hi All, I have an interesting question for you guys. I am trying to get my custom MBA to consume a WCF service that it installs after it completes. I've successfully imported the service reference to the project, but when the installer runs, it can't seem to find the endpoints in the

[WiX-users] UNSUBSCRIBE

2013-05-07 Thread Doug Beard
NOTICE: This electronic mail message and any files transmitted with it are intended exclusively for the individual or entity to which it is addressed. The message, together with any attachment, may contain confidential and/or privileged information. Any unauthorized review, use, printing,

[WiX-users] restart logic following a reboot

2013-05-07 Thread Mike Myers
Here is my scenario: * I've created an install and custom managed bootstrapper based on Wix 3.7 * The install is run on a Vista machine. * The bootstrapper installs .NET 4.0 to allow my managed bootstrapper to work then prompts user to reboot. Machine is rebooted. *

[WiX-users] WebDeploy vs MSI

2013-05-07 Thread Christopher Painter
A question for the group, and Rob, I've been a big believer in MSI for 10 years now. If you were looking at deploying ASP.NET apps to an AWS environment, would you still package the app as an MSI or would you consider another paradigm such as WebDeploy? Thanks, Chris