The error when building from the commandline means you must add "-ext WixIIsExtension" to the commandlines of both candle and light.
The disappearing text: I have no idea.
-----Original Message-----
From: PitMonster [mailto:
[hidden email]]
Sent: Friday, November 06, 2009 4:09 AM
To:
[hidden email]
Subject: Re: [WiX-users] Text randomly disappearing
dhoyt wrote:
>
> ...I'm using WiXUI_InstallDir and if I play around on the dialog for more
> than a few seconds, the dialog title description disappears. If I drag it
> off screen and back it's repainted and appears again. So the text isn't
> lost per se, it just stops getting painted for some reason. I'm on Windows
> XP SP3 w/ windows installer 3.01 (I believe).
>
Hi, I´ve got the same problem...
Text is disappearing after few seconds, drag off and back -> text is shown
again but only for few seconds.
i tried it with WiXUI_Mondo and i´ve got the same problem...
but if i use an example file it doesnt disappers...
http://www.tramontana.co.hu/wix/download.php?file=samples/samplewixui.zip&type=application/zipI have built the example .msi file with commandline but i have built my
Project .msi file with Visual Studio 2008, because it can´t be build with
commandline --> Namespace errors like:
--
error CNDL0200 : The Product element contains an unhandled extension element
´iis:WebSite´.
error CNDL0200 : The Component element contains an unhandled extension
element ´iis:WebVirtualDir´.
Please ensure that the extension for elements in the
´
http://schemas.microsoft.com/wix/IIsExtension´ namespace has been provided.
--
But i dont know what is wrong, because i have included the namespace...
Visual Studio 2008 has no errors and builds the .msi File ( and .wixpdb )
Is this maybe the reason of the disappearing text?
How can i match the still included namespace with this "unhandled
extension"´s ?
Here a code snip of my project:
#Project.wxs
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="
http://schemas.microsoft.com/wix/2006/wi"
xmlns:iis="
http://schemas.microsoft.com/wix/IIsExtension">
<Product Id="97eb62c2-9e05-40cf-828b-2f2e9989fbcb" Name="Virtual
Webproject" Language='1033' Codepage='1252' Version="1.0.0.0"
Manufacturer="PitMonster"
UpgradeCode="2ad7eb33-ded4-4c46-88c3-91e9d2554c44">
<Package InstallerVersion="200" Compressed="yes" />
<Media Id="1" Cabinet="Setup.cab" EmbedCab="yes" />
<iis:WebSite Id='DefaultWebSite' Description='Default Web Site'>
<iis:WebAddress Id='AllUnassigned' Port='80' />
</iis:WebSite>
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder" Name="PFiles">
<Directory Id='INSTALLDIR' Name='Virtual_Webproject'>
<Directory Id="WebApplikationDir" Name="Webapplikation">
<Directory Id="WebApplikationBin" Name="bin" />
</Directory>
<Directory Id="WebServiceDir" Name="WebService" />
</Directory>
</Directory>
</Directory>
<Feature Id="InstallPath" Title="WebapplikationSetup" Description='The
complete package.'
Display='expand' Level="1" ConfigurableDirectory="INSTALLDIR">
<ComponentGroupRef Id="Webapplikation" />
<ComponentGroupRef Id="WebService" />
</Feature>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
<UIRef Id="WixUI_InstallDir" />
</Product>
--
View this message in context:
http://n2.nabble.com/Text-randomly-disappearing-tp3462381p3958324.htmlSent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users