[WiX-users] CAQuietExec : pass multiple parameters to script

2010-11-26 Thread wixNewbie
Hi all, I want to invoke a powershell script from my installer to setup a AD LDS database and the script requires a set of input arguments. I dont want to show the console during installation, so I am using CAQuietExec custom action. But here, I unable to pass multiple parameters to a powershe

[WiX-users] CAQuietExec hangs when running powershell script

2010-11-26 Thread wixNewbie
Hi, CAQuietExec seems to hang when running a powershell script and does not exit out of the custom action. How can I exit out of the custom action after the script completes execution? Here is my custom action thanks. -- View this message in context: http

Re: [WiX-users] Silently executing a PowerShell script from WiX Hangs PowerShell

2010-11-27 Thread wixNewbie
Hi, I am also seeing similar problem. When I run powershell script from CA using CAQuietExec, the installer hangs. If I run the powershell script from ExeCommand in custom Action, a console window pops up and completes the script execution. This however leaves a powershell.exe process running

[WiX-users] Directory browser

2010-11-29 Thread wixNewbie
Hi, Can someone share an example or directions to display directory selection dialog using the browsedialog? The code below does not work 1 1 ApplicationRoot is a Directory Id in main source file thanks, -- View this message in context: http://

[WiX-users] UninstallCertificates action fails to remove certificate from iis

2010-11-30 Thread wixNewbie
Hi all, I am seeing error in custom action uninstallcertificates on uninstalling a web application in iis. Is there a setting I am missing in my code pasted below? DEBUG: Error 2769: Custom Action UninstallCertificates did not close 3 MSIHANDLEs. The installer has encountered an unexpected

Re: [WiX-users] UninstallCertificates action fails to remove certificate from iis

2010-12-01 Thread wixNewbie
Thanks. This build has fixed the problem. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/UninstallCertificates-action-fails-to-remove-certificate-from-iis-tp5788876p5792274.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] UninstallCertificates action fails to remove certificate from iis

2010-12-01 Thread wixNewbie
When I installed this version of wix on my machine, visual studio fails to load my solution any more. VS prompts me to convert my solution. Is there any property change made in wix 3.5.2325.0, that I should include in my wix projects built on wix 3.5.1923? thanks for your help, sangeeta -- View

[WiX-users] DTF - How to add CAB file into InstallPackage?

2010-12-02 Thread wixNewbie
Hi all, I am using Microsoft.Deployment.WindowsInstaller API to add new files (not originally existing in MSI) into a MSI. However, I am unable to update the MSI with the new .CAB file and need some help in identifying problem in the code. cabFile is the location of media1.cab file---