Hi,
I have some InstallScript MSI projects in which I place few files in SUPPORTDIR. All is fine when those files get dropped into
C:\Users\<username>\AppData\Local\Temp\{someGUID}
But sometimes the files get put in
C:\Users\<username>\AppData\Local\Temp\2\{someGUID}
In that case the files are SOMETIMES not found at install time because IS is looking in the other location. How does one resolve this?
The odd thing is that SOMETIMES they are found when they are in that location!
Thank You
Edit:
It has something to do with allowing multiple terminal services sessions for the same user who, by default, would not share the same temp directory.
I have some InstallScript MSI projects in which I place few files in SUPPORTDIR. All is fine when those files get dropped into
C:\Users\<username>\AppData\Local\Temp\{someGUID}
But sometimes the files get put in
C:\Users\<username>\AppData\Local\Temp\2\{someGUID}
In that case the files are SOMETIMES not found at install time because IS is looking in the other location. How does one resolve this?
The odd thing is that SOMETIMES they are found when they are in that location!
Thank You
Edit:
It has something to do with allowing multiple terminal services sessions for the same user who, by default, would not share the same temp directory.