Custom Query (3910 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (349 - 351 of 3910)

Ticket Resolution Summary Owner Reporter
#350 Rejected FileInstall fails when user login name is non-English chars Jon ehaerim@…
Description

$execdir = "C:\HelpDesk\" FileInstall("winvnc.exe", $execdir, 1) Run($execdir & "winvnc.exe " & " -connect " & $RemoteHelperIP & ":5500 -noregistry", $execdir)

Above code succeeds in most cases but fails when the user's login name is in non-English(for example, Korean). The 'Run' function fails in finding the target file.

This bug should be tested under the following conditions to reproduce:

  • non-English Windows (I am not 100% sure, though)
  • user login name is in non-English (ex)영업

It seems that 'FileInstall' does not handle properly MBCS chars in the file path, but it's just my guess.

Please find the cause of this bug and fix ASAP.

Thanks.

#351 Completed Reverse PixelSearch Valik dennis@…
Description

Searching in other directions then left -> right and top -> bottom.

Example: PixelSearch(100,100,100,0,0) Should find the first black edge pixel above 100,100.

Option to find the first pixel not matching a color.

These options instead of looping pixelgetcolor would greatly improve performance.

#352 Works For Me v3.2.12.0 + RegRead (REG_MULTI_SZ) Stéphane
Description

if you try to read a REG_MULTI_SZ realy big key > 255 chars, RegRead returns nothing and @error is set to -2, smaller keys are read correctly

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.