[WiX-users] Questions about the Edit control

2010-06-23 Thread Elfe Xu
Hi, Here is what I want: In MySettingDlg, I have a Edit control allow user to input a sting, the Next button will only be enabled when the string is not empty. I thought it should be easy, but I've searched the document for long and still didn't find solutions. The code :

Re: [WiX-users] Using New Lines in Text Fields for Custom WiX Extension Doesn't Work

2010-06-23 Thread Rob Mensching
In your table's columnDefinition set the escapeIdtCharacters attribute to "yes". On Wed, Jun 23, 2010 at 4:54 PM, jnewton wrote: > > Looks like when posting, my xml character codes went away. Here is a > screenschot of the codes. > > > http://windows-installer-xml-wix-toolset.687559.n2.nabble.co

Re: [WiX-users] What can cause WcaInitialize to fail?

2010-06-23 Thread Rob Mensching
Did you call WcaGlobalInitialize() in your DllMain()? / WcaGlobalInitialize() - initializes the Wca library, should be called once per custom action Dll during DllMain on DLL_PROC

Re: [WiX-users] Managing Files - directories - folders

2010-06-23 Thread Domingos Ribeiro
It worked, also had to change id="NPC" to id="Npc" so it was exactly what you said thanks! -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental u

Re: [WiX-users] Managing Files - directories - folders

2010-06-23 Thread Blair
I'm not certain but I have a guess: Change to and try again. What I am suspecting is that the public name XML is not being changed when you change the value of INSTALLDIR. By changing the case, you make it a non-public so it's default value isn't shared with the server-side of the transaction.

Re: [WiX-users] Using New Lines in Text Fields for Custom WiX Extension Doesn't Work

2010-06-23 Thread jnewton
Looks like when posting, my xml character codes went away. Here is a screenschot of the codes. http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/file/n5215703/New_Line.png -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-New-Line

[WiX-users] Using Restart Manager during uninstall

2010-06-23 Thread ivo
Hi As I mentioned in my prvious thread, I'm trying to get the Restart Manager to show up during uninstall from the Control Panel. Here's what I know so far: A) If I run the MSI directly then I get options like "Change" and "Remove". When I pick Remove everything works fine and I do get the Rest

[WiX-users] Using New Lines in Text Fields for Custom WiX Extension Doesn't Work

2010-06-23 Thread jnewton
I have developed a custom extension and have found that if I use newline/return character xml codes in text fields, WiX incorrectly generates the temporary IDT files. Thus when WiX is trying to apply the IDT files to the MSI, it fails. For example, suppose I have the following custom table:

[WiX-users] Dependency on Sql Server

2010-06-23 Thread Will Sullivan
My service uses an instance of Sql Server. Now, if that instance is on the current machine, I need to set a dependency on that service so that my service starts afterwards. I can foresee a hard time getting this into my installer. I need to determine if the sql server is on the current machin

[WiX-users] Managing Files - directories - folders

2010-06-23 Thread Domingos Ribeiro
I'm using Sharpdevelo 3.2 and Xna 3.1 and .net 3.5 in case it changes anything I made an installer and it works fine if I don't change the default directory (in program files) If i change the directory all but one folder will be in the new directory and it puts the xml folder in the default one..

Re: [WiX-users] How to delete the extracted MSI after install

2010-06-23 Thread Wilson, Phil
There's a good case for not deleting it at all: http://blogs.msdn.com/b/windows_installer_team/archive/2006/05/24/605835.aspx Rule 31. Phil Wilson -Original Message- From: Andy.Kruger [mailto:appr...@gmail.com] Sent: Wednesday, June 23, 2010 2:43 AM To: wix-users@lists.sourceforge.n

Re: [WiX-users] WixUI CustomizeDlg

2010-06-23 Thread Matt Johnson
Simple. There are three separate applications, all of which share a large set of common components. The user should be able to install any one or all of these applications. The common components are in their own component group and assigned to all features, but it does not make sense to put t

[WiX-users] What can cause WcaInitialize to fail?

2010-06-23 Thread Fangren
Hoping someone can shed some light on WcaInitialize. I have a WiX based installer that works on hundreds of different machines, but on a couple it appears that WcaInitialize is failing. The log entry after WcaInitialize is not written to the logs even with verbose logging. What conditions can c

Re: [WiX-users] Heat : harvest project documentation without directory structure

2010-06-23 Thread dB .
I had the same type of problem(s) and eventually gave up on heat to write something simpler (aka dumber) that just works. http://code.dblock.org/ShowPost.aspx?id=97 dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: Gernot Kerger [mailto:gernot.ker...@entropys

Re: [WiX-users] WixUI CustomizeDlg

2010-06-23 Thread Pally Sandher
Why does your Feature Tree have every Feature selectable as disabled? Surely there's some core components of your application you'd want to always be installed if the user is running your installer? It's kind of pointless to try & handle a case where the user doesn't select anything for install. W

[WiX-users] Heat : harvest project documentation without directory structure

2010-06-23 Thread Gernot Kerger
Hi all, I'm trying to harvest a project's Documentation output using the following line: heat project "Foo.Project\Foo.Project.csproj" -sfrag -cg FooProjectDocuments -pog:Documents -gg -dr MyDir -nologo -out Foo.project.documents.wxs The resulting output is: http://schemas.microso

[WiX-users] How to delete the extracted MSI after install

2010-06-23 Thread Andy.Kruger
I have a VC++ bootstrapper with an embedded MSI. during install MSI gets extracted to the %USERPROFILE% path. How do i clean up the extracted MSI after install?? Should i be doing it from the bootstrapper or from with in the WiX-MSI?? - Andy Build&Deployment Schneider Electric -- View thi

Re: [WiX-users] WiX + AppFabric

2010-06-23 Thread Rob Mensching
Given that I didn't know that, the answer is, "I don't know". On Tue, Jun 22, 2010 at 11:44 PM, Johannes Hetzer wrote: > There are two versions of AppFabric - with version I mean is the: > > Windows Server AppFabric is a set of integrated technologies that make it > easier to build, scale and ma