Page 1 of 2 12>
Topic Options
#208623 - 2014-02-25 05:54 PM Kixtart 4.64 *Final* Released
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4562
Loc: USA
Kixtart 4.64 can be downloaded here: http://www.kixtart.org/binary/distrib/KiX2010.464.zip

Thanks to Ruud for his work on this. Here are his comments:

Fixes & enhancements in this release:

• Updated @PRODUCTTYPE issues.
• Fixed issue of SHELL command creating console in WKIX32
• Fixed issue with SidToName failing on specific SIDs
• Built using Visual Studio 2013 (inc XP targeting option)
• Fixed OS version issue on Windows 8.1
• Added handling of logon with Microsoft ID

Top
#208956 - 2014-05-26 06:59 PM Re: Kixtart 4.64 *Final* Released [Re: Allen]
Dann Cox Offline
Fresh Scripter

Registered: 2002-01-18
Posts: 11
Loc: Nanaimo, BC, Canada
KiXtart.dll does not seem to be included in the d/l?
_________________________
Dann Cox
Infrastructure Administrator,
School District 68
Nanaimo, BC, Canada
mailto:dcox@sd68.bc.ca
(250) 741-5270

Top
#208957 - 2014-05-26 08:56 PM Re: Kixtart 4.64 *Final* Released [Re: Dann Cox]
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4562
Loc: USA
It has not changed. Unless you are supporting Win9x, it is not needed.
Top
#208958 - 2014-05-26 10:56 PM Re: Kixtart 4.64 *Final* Released [Re: Allen]
Dann Cox Offline
Fresh Scripter

Registered: 2002-01-18
Posts: 11
Loc: Nanaimo, BC, Canada
I was referring to the COM implementation referred to in the release notes (on kixtart.org) for 4.63:

 Quote:
6) Added a COM implementation of the KiXtart engine.

In order to use the COM implementation, copy KIXTART.DLL to a location on
your system and run the following command:


I assumed there would be a newer DLL.
_________________________
Dann Cox
Infrastructure Administrator,
School District 68
Nanaimo, BC, Canada
mailto:dcox@sd68.bc.ca
(250) 741-5270

Top
#208959 - 2014-05-26 11:02 PM Re: Kixtart 4.64 *Final* Released [Re: Dann Cox]
Dann Cox Offline
Fresh Scripter

Registered: 2002-01-18
Posts: 11
Loc: Nanaimo, BC, Canada
I went back to the d/l list - kixtart.dll is in the 4.60 and 4.62 packages, but not 4.63 or 4.64.

Dann

Top
#208961 - 2014-05-27 07:30 PM Re: Kixtart 4.64 *Final* Released [Re: Dann Cox]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
the dll did not get updated and thus is omitted from the package.
_________________________
!

download KiXnet

Top
#208962 - 2014-05-28 09:31 PM Re: Kixtart 4.64 *Final* Released [Re: Lonkero]
Dann Cox Offline
Fresh Scripter

Registered: 2002-01-18
Posts: 11
Loc: Nanaimo, BC, Canada
Thanks, Lonkero. What I assumed when I thought about it...

Dann

Top
#208963 - 2014-05-29 02:51 AM Re: Kixtart 4.64 *Final* Released [Re: Allen]
Dann Cox Offline
Fresh Scripter

Registered: 2002-01-18
Posts: 11
Loc: Nanaimo, BC, Canada
I may have found a problem with 4.64. Scripts I have using KixForms now break at the Constructor:
 Code:
$System = CreateObject("KiXtart.System")

The instruction at 0x03f07688 referenced memory at 0c03f07688. The memory could not be written.

All the scripts execute properly with 4.63 or lower. This was first noticed on our terminal servers, one running Server 2012R2, and the other 2008R2. Verified on Windows 7.

I am not sure where I should have posted this, so added to this thread.
_________________________
Dann Cox
Infrastructure Administrator,
School District 68
Nanaimo, BC, Canada
mailto:dcox@sd68.bc.ca
(250) 741-5270

Top
#208964 - 2014-05-29 03:33 AM Re: Kixtart 4.64 *Final* Released [Re: Dann Cox]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
Make sure you are using the newest version of kixforms.
Top
#208965 - 2014-05-29 03:38 AM Re: Kixtart 4.64 *Final* Released [Re: ShaneEP]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
See this thread for previous kixforms issues.

Kixtart 4.62 and Kixforms classic not playing nice on Windows 7

And here is a direct link to the newest version of KixForms as far as I know.

KiXforms 2.47.5

Top
#208966 - 2014-05-29 04:29 PM Re: Kixtart 4.64 *Final* Released [Re: ShaneEP]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
or http://www.kixtart.org/binary/kixforms/classic/kixforms_2_47_5.zip


Edited by Lonkero (2014-05-30 07:31 PM)
Edit Reason: how about now?
_________________________
!

download KiXnet

Top
#208967 - 2014-05-29 05:34 PM Re: Kixtart 4.64 *Final* Released [Re: Lonkero]
Dann Cox Offline
Fresh Scripter

Registered: 2002-01-18
Posts: 11
Loc: Nanaimo, BC, Canada
Thanks, guys. Kixforms 2.47.5 fixed my errors.
I had no idea there was any versions of Kixforms past 2.46, as that is the latest visible release on Kixforms.org. Nor is there any visible link to it on this site, unless I'm just blind!
I've done very little KiXtart work the past few years, except the occasional minor adjustment or repair. Lately a UDF to read 64-bit registry entries started failing intermittently, which is what brought me looking for an update to Kixtart in the first place. the new option in 4.6x, WOW64AlternateRegView, allowed me to retire that bit of script rather than fix it.
We are rather heavily involved in Exchange 2010, System Center, and Sharepoint, now, so I've had to move most of my development time to PowerShell, sad to say. Many things that were easy to accomplish in KiXtart are NOT so easy there...
I'm happy to see that the same smart and helpful folks are still here, still helping!
_________________________
Dann Cox
Infrastructure Administrator,
School District 68
Nanaimo, BC, Canada
mailto:dcox@sd68.bc.ca
(250) 741-5270

Top
#208974 - 2014-05-30 04:47 PM Re: Kixtart 4.64 *Final* Released [Re: Dann Cox]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
As you can see in the forum post that I linked to, that last version never really made it to public build. And the developer of kixforms has been busy with other developments in the last several years.
Top
#208975 - 2014-05-30 04:49 PM Re: Kixtart 4.64 *Final* Released [Re: ShaneEP]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
Oh, and Jooel, for some reason Chrome blocks that download that you linked to as being malicious lol. Have no idea why.
Top
#208976 - 2014-05-30 05:17 PM Re: Kixtart 4.64 *Final* Released [Re: ShaneEP]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
that is weird. maybe it thinks that since there are no links to it and directory listing is denied, it has to be bad? I mean, google obviously knows best, right?
_________________________
!

download KiXnet

Top
#208977 - 2014-05-30 05:52 PM Re: Kixtart 4.64 *Final* Released [Re: Lonkero]
Glenn Barnas Administrator Offline
KiX Supporter
*****

Registered: 2003-01-28
Posts: 4401
Loc: New Jersey
Hmm - does that sound like sarcasm? \:D
_________________________
Actually I am a Rocket Scientist! \:D

Top
#208978 - 2014-05-30 07:52 PM Re: Kixtart 4.64 *Final* Released [Re: Glenn Barnas]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
nooooo...

ok, I replaced the installer with a zip archive.
_________________________
!

download KiXnet

Top
#209748 - 2014-12-23 09:00 AM Re: Kixtart 4.64 *Final* Released [Re: Lonkero]
Patrick20 Offline
Fresh Scripter

Registered: 2009-08-27
Posts: 22
Loc: Belgium
How can I change that kix32.exe is running in 64bit mode (process) on a Windows 7 64bit machine? However the other process AMD64_ShExecuteEx.exe runs in 64bit.

Thanks

Top
#209751 - 2014-12-23 08:26 PM Re: Kixtart 4.64 *Final* Released [Re: Patrick20]
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
You can't change a 32bit software to run as 64bit.

What would you need this for?
_________________________
!

download KiXnet

Top
#209760 - 2014-12-24 04:49 PM Re: Kixtart 4.64 *Final* Released [Re: Lonkero]
Patrick20 Offline
Fresh Scripter

Registered: 2009-08-27
Posts: 22
Loc: Belgium
kix32.exe is only 32bit? , any idea how to run this as 64bit processes?

Many thanks

Top
Page 1 of 2 12>


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1574 anonymous users online.
Newest Members
BeeEm, min_seow, Audio, Hoschi, Comet
17882 Registered Users

Generated in 0.092 seconds in which 0.041 seconds were spent on a total of 14 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org