Hello, all. I am attempting to push an ancient piece of software called eCopy. Instead of using the registry, it still stores configuration info in an INI file.
The information that must be customized is a file path:
\\<server>\<share>\<username>
How do I get the variable represented by <username> to write to the INI file? I have tried putting in the path and using %UserName%, but that doesn't work.
Using Wise's Windows Installer Editor, how can I create a transform that updates this file with the user's ID on installation?
Thanks,
Patrick Burnett