I'm currently trying to repackage RealPopup (
www.realpopup.it) using installation monitoring.
Everything gets captured properly except the INI files that are created/updated.
It's because the INI files are named after the username (ie. RP[LogonUser].ini).
I've tried editing the MSI so it uses RP[LogonUser].ini, but the file actually gets called RP[LogonUser].ini instead of RPADMINISTRATOR.INI. I've also tried using %LogonUser% and {LogonUser} without success.
I have also tried creating a custom action and then using [USERNAME]/%USERNAME%/{USERNAME} in the file name. Still no success.
Is it possible to have the INI File Changes use a variable in the filename?