I have an application that writes a file to root drive C:\. This is a license file and therefore needs to be our own version of the file.
Therefore, I want to apply a transform to the apps .msi that copies this file to C:\ - however, I cannot see any option in Tuner that allows me to do this?
As far as I can tell there is no root drive folder option, does anyone have any ideas how I can instruct the transform to apply this file to C:\?
Assuming windows is on C: you can use the WindowsVolume directory identifier. Otherwise you can go into the directory table and create your own hard coded c:\ path.
Hi, OPen the IDE, Click Property Manager from the left pane, this will display property table in the right pane, go to the last row and add new property as "ROODRIVE" and set it's value to "C:\"