Modify ↓
Opened 10 years ago
Closed 10 years ago
#3185 closed Bug (Duplicate)
Multiple FileInstall not working
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.14.2 | Severity: | None |
| Keywords: | Cc: |
Description
If FileInstall("fileA1", "fileA2") And FileInstall("fileB1", "fileB2") Then
MsgBox(0,"installation","completed")
Else
MsgBox(0,"installation","error")
EndIf
This code works only in the not compiled version. In the compiled version the first file will be installed and the second will fail. The program has administrator rights and the files do not exist previously. If FileInstall is not desigend using it twice in one line please add a comment in the documentation. Otherwise it is a bug in the compiler, because the second file is "ignored" by the including routine.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Duplicate of close report #3183.
In case you do not agre come to our forum to have the dialogue about it.
Jos