

ChiefZeke wrote:Also, the program lists my system as having .NET v1.1: 11.4322.2503 installed - which is true but further down the list is a comment: *.NET v1.1 Not available for WinVista and higher; which is false as I have it installed.
While I understand your point that Vista and higher is not listed in the link you referenced, the link did not say that it wouldn't work on them, at least not that I saw. Maybe change the wording of the note to something like:automizzer wrote:About .Net 1.1 - the note about compatibility is displayed for every OS and I got this from Microsoft -> http://msdn.microsoft.com/en-us/library/ms229068 and as far as I know you have to do some tricks to install 1.1 on Win7
Program tries to detect .Net 1.1 on every OS and if it's not detected it displays '----' also if OS is Vista or higher it adds the '*' to read the note and know that it's not required.
@bphlptbphlpt wrote:
Which addon/installer did you use to install it Chief?
Cheers and Regards
I understand Chief, I didn't think that my Anti-malware would effect anything either. But just out of curiosity, could you temporarily disable MS SE and see if the app would run? Just to confirm or eliminate the possibility. Any other anti-malware running?ChiefZeke wrote:#2 > AntiVirus is Microsoft Security Essentials v4.4.304.0 which is also installed in Win7 (Defender is in Win8) and they did not cause a problem when I ran the program in that OS so I'm not sure I agree with possible solution.
V1.5 works for me. I use only avast! Free v2014.9.0.2006. There is, however, a minor typographical error on the System line for XPx64.bphlpt wrote:Perhaps 5eraph could verify it in his XPx64 system which would imply that it's likely to be some kind of anti-malware software interaction for Chief, like it was for me.
Code: Select all
window.moveTo posLeft, postop
Working as intended. Thanks.automizzer wrote:5eraph - the typographical error you noticed is caused by the weird Microsoft(R) name... I do a simple cosmetic trim: if the field begins with Microsoft it trimms 10chars from the left. Now it should be OK and leave the weird name full to not cause the error.
It ends up that my friend's errors were with v1.9, (which were this error, by the way):bphlpt wrote:I have had reports that v1.9 crashes on a friend's XP and 2003 system. I'm trying to get verification and better descriptions of the errors, along with verifying if those results were with v1.9 or v1.93.
At v2automizzer wrote:I'm glad that output looks good not only for me.
Yes, data output was a VBScript MessageBox so I couldn't add buttons and also there were some problems with alignment - but not any more
There is a new v1.9 [beta] -> LINK - rewrited to be .hta based .exe - Screen
At first I thought I won't be able to do that because I never coded any hta but it seems it's not that difficult
Changes since previous version:
- Wraped into a GUI - due to rewriting to .hta;
- Added 'Save as a .txt file to your desktop' button with notification after it's saved. Also added 'Close' button;
- Improved Shockwave check - now it checks the static key, search for the GUID key and compare versions if needed.
Such a big change would be good for 2.0 version so after cosmetic changes (this is the first GUI but I think there's quite nothing to change - it's clear/ readable) and if it would work as it should i will update the first post with this as final 2.0
Didn't test it on W8.1 by myself, maybe in some more free time at the end of the month/year
Thanks bphlpt for suggestions and support