Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 3841)

Ticket Resolution Summary Owner Reporter
#3109 No Bug 2x FileInstall in same line (in if statement) not working compiled anonymous
Description

Hello,

the following code works fine:

If Not (FileInstall("a.txt", "a2.txt") And FileInstall("b.txt", "b2.txt")) Then MsgBox(0, "", "Error")

But in the compiled version the second file could not be installed.. Maybe the Aut2Exe dont include the second file?? Try it yourself, it wont work

#1345 Fixed 3.3.1.7 Number("35.") returns 0 Valik MeJonah@…
Description

As the summary says, Number() used on a string that contains a number but ends with a . returns 0. I was expecting it to return the numeric portion (i.e., in the summary Number("35.") I expect to return 35).

Thanks

#2996 No Bug 3.3.13.19 installer doesn't end-task file dependencies jmichae3@…
Description

1.install 3.3.8.1 into d:\autoit-3.3.8.1\ 2.install 3.3.13.19 into

expected: should have choice of what dir I want to install 3.3.13.19 into or into default location, as with regular program, rather than as a subdir of 3.3.8.1, which makes no logical sense to me. I keep mine in separate version dirs. so they don't conflict. for example: d:\autoit-3.3.8.1 d:\autoit-3.3.13.19 and easy to add to PATH whichever I wish.

actual:

  • installer installs to d:\autoit-3.3.8.1\Beta\
  • I can't get past "Error opening file for writing:

d:\autoit-3.3.8.1\Beta\Autoit v3 Website.url Click Abort to stop the installation, Retry to try again, or Ignore to skip this file. [Abort] [Retry] [Ignore]"

.url files are typically a renamed .ini file, not a regular shortcut. they should not be written using shortcut APIs. the above will happen if the file is being held open by some program (which locks the file, such as windows explorer). I didn't do anything special, but I did have the help running, which I closed.

Note: See TracQuery for help on using queries.