Re: [WiX-users] Build a own UIExtension-Dll

2009-04-20 Thread Bahn Thomas
ice - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Bahn Thomas [mailto:thomas.b...@cic-group.eu] Sent: 20 April 2009 08:51 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Build a own UIExtension-Dll Hello, I

[WiX-users] Build a own UIExtension-Dll

2009-04-20 Thread Bahn Thomas
Hello, I would build my own UI into an WebAppUIExtension.dll, I already have an WebAppUI.wixlib. I have seen the code of the UIExtension shipped with WiX and i get an WebAppUIExtension.dll, but without the UI themselves. I have included the AssemblyInfo.cs, UIDecompiler.cs and UIExtension.cs i

[WiX-users] Mutal locking components with CheckBox

2009-04-16 Thread Bahn Thomas
Hello, the following code should prevent IISApplication from execution when the checkbox is not checked. Then IISApplicationVDir is executed. Vice versa, when the checkbox is checked, IISApplication isn't executed and IISApplication is done. the problem is, that it seems IISApplication is execu

[WiX-users] Check for IIS application pools

2009-04-03 Thread Bahn Thomas
Hello, can i check for an installed IIS and list the available application pools? The avaliable application pools should be listed in a listbox control. Thanks Thomas Bahn -- _

Re: [WiX-users] Own UI-File

2009-03-13 Thread Bahn Thomas
But the first_Control is Y. Have you an idea? Von: Bob Arnson [...@joyofsetup.com] Gesendet: Donnerstag, 12. März 2009 19:17 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Own UI-File Bahn Thomas

Re: [WiX-users] Own UI-File

2009-03-12 Thread Bahn Thomas
: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Own UI-File Bahn Thomas wrote: > What PushButtons i need in FilesInUseDialog? > See "ICE20" in the MSI SDK. -- sig://boB http:

Re: [WiX-users] Own UI-File

2009-03-11 Thread Bahn Thomas
1 1 Von: Bob Arnson [...@joyofsetup.com] Gesendet: Dienstag, 10. März 2009 17:50 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Own UI-File B

Re: [WiX-users] Own UI-File

2009-03-10 Thread Bahn Thomas
7;EndDialog' C:\Dokumente und Einstellungen\Thomas Bahn\Lokale Einstellungen\Temp\4qt3fci1\Cic.P04.WiXSetup.msi There is an internal error? ________ Von: Bahn Thomas [thomas.b...@cic-group.eu] Gesendet: Dienstag, 10. März 2009 16:16 An: General disc

Re: [WiX-users] Own UI-File

2009-03-10 Thread Bahn Thomas
property refers to ErrorDlg, but this appears before ErrorDlg has been defined in the file. Have you tried moving the property definition to after the Dialog definition? I wouldn't have thought it matters, but who knows. Rob Bahn Thomas wrote: > Hello, > > I get an error from the c

[WiX-users] Own UI-File

2009-03-10 Thread Bahn Thomas
Hello, I get an error from the compiler that I cant solve myself. I hope you can help me to solve my fault. The error message is: ICE20: Specified ErrorDialog: 'ErrorDlg' not found in Dialog table (or its Control_First control is not 'ErrorText'). in Line 32 Following the Source-Code of my UI:

Re: [WiX-users] Installer for an WebProject

2009-03-04 Thread Bahn Thomas
-users] Installer for an WebProject Heat isn't designed to work in a CI system today. Bahn Thomas wrote: > Yes, this works. > How i can use this in a buildserver for continous integration? > I create the Gernerated.wxs automatic by the buildserver. It overwrite my > ch

Re: [WiX-users] Installer for an WebProject

2009-02-27 Thread Bahn Thomas
Hope it helps. -- Yan -Original Message- From: Bahn Thomas [mailto:thomas.b...@cic-group.eu] Sent: Friday, February 27, 2009 1:32 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installer for an WebProject Thanks, the -sfrag switch helped. But there

Re: [WiX-users] Installer for an WebProject

2009-02-27 Thread Bahn Thomas
] Gesendet: Donnerstag, 26. Februar 2009 15:12 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Installer for an WebProject Try using -sfrag switch. And you can run heat /? For more info about it. -- Yan -Original Message- From: Bahn Thomas [mailto:thomas.b...@ci

Re: [WiX-users] Installer for an WebProject

2009-02-26 Thread Bahn Thomas
aining references to all the components harvested into this fragment. You can then add a element into your feature to include the entire component set. Hope this helps. -- Yan -Original Message----- From: Bahn Thomas [mailto:thomas.b...@cic-group.eu] Sent: Thursday, February 26, 2009 12

[WiX-users] Installer for an WebProject

2009-02-26 Thread Bahn Thomas
Hello, i would use WiX to create an installer for our Web-Application. But there a some things that confuse me. I have many Files and Folders that changes often. The Files and Folders should be automatic included into the installer. With the Harvester heat.exe i can generate a WiX-Source contai