|
|
#1 |
|
Junior Member
Join Date: Sep 2006
Posts: 1
|
File "/oname" $variable
Problem:
File "/oname=$WINDIR\system32\$UpdateFileSys32" "$UpdateFileSys32Dir\$UpdateFileSys32" Error: File "$UpdateFileSys32Dir\$UpdateFileSys32" -> no files found. The File Function does not except a variable instead a SrcPath. Do you know a workaround? Description: My Installer copies some .dll files into the $WINDIR\system32 folder. All these Files are stored in the directory \src\system32. before the installert copies the file to the destination it checks the version of the existing files. The Installer checks File after File in this Procedure. By the Time I would like to write the File I got the Name in a Variable! Code: PHP Code:
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
You've got your variable use messed up.
Variables are for run time use, so naturally you can't use them on compile time. -Stu |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|