Work Klo wrote: <snip> > I have found out that this in the log > > DEFAULTDESTPATH=<winprogpath>\%PRODUCTNAME%PRODUCTVERSION > > Somehow <winprogpath> is translated to be C:\Program > Files concated with the company name... I know that I > could just hard-code it, but is there a better way?
Hi Work Is there any chance that the <winprogpath> bit is automatically translated by Windows? i.e. for an Italian version of Windows, it would have the italian words for "Program Files" be the base path name? So, that bit you shouldn't have to worry about. If you do a recursive file search through the source tree for: %PRODUCTNAME% Does that show where it's being set to "Sun"? Also doing a search for "Sun" might help, though I suspect there may be too many matches on that. (I haven't looked) Hope this helps in some way. Regards and best wishes, Justin Clift > Work > [EMAIL PROTECTED] -- Executive Director Digital Distribution Global Training Services Pty. Ltd. Premier OpenOffice.org and StarOffice Online Training providers http://www.digitaldistribution.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
