Main menu

Search
Login
Signup
Links
<< Previous thread | Next thread >>   
Launcher "Local Appdatadir"?

Author Post
gibdemaffen
Thu 10 Jun 2010 - 14:05
online
Registered Member #38871
Joined: Fri 04 Jun 2010 - 10:31
Posts: 27

hi guys,

in the launcher ini files, the AppDataDir is adressed as @AppDataDir@.

But how can I address "local settings application data" - I tried @localappdatadir@ but this doesn't work out.

Thanks for your help
Back to top
zandet2
Thu 10 Jun 2010 - 15:17

online

Registered Member #3184
Joined: Tue 06 Mar 2007 - 11:52
Location: Busto Arsizio
Posts: 3301
Hi gibdemaffen,
to reach the address "\Documents and Settings\USER\Local Settings\Application Data" the right variable is $LocalAppData$.
Is not written with "@" because is not a general AutoIt3 variable, but it is created from the launcher itself.

Same stuff for the address "Documents and Settings\USER\Local Settings", where you can use the variable $LocalSettings$.

Cheers
Back to top
gibdemaffen
Thu 10 Jun 2010 - 19:52
online
Registered Member #38871
Joined: Fri 04 Jun 2010 - 10:31
Posts: 27
Great thanks.

Knowing that, I would like to suggest that you enhance your Chromium version with the following:

[RunAfter]
FileDelete=%Profile%\Default\Cache\*.*
DirRemove=$LocalAppData$\Google
DirRemove=@AppDataDir@\Adobe
DirRemove=@AppDataDir@\Macromedia

Chromium leaves various folders behind on the host machine (among them all the Flash stuff).

If you add the above lines everything gets cleaned on exit.
Back to top

Moderators: Danix, Taf, Rcs, Energy, zandet2, ZioZione, Admin, LordJim60

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System