Access 2003 Package Wizard - a big step BACK.

I am supporting Access XP(2002) Project application and recently found problems with SourceSafe 2005.

Because I've got a new machine, I decided to install the latest Access 2003. The ADP file was retrieved from SourceSafe and I didn't have any major problems with upgrading.

However when I wanted to create Setup Project, I found that the old MOD 2002 Packaging Wizard is not available any more, but a new Access 2003 Developere Extensions Package Wizard should be used.

I found the following issues with the new package wizard.

1.. 2. Not able to be installed in nested folders under the installation folder 3. Installation and registration of COM components is not supported 4. 5.If the user install application to a non default location, the shortcut in Start/Programs is wrong. 6.There is no way to create shortcuts in Start Menu|Programs subfiolder like Start Menu|Programs|e-Knowledge Manager|e-Library Utilities and no way to create additional shortcuts. 7. I didn't find a way to allow overwrite previous version by installer. I have to manually uninstall previous version before installing a new one.

Additionally there are new for Access 2003 security warnings that I have to address in some way.

Also I've tried to use access 2003 developer extensions Custom Sturtup Wizard, which hangs taking 100% CPU. 

So the options that I have are: Use some another setup tool (e.g. Inno as it is suggested ) or stay with Access XP.

At the moment I decided to return back to Access 2002 with MOD 2002.

(http://www.eggheadcafe.com/ng/Accessdeveloperstoolkitode/Jun2005/post23221838.asp)

This article is part of the GWB Archives. Original Author: Michael Freidgeim

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.