PDA

View Full Version : Missing DLL From Installed Program



david@aultware.com
03-31-2010, 07:15 AM
SB7.1.2860

One of my dll's is missing from my installed program. Looking at the SB IDE, I see C70ASC.DLL is set to install into the application folder. There are no special settings for this file. The build report shows the following:
00001 C70ASC.dll %_SB_INSTALLDIR% C:\Clarion7\bin Always Install 2010/03/26 12:43:35 56,320 7.100.0.7014 B6EE28BC

The uninstall log does not show C70ASC.dll, it starts with 006|_0000_|C:\Program Files\AultWare\pwsAgent\C70DOS.dll|2|. Notice the 2, so it knows there is a 1 which is C70ASC.dll.

I tested on a new install of Windows 2000 & 2003 server in vmware. I have run the install several times to see if the missing dll would install and it does not. What other steps can I take to troubleshoot this?

linder
03-31-2010, 07:22 AM
David,

Do you have the "Skip if file does not exist on target machine" option or another "condition" set (e.g. an If Statement in your script)?

If you are interested, you can send your project to support [at] lindersoft [dot] com and we'll check what you are doing in your project.

Friedrich

david@aultware.com
03-31-2010, 07:38 AM
Thank you... I looked at the script editor and the install line for that dll had gotten into an IF statement. All is good.

linder
03-31-2010, 07:41 AM
Perfect :) Thanks for the update!

Friedrich