JerichoJones Posted June 12, 2009 Posted June 12, 2009 My script compiles and the file appears to be in there but when I run the script it fails to copy the file. I have tried with and without the trailing backslash. I have also tried specifying the file name. Please tell me I am doing something wrong. Below is the code in question: If Not FileExists(@TempDir) Then If Not FileExists(@WindowsDir & "\Temp") Then DirCreate(@WindowsDir & "\Temp") EndIf $sTargetPath = @WindowsDir & "\Temp\" Else $sTargetPath = @TempDir & "\" EndIf $RC = FileInstall("\\Server\share\_ServerTeam Tools\LightSpeed\SecurityAgent.msi", $sTargetPath, 1)
DCCD Posted June 12, 2009 Posted June 12, 2009 It works fine for me! NB: a. FileInstall() ,Include a file with the compiled script. b. FileCopy() ,Copies one or more files. [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
KaFu Posted June 12, 2009 Posted June 12, 2009 Might be an issue with the network share... why not just copy SecurityAgent.msi to @scriptdir for compilation? OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2024-Oct-20) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now