If this procedure does not work, please try using the Manual process described below:
To manually modify your sd_customize file, you will first need to locate it.
This task is very easy IF you have a customized
menu pick
on your Start
Menu to modify your sd_customize file (some customized Modeling installations have this menu pick):
Start
->Programs
->CoCreate
->CoCreate Modeling 16.0 <-- (or equivalent)
-> Edit sd_customize (CoCreate Modeling) <-- May have
something
like this
If you don't have the above menu pick, you should be able to locate your user customization directory manually. Typically, this directory will be located in a directory similar to the following (under Windows XP -- Windows 7 and Windows Vista user directories are slightly different as mentioned above):
c:\Documents and Settings\<username>\Application Data\CoCreate\CoCreate Modeling 2008\16.00
NOTE: you may not have an sd_customize file if you have not made customizations before. In this case, you need to create it by opening Notepad, copying the following line into it (replacing "c:/asp-inno" with the path of your AI Tools installation folder, if needed):
(load "c:/asp-inno/ai-load-files.lsp" :if-does-not-exist nil)
Then save the new file as sd_customize (no extension) in your user customization directory as listed above.
If you already have an sd_customize file, open it in Notepad, and paste the following line
(again, replacing "c:/asp-inno" with the path of your AI Tools installation folder) at the end of the file, and then save your changes:
(load "c:/asp-inno/ai-load-files.lsp" :if-does-not-exist nil)
Please note that you will need to make this change to the sd_customize file for each version of CoCreate Modeling you are planning to use. For example, if you use both v15 and v16, you'll need to modify the sd_customize files in your user customization directory for each version (15.00 and 16.00, for example).
NOTE that this procedure only needs to be done once -- i.e. ALL CoCreate Modeling Add-ins from Aspiration Innovation installed in the above installation directory (for example c:/asp-inno) will load once this modification is complete. Add-ins for Annotation are loaded from ai-load-am-files.lsp (if needed).