-
I user multiple monitors with my laptop usually having the main desktop right and an additional screen left.
However, when I use the laptop alone, I only have the main screen. But the KeePass window still appear out of screen to the left even though no monitor is connected and the screen position is invalid.
The workaround is to simply maximize the window.
2009-09-05 08:13:02 UTC in KeePass Password Safe
-
LICENSE: Ms-PL and LGPL.
2009-06-22 21:12:42 UTC in Platinum UPnP
-
I wrote a managed wapper API for .NET for Platinum during my evaluation of the Platinum stack.
The attached files has to eb extracted to .\Platinum\Source\Managed .
Greetz Felix.
2009-06-22 21:07:39 UTC in Platinum UPnP
-
WORKAROUND:
Use " to quote Directory:
2009-06-22 08:34:26 UTC in Windows Installer XML (WiX) toolset
-
ERROR:
Task "HeatDirectory"
C:\Program Files (x86)\Windows Installer XML v3\bin\Heat.exe dir C:\Program Files (x86)\Microsoft Visual Studio 9.0\VSTSDB\Deploy -cg VSDBCMD -dr VSDBCMDDir -scom -sreg -srd -var var.VSDBCMDPath -ag -out I:\Fundtech\felix\Source\Fundtech.Frankfurt.Setup.WiX\VSDBCMD.wxs
Microsoft (R) Windows Installer Xml Toolset Harvester version 3.0.5217.0...
2009-06-22 08:30:39 UTC in Windows Installer XML (WiX) toolset
-
I successfully built the fixed version but it does not work at all. I replaced all the files but this only results in a VS crash. :( .
2009-06-18 15:24:17 UTC in Windows Installer XML (WiX) toolset
-
The following change should fix this issue. Unfortunately I cannot test it since I have issues compiling WiX. Perhaps some dev could check this out:
CHANGE .\src\ext\UtilExtension\wixext\UtilTransformMutator.cs:49: string Mutate(string)
FROM:
public override string Mutate(string wixString)
{
try
{
XslCompiledTransform xslt =...
2009-06-18 10:30:20 UTC in Windows Installer XML (WiX) toolset
-
ISSUE:
I use XSLT to transform the generated WXS files by using the -T option provided by HEAT. This is done through the msbuild task "HeatDirectory".
Since I want to change some stuff on the files and components I require some extended user funtions which I implement using the script-tag:
--------------------------------- SNIP --
2009-06-18 10:09:53 UTC in Windows Installer XML (WiX) toolset