Hai all,
I want to specify the destination dir of a file to be User Profile dir.
what is the syntax for that?
like this,
DestDir: {app};
No, that is for the application folder. Why would you want to install in the user profile? The one who installs the app would be the administrator and the user would be different in the normal case.
You may want to use {applocaldata}, {commonappdata} or {userappdata}
(Message edited by randem on December 12, 2008)
yes yes, its correct,
C:Documents and SettingsUserApplication Data
i want to store the file in this folder.
Then you want to use {userappdata}
BTW: That is for a roaming user profile.
Thank You really helpful.
i assume with vista also no problem specifing {userappdata}.
No, it is specifically for multiple operating systems. Ref https://randemsystems.support/innoscript-general-questions-report-bugs-problems-etc/making-your-application-vista-windows-7-windows-8-compliant/ (https://randemsystems.support/innoscript-general-questions-report-bugs-problems-etc/making-your-application-vista-windows-7-windows-8-compliant/)
yes, i got it from that article.