User Profile
siebrasse
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Using variables in Folder Redirection
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?Solved1.9KViews0likes1Comment
Recent Blog Articles
No content to show