I have an Access application that I need to distribute to around 35 users in different locations so I thought I would look at using an Installer. I have experimented with Install Forge witch works in the main but I have found 2 problems.
- Ones installed using Install Forge the desktop shortcut opens the program however it has a warning “ READ-ONLY This database has been opened read-only. You can only change data in linked tables. To make design changes, save a copy of the database” The database is an ACCDE file with linked tables that I wouldn’t want the end user doing anyway, I just want to suppress the message to avoid confusion for the user. If I copy the .ACCDE file manually then create a shortcut to it, I don’t get this message.
- The install puts an .ico file in C:\Program Files (x86)\SC\Sandpit\Sandpit ICON.ico that I want to use as the shortcut icon on the desktop. I have put that file address in the ‘Icon file:’ field of the installer but I only get a white block and a “Cannot find the icon” message.
Any help on how to solve either of the 2 issues appreciated.