[WiX-users] Asking for the Installation language

2011-08-03 Thread Christoph Goetz
Hi, is it possible to ask the user the language of the installation? I thought of something like: InstallUISequence Show Dialog=SelectLanguage Before =Installinitialize/ /InstallUISequence but i always get an error. The question should come before the installation starts.

Re: [WiX-users] Asking for the Installation language

2011-08-03 Thread Christoph Goetz
Ok i got it... InstallUISequence Show Dialog=SelectLanguage Before =AppSearch/ /InstallUISequence Christoph -Ursprüngliche Nachricht- Von: Christoph Goetz [mailto:christoph.go...@giepa.de] Gesendet: Mittwoch, 3. August 2011 08:58 An: 'General discussion for Windows

Re: [WiX-users] Fileshare permissions

2011-08-03 Thread Peter Shirtcliffe
Does the service account have filesystem permissions to the directory you're trying to access via the share ? -Original Message- From: Atul Kolhatkar [mailto:atul.kolhat...@microsoft.com] Sent: 02 August 2011 19:44 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Fileshare

Re: [WiX-users] Installing https WCF Webservices

2011-08-03 Thread Nick Ramirez
For sure, I wouldn't mind getting involved in making some sort of extension. That project doesn't seem to have much activity though. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installing-https-WCF-Webservices-tp6641855p6648697.html Sent from

Re: [WiX-users] WixUtilExtension XmlFile uninstall behavior

2011-08-03 Thread Rob Mensching
XmlFile is a little under powered. You want XmlConfig instead. 2011/8/2 Alexander Krivács Schrøder alexander.schro...@mermaid.no Hey. I have a question regarding the XmlFile element. In my installer, I'm using it to modify a Unity configuration in an existing installation of another program

Re: [WiX-users] Installing https WCF Webservices

2011-08-03 Thread Rob Mensching
That's true. It's a very quiet project since I've been focused on Burn. Needs someone to push it. On Wed, Aug 3, 2011 at 6:25 AM, Nick Ramirez nickra...@hotmail.com wrote: For sure, I wouldn't mind getting involved in making some sort of extension. That project doesn't seem to have much

Re: [WiX-users] Multiple RadioButtonGroup controls in the same dialog

2011-08-03 Thread Anil Patel
I was using groupbox's to embed each radiobuttongroup and the there was an overlap of these which led to the problem. Thanks for your offer of help anyway. On Tue, Aug 2, 2011 at 8:11 PM, Nick Ramirez nickra...@hotmail.com wrote: Could you show the markup you're using for the controls? --

Re: [WiX-users] Installing https WCF Webservices

2011-08-03 Thread Peter Ibbotson
Ah thats useful all round. (well at least it tells me I didn't miss anything obvious) From my quick look at the extension is rollback the major thing that's wrong with it or are there other problems lurking? Are there restrictions on Visual Studio versions for extensions? Also while the code has

Re: [WiX-users] Wix36 Installer Hangs

2011-08-03 Thread Marc Bauer
Same here... tried again and than it worked. -Ursprüngliche Nachricht- Von: wix-user [mailto:wix-u...@cornerbowl.com] Gesendet: Dienstag, 2. August 2011 22:49 An: wix-users@lists.sourceforge.net Betreff: [WiX-users] Wix36 Installer Hangs I'm interested in Burn so I've uninstalled

Re: [WiX-users] Fileshare permissions

2011-08-03 Thread Atul Kolhatkar
Yes, I am testing this with my own user account (in production it will be a service account). I can access the folder directly in explorer, but not through the share. I tried a few other options, none of them worked: 1. Run the installer as Administrator 2. Specify @Name and @Domain

[WiX-users] How to handle conditional features on upgrade

2011-08-03 Thread Joe Tilley
I have an installer that uses property values passed on the command line to determine which features should be installed. Example: Feature Id=HardwareDefinitions.Internal Level=1 ComponentGroupRef Id=GRP_InternalHardware/ Condition Level=0 ![CDATA[Installed OR

[WiX-users] WebAppPool unexpected attributes

2011-08-03 Thread Atul Kolhatkar
I am trying to setup an application pool for a website, with a WebAppPool element: iis:WebAppPool Id=MyAppPool Name=MyApplicationPool Identity=other User=MyAccount ManagedPipelineMode=integrated ManagedRuntimeVersion=v2.0 / This gives me the following compilation errors in Visual Studio: The

[WiX-users] Feature level not getting set based on property

2011-08-03 Thread Anand, Animesh
Hi, I have some public properties in my Wix setup project. I am not using the WixUI_FeatureTree. Instead I have checkboxes on my custom dialogs to set the public properties which would later be used to set the level for a feature. This works fine when I install using UI. But, if I use silent