Jump to content

fileinstall question


ddeerr
 Share

Recommended Posts

Hi,

I have a problem with this fonction when i try adding 2 file in a script, only one is created or sometimes i get an error with problem including file

#include <File.au3>

$progressExe = _TempFile(-1, "GetDaCore_", ".gdc")
FileInstall("progressMap.exe", $progressExe)
$progressUpt = _TempFile(-1, "GetDaCore_", ".gdc")
FileInstall("progressUpt.exe", $progressExe)

This doesn't work, is it normal because i don't see in any specification in doc about restriction ?

Tx

Link to comment
Share on other sites

  • Developers

Wrong variable name in the second line:

$progressUpt = _TempFile(-1, "GetDaCore_", ".gdc")

FileInstall("progressUpt.exe", $progressExe)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...