#98526 - 2003-02-28 10:27 PM
Re: WKIX32.EXE deployment.
|
MCA
KiX Supporter
   
Registered: 2000-04-28
Posts: 5152
Loc: Netherlands, EU
|
Dear Lonkero,
The amount of lines aren't important. More important is what you are doing in your code. Running our scripts with such size of about 10.000 lines are running in less than 5 seconds also on slow network connections. Scripts with all kind of SHELLs, GOSUBs, GOTOs and file and network operations.
Most of the time users need more time to enter their username and password, than our scripts cost to run.
Of course it is very important how your algorithm was designed. A bigger sort function can be enormous faster as a small sort function. So you understand that we doesn't agree with you that a reduction of code has always a great impact on execution time. F.e. an external pro- gram called by a SHELL can have more impact and possibilities than a line interpreter. Can you f.e. handle a file with line width above 1.000.000 charaters per line and read and interpretate on many aspects a complete file faster as COPY operation cost.
With our kixstrip we can reduce our 600 lines (including comment) script to a very few lines. When we are running it in debugging mode we see that our package are installed within the same minute. Such result doesn't require to improve speed by changing our script. More speed impact has the period neces- sary to transfer our package to a client and specially when it is run- ning in a slow network environment.
code:
-thursday 2003/02/27 13:09:02- kixtart 4.21 Release Candidate 1/4.00e script starting (start2.kix) - -curdir: c:\temp\ixp000.tmp -scriptdir: c:\temp\ixp000.tmp -startdir: c:\temp\ixp000.tmp - -userid: -/- -user priv: guest -version: inwin=2/dos=4.90/productsuite=0/producttype=Windows Me/csd= - -debug file: c:\temp\kixdebug.txt -debug name: 20030227_130902.090_332 - ----- start-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 1-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 2-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 3-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 5-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 6-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 7-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 8-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 9-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 10-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 11-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 12-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 13-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 14-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 15-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 16-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 17-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 18-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 19-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 20-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 21-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 22-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 23-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 24-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 25-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 26-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 27-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 28-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 29-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 30-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 31-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 32-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 33-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 34-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 35-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 36-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 37-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 38-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 39-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 40-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 41-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 42-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 43-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 44-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 45-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 46-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 47-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 48-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 49-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 50-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 51-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 52-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 53-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 54-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 55-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 56-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 57-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 58-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 59-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 60-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 61-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 62-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 63-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 64-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 65-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 66-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 67-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 68-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 69-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 70-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 71-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 72-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 73-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 74-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 75-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 76-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 77-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 78-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 79-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 80-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 81-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 82-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 83-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 84-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 85-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 86-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 87-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 88-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 91-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 92-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 93-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 94-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 95-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 96-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 97-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 98-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 99-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 100-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 101-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 102-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 103-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 106-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 107-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 108-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 109-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 110-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 111-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 112-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 113-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 114-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 115-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 116-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 117-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 118-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 119-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 120-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 121-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 122-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 123-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 124-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 125-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 133-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 134-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 141-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 142-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 143-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 144-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 145-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 146-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 147-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 148-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 149-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 150-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 151-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 157-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 158-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 159-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
Kixtart 4.21 Release Candidate 1 - ME debug mode (vs 4.00) 13:09:02 - 160-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 161-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 162-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 163-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 164-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 165-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 166-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 167-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 168-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 169-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 170-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 171-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 172-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 173-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 174-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 175-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 176-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 177-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 178-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 179-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 180-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 181-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 182-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 183-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 184-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 185-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 186-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 187-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 188-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 191-13:09:02-20030227_130902.090_332 - 120 This function is not supported on this system.
- 192-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 193-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 196-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 197-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 198-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 199-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 200-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 201-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 202-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 203-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 204-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 205-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 206-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 207-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 208-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 209-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 210-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 211-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 212-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 213-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 214-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 215-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 216-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 217-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 220-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 221-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 222-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 223-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 224-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 225-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 226-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 227-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 228-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 230-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 231-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 232-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 233-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 234-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 235-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 236-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 237-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 238-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 239-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 240-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 241-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 242-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 243-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 244-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 245-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 246-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 247-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 248-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 249-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 250-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 251-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 252-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 253-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 254-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 255-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 256-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 257-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 258-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 259-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 260-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 261-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 262-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 263-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 264-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 265-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 266-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 269-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 272-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 273-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
Informative INSTALL: copy c:\temp\ixp000.tmp\kix32.exe c:\windows\kix32.exe - 274-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 275-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.old = 237568 - 276-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.new = 237568 - 277-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.old = 2003/02/27 00:00:00 - 278-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.new = 2003/02/27 00:00:00 - 279-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 280-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
company name - 281-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
filedescription KiXtart main executable - 282-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
fileversion 4, 21, 0, 0 - 283-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
internalname KIX32 - 284-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
language 0409English - 285-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
legalcopyright Copyright Ruud van Velsen 2003 - 286-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
legaltrademarks $ - 287-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
originalfilename KIX32.EXE - 288-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
privatebuild 4.21 Release Candidate 1 - 289-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
productname KiXtart - 290-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
productversion 4, 21, 0, 0 - 291-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
specialbuild Build 131 - 292-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 293-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 294-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 295-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 298-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 225-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 226-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 227-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 228-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 230-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 231-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 232-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 233-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 234-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 235-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 236-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 237-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 238-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 239-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 240-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 241-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 242-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 243-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 246-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 249-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 252-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 255-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 258-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 261-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 262-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 263-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 264-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 265-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 266-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 269-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 272-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 273-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
Informative INSTALL: copy c:\temp\ixp000.tmp\kx16.dll c:\windows\kx16.dll - 274-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 275-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.old = 47104 - 276-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.new = 47104 - 277-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.old = 2001/08/27 00:00:00 - 278-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.new = 2001/08/27 00:00:00 - 279-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 280-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
company name - 281-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
filedescription - 282-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
fileversion - 283-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
internalname - 284-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
language - 285-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
legalcopyright - 286-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
legaltrademarks - 287-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
originalfilename - 288-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
privatebuild - 289-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
productname - 290-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
productversion - 291-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
specialbuild - 292-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 293-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 294-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 295-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 298-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 225-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 226-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 227-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 228-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 230-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 231-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 232-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 233-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 234-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 235-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 236-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 237-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 238-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 239-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 240-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 241-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 242-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 243-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 244-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 245-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 246-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 247-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 248-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 249-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 250-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 251-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 252-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 253-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 254-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 255-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 256-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 257-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 258-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 259-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 260-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 261-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 262-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 263-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 264-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 265-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 266-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 269-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 272-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 273-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
Informative INSTALL: copy c:\temp\ixp000.tmp\kx32.dll c:\windows\kx32.dll - 274-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 275-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.old = 49152 - 276-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.new = 49152 - 277-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.old = 2002/03/29 00:00:00 - 278-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.new = 2002/03/29 00:00:00 - 279-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 280-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
company name - 281-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
filedescription KiXtart 32 bit Thunk DLL - 282-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
fileversion 3, 61, 1, 0 - 283-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
internalname KX32 - 284-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
language 0409English - 285-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
legalcopyright Copyright Ruud van Velsen. 2001 - 286-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
legaltrademarks - 287-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
originalfilename KX32.DLL - 288-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
privatebuild - 289-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
productname KiXtart - 290-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
productversion 3, 61, 1, 0 - 291-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
specialbuild - 292-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 293-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 294-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 295-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 298-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 225-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 226-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 227-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 228-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 230-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 231-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 232-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 233-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 234-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 235-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 236-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 237-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 238-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 239-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 240-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 241-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 242-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 243-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 244-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 245-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 246-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 247-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 248-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 249-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 250-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 251-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 252-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 253-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 254-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 255-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 256-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 257-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 258-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 259-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 260-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 261-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 262-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 263-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 264-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 265-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 266-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 269-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 272-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 273-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
Informative INSTALL: copy c:\temp\ixp000.tmp\kx95.dll c:\windows\kx95.dll - 274-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 275-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.old = 49152 - 276-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
size.new = 49152 - 277-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.old = 2002/11/11 00:00:00 - 278-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
time.new = 2002/11/11 00:00:00 - 279-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 280-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
company name - 281-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
filedescription KiXtart RPC client DLL - 282-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
fileversion 4, 1, 0, 0 - 283-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
internalname KX95 - 284-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
language 0409English - 285-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
legalcopyright Copyright Ruud van Velsen. 2001 - 286-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
legaltrademarks - 287-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
originalfilename KX95.DLL - 288-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
privatebuild - 289-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
productname KiXtart - 290-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
productversion 4, 1, 0, 0 - 291-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
specialbuild Build 003 - 292-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 293-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 294-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 295-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 298-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 299-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 300-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 315-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 316-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 317-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 318-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 319-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 320-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 321-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 322-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 323-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 324-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 325-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 336-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 337-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 338-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 339-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 342-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 344-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 346-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 347-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
=> KiXtart - kix32.exe - 2003/02/27 13:09:02 -> 2003/02/27 00:00:00 237568 (build 131) - 348-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 349-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 350-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 351-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 354-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 324-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 325-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 336-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 337-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 340-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 341-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 342-13:09:02-20030227_130902.090_332 - 161 The specified path is invalid.
- 344-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 346-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 347-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
=> KiXtart - kx16.dll - 2003/02/27 13:09:02 -> 2001/08/27 00:00:00 47104 - 348-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 349-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 350-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 351-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 354-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 324-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 325-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 336-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 337-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 340-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 341-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 342-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 344-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 346-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 347-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
=> KiXtart - kx32.dll - 2003/02/27 13:09:02 -> 2002/03/29 00:00:00 49152 - 348-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 349-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 350-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 351-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 354-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 324-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 325-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 336-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 337-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 338-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 339-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 342-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 344-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 346-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 347-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
=> KiXtart - kx95.dll - 2003/02/27 13:09:02 -> 2002/11/11 00:00:00 49152 (build 003) - 348-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 349-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 350-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 351-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 354-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 355-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 356-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 357-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 358-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 360-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 362-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 363-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
=> KiXtart - kx95.dll - installation completed at 2003/02/27 13:09:02 (+kix32.exe +kx16.dll +kx32.dll +kx95.dll) to "c:\windows\" - 364-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 365-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 375-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 387-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 388-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 389-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 390-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 391-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 392-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 393-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 398-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 399-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 404-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 405-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 410-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 411-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 416-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 417-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 422-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 423-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 424-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 425-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 426-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
Informative INSTALL: creation of KIX file associations. - 427-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 428-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 429-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 430-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 431-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 432-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 433-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 434-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 435-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 436-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 437-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 438-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 439-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 440-13:09:02-20030227_130902.090_332 - 2 The system cannot find the file specified.
- 441-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 442-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 443-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 444-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 445-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 446-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 447-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 448-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 449-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 450-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 451-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 452-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 453-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 454-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 455-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 456-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 457-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 458-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 459-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 460-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 461-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 462-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 463-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 464-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 465-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 466-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 467-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 468-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 469-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
- 470-13:09:02-20030227_130902.090_332 - 0 The operation completed successfully.
|
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 657 anonymous users online.
|
|
|