Auto Updateer/Inno Problem [Resolved]
I sent a setup program over to a friend that has XP/NAV. w/Auto OS Update
The first issue was MDAC 2.8 - MDAC28.RTM Imcompatible with version of Windowsl. Clicked CANCEL, install continued.
Tried to launch the app, and got an error saying the SCRBLOCK.DLL was invalid or not registered (not sure exactly) Found it on his system with a different version (his) in \system32 than in \Common Files. Couldn't register older(mine) version, but unregistered it, but, then, couldn't re-register it.
This is the line from Inno Script:
Uninstalled program, reinstalled, same problem. Downloading MDAC 2.8 from M$. Same thing.. System up to date with MDAC.
I think scrblock is part of Norton Anti Virus. Why would it be referenced in this application? The only thing that I could think is that I send email thru outlook.
Re: Auto Updateer/Inno Problem
dglienna,
Perhaps a look at the whole script will give a clue. Please upload or post it.
Re: Auto Updateer/Inno Problem
It can't hurt. I'm glad I didn't add the resizer control to the forms. Best to break it down into segments. I'd like to know why that file was included?
Thanks.
Re: Auto Updateer/Inno Problem
dglienna,
The script looks good. Could you upload the run log file that was created when you created this script. This will tell where ********** got this file from.
Re: Auto Updateer/Inno Problem
Where would it be? I don't think i've ever seen one. :eek:
Re: Auto Updateer/Inno Problem
dglienna,
It would be in the logs folder in the folder where you installed ********** 4.0.4. You can also view it by clicking on the button that says "Run Log" on the main screen.
Re: Auto Updateer/Inno Problem