A bit stupid, but I didn't find anything about this : I want to use fileinstall to extract a file to a destionation.I want this destination to be the Temp folder (Users\UserName\AppData\Local\Temp), but the user is variable.I would like to use %temp% for the destination, but it fileinstall doesn't seem to support it.This is what I have now :
But it doesn't install the file to that location.I would like to ask if there is an alternative (easy) to use something like %temp%, or if there isn't one, then how do I manage to fileinstall with a variable (username in this case) in the destination path ?
Thank you for your support.
[ autoit ]
But it doesn't install the file to that location.I would like to ask if there is an alternative (easy) to use something like %temp%, or if there isn't one, then how do I manage to fileinstall with a variable (username in this case) in the destination path ?
Thank you for your support.