Inno Setup for AudioResources.dat?
-
Hey everyone
I am total noob when it comes to Windows and have what may be a very likely basic question for setting up installers on Windows.
I have a good template for an Inno Setup script for installing VST and AAX components but I'm not sure how to set this up for installing the AudioResources.dat
- How do I define an installation path that installs into the AppData folder?
- How do I define the installation of a folder and all of its contents in Inno Setup (as opposed to a single component)
Would be great to hear from anyone else who has setup a similar windows installer that requires placing an AudioResources.dat folder as well.
-
@optimistic I’m in the pub but have you searched the forum for inno scripts? Pretty sure you’ll find what you need
-
@DanH I appreciate the pointer!
I actually just figured this out with a google search and some trial and error. I'll post here in case it ends up helping anyone else in the future.
Instead of copying the whole folder I single AudioResources.dat file and created the folder with the installer.
In the "DestDir:" I used the tag {userappdata}. This allowed me to place the file in the expected located.