InnoScript Crashes VB IDE

Started by asc, March 07, 2011, 10:30:47 AM

Previous topic - Next topic

Randem

InnoScript does not modify ANYTHING... InnoScript only creates a script. Any modification that would happen would be from the user or the VB6 IDE itself.
 
We use InnoScript to create InnoScript and there NEVER has been anytime that InnoScript has changed the project file.
 
You are mis-reading the error file. The error file NEVER states that it is changing anything in your project. It changes information in the InnoScript project and script, NEVER the VB Project file. The error file is for reference ONLY and to be used when you are confused about why a folder or location was changed and where the change came from.  
 
InnoScript does not under ANY circumstances change, move, copy, rename or do ANY type of user file modification at ANY TIME Except when creating a WinSxS installation.
 
To prove this make a copy of your VBP project file and a copy of your vbp project exe into another location. Run InnoScript on that vbp file then compare that vbp file to your old vbp file. You will find that it is exactly the same, so the modification has to come from somewhere else.

asc

Steps to produce IDE Crash:
1) Run InnoScript (IS).
2) Receive IS Results per attached.
3) Attempt launch of VB6 IDE:
Receive ~'Can't Load, DAO350.dll not found;
I copy DAO350.dll into folder of VB6.exe;
VB6 then launches but my project can not load.... Receive ~'Can't find messages for other files per red underlined in attached...
 
InnoScript should Not modify my project or IDE... at least not  without asking.  
Thank you in advance.