Hi,
I had to create a vbs script which use the ExpandPath() API:
Function OnFirstParentStart
appname = GetBuildOption("InventoryName") & " (Thinstalled)"
desktop = ExpandPath("%Desktop%\")
MsgBox desktop, 0, appname
End Function
Here is the result on a XP (SP3) french machine:
And here is the result on a VISTA Business (SP1) french machine:
ThinApp version 4.0.0
Anybody can confirm this is a bug ?
thanks
Alban