MMF internal Installer question - Installing into AllUsersAppData
I am using the MMF internal install maker. I want to install my settings files, a ini and a txt file, into the AllUsersAppData folder so that every user at the pc is able to use the software. And not just the current user. That`s the Program Data folder from what i know then. Unfortunately the installshield just provides the Application Data Folder. Which is the AppData folder for a single user.
So i tried to use a manual path for my settings, have chosen a custom path, and have tried it with a #All Users\Application Data# , 'Program Data# and #ProgramData# into the corresponding edit box so far. No luck. The files are not created in Program Data. Windows search finds nothing. I have of course also tried #AllUsersAppData#. And also Program FilesNo luck.
What path do i need to choose to install my ini in the AllUsersAppData so that the files gets created in the ProgramData path?