-
I'm unable to install on vista x64. setup says .NET 1.1 is required. Vista doesn't come with it (has .net 2 and 3 preinstalled, I also have 3.5) and it's impossible to install it.
what can i do to fix this and install Spamato? thanks.
2009-05-21 05:16:28 UTC in Spamato Spam Filter System
-
the hard part is to detect all SP version. for example if I say I want to have at least SP1, but user has SP2 or SP3 installed setup should continue.
2006-12-12 18:37:58 UTC in Windows Installer XML (WiX) toolset
-
there are properties in NetFx to determine if .NET 1, 1.1, 2, 3 are installed, but not to determine if SP is installed. seeing if SP is present can be important. even WiX relies on .NET SP1 to function properly.
http://blogs.msdn.com/astebner/archive/2004/09/14/229574.aspx
describes how to detect SP version (very easy through registry search)
2006-12-12 17:44:43 UTC in Windows Installer XML (WiX) toolset
-
when using RSS Bandit with IE7 pressing CTRL + +/- or CTRL + scrolling middle mouse button has no effect. it used to change font size. in IE7 it now changes page zoom. either way I would like to be able to change text size to make posts reading easier.
2006-12-07 13:21:33 UTC in RSS Bandit
-
WiX automatically replaces identifier used for
ProgId/@Icon to a file reference. This isn't
documented. Identifier doesn't need to include MSI
syntax for file reference (WiX expects to
see "file.dll" instead of MSI formatted "[#file.dll]".
it will generated later format from the
simple "file.dll").
This is unexpected, at least to me since I'm used to
writing for MSI and use MSI...
2006-10-30 02:03:34 UTC in Windows Installer XML (WiX) toolset