I have a user who has developed a large and sophisticated financial tool from Excel. They want to have a more program-like feel and want to make it launchable from the Start menu. What kind of installation tool can I use to do this? The tool should:
1. let user select location to store the .xls file
2. add entry and icon to Start menu to launch the file
3. add a ‘read me’ and other such items to the same Start menu entry
4. provide an uninstall method
I haven’t used any of the usual install wizards but know that they typically are best for testing a user’s environment to see if certain .DLLs or other files are present as well as updating registry entries.
Is there some simple method to do this type of installation? I do have the Office Developer’s kit but haven’t used most of it (it does have an installation wizard tool included).
Thnx, Deb