Subject Re: App icon not available all workstations
From <rich@autotraker.com> <<rich@autotraker.com>>
Date Sun, 10 Mar 2019 12:19:34 -0400
Newsgroups dbase.getting-started

Without getting into roaming profiles (profile where its stored on the
server), the only way I can suggest is to have a app that will recreate the
icon on each desktop.
It could be something as simple as just copying the .lnk file or using Inno
or even dBASE to create the icon.

Or you do need a install of some sort on each workstation so add the
icon/link to the common desktop instead of the users desktop.
If you are using Inno, specify common desktop. Then it should appear on
everyone's desktop regardless of the user login.
[Icons]
Name: "{commondesktop}\SampleApp"; Filename: "{app}\SampleApp.exe";
WorkingDir: "{app}"
Hope this helps.
Rich...


"Steve"  wrote in message news:id5Ed8s1UHA.700@ip-AC1E04A7...

I thought I had done this before but... Using 2.8 in Windows 7 and 10.

User 1 has the icon and opens my Plus app on their computer 1 on the
network.  All is well.

They log out, and walk to another computer 2 on network, and login to
computer 2 with their login, but the desktop does not include the Plus app
icon they see on their computer 1.

How do I get my Plus app icon to appear on all other workstations on
network?

Any help with this much appreciated.

Thanks,
Steve