StrumBudDo
New member
- Local time
- Today, 18:15
- Joined
- Jan 22, 2003
- Messages
- 7
I have built an Access application, and using the Tools - Startup and setting the Icon field to a path and file on my computer works no problem, and the icon I specify replaces the standard Access icon.
However, my company is about to start selling this application, and we are using InstallShield Express to build our installation routine. There are many icon related things you can define in InstallShield, and I can get all of my shortcuts (desktop, Start - Programs menu, etc.) to my Access file to have the desired, non-Access icon no problem. However, since the Tools - Startup - Icon within Access is an internal Access attribute, I cannot figure out a way to specify in a general way where the icon file was installed (because the user may specify his own path for where to install the App and the icon). I.e., I can specify an absolute path (like c:\icon.ico) within Access, but I can not know for certain whether the person installing it even has a C: (they may be doing a network install, etc.).
Is there a way to specify a non-absolute path within Access for that Icon path, since the icon file will be copied to the same directory as the App? Example - installer specifies C:\Program Files\My App, and both MyApp.mde and MyIcon.ico are installed there. However, if I had packaged up MyApp.mde with a path of just MyIcon.ico, it doesn't automatically look in the same directory at the App, but rather gives an error that it cannot find the icon.
Any ideas on this at all would be super duper appreciated!!!
Thanks in advance,
Scott
However, my company is about to start selling this application, and we are using InstallShield Express to build our installation routine. There are many icon related things you can define in InstallShield, and I can get all of my shortcuts (desktop, Start - Programs menu, etc.) to my Access file to have the desired, non-Access icon no problem. However, since the Tools - Startup - Icon within Access is an internal Access attribute, I cannot figure out a way to specify in a general way where the icon file was installed (because the user may specify his own path for where to install the App and the icon). I.e., I can specify an absolute path (like c:\icon.ico) within Access, but I can not know for certain whether the person installing it even has a C: (they may be doing a network install, etc.).
Is there a way to specify a non-absolute path within Access for that Icon path, since the icon file will be copied to the same directory as the App? Example - installer specifies C:\Program Files\My App, and both MyApp.mde and MyIcon.ico are installed there. However, if I had packaged up MyApp.mde with a path of just MyIcon.ico, it doesn't automatically look in the same directory at the App, but rather gives an error that it cannot find the icon.
Any ideas on this at all would be super duper appreciated!!!
Thanks in advance,
Scott