Subject Initial app and Dbase install
From Steve <nospam@nospam.com>
Date Sat, 01 Jan 2022 12:24:48 -0500
Newsgroups dbase.getting-started

I know to install my app (I am using Inno) and the runtime I must install as admin on the pc. This so that Program Files (x86) can be accessed and plusrun and my app exe can be delivered to a subfolder in that protected area.

After that I am unclear. The install creates folders in c:\Users for the admin user logged in at the time I ran the install. My apps icon appears on the Admin user's desktop. But if a non admin user logs onto the pc, my icon does not appear.

I am guessing I am missing something in my inno script to be sure when the admin user installs my app the icon will appear for all users, and all users will have the entries under c:\Users needed to run the app.

Could someone help me understand how this works?

Many thanks,
Steve