Oct 26 2021 10:01 PM - edited Oct 26 2021 10:10 PM
I want to redirect a text file from AppDir to the users Appdata folder.
In advanced installer I have setup:
Folder: APPDIR
File Name Pattern: .\.*txt
Destination: c:\users\<myusername>\Appdata\Roaming\<vendor>
Then the MSIX works fine for me but not for 15.000 other users. So I would like to use a variable in Destination. So far I have tried and failed:
%appdata%\<vendor>
[AppDataFolder]\<vendor>
AppDataFolder\<vendor>
%AppDataFolder%\<vendor>
[%AppDataFolder%]\<vendor>
[AppDataFolder%]\<vendor>
[APPDATAFOLDER]\<vendor>
[APPDATAFOLDER]<vendor>
[AppDataFolder]<vendor>
[AppDataFolder]'\<vendor>'
[AppDataFolder]+'\<vendor>'
[AppDataFolder]&\<vendor>
Can anyone tell me what the convention is to get a variable in the Destination path name?
Oct 28 2021 08:51 AM
Solution