How to tell innoScript to look for missing run-time files

Started by jax, October 09, 2004, 03:13:48 PM

Previous topic - Next topic

admin

Is this related to InnoScript? You need to give more details on what you are doing when this happens.

Anonymous

I have lost my taskbar from the bottom of my screen. I keep getting the message Error 384 and a small box in the left hand corner of the screen with 'frmscr' in it. Can u help?

admin

All Versions Prior to Version 3.1.0, just add the folder in the path area of InnoScript and InnoScript will look in that folder for files.
 
If you are using Version 3.1.0 you can just add the files using the Add Files Button or follow the procedure for versions prior to 3.1.0.

(Unregistered Guest)

Hi Admin,
Thank you!  
If I created a folder and put all run-time files there and then run innoScript, how to tell innoScript to look for these files in the folder I made.

admin

jax,
 
It is all in the documentation. You are running is SAFE mode which will not look in the system folder for any files. If you want InnoScript to look in the System folder you need to run in UNSAFE mode

jax

Hi,
After I ran the InnoScript on my VB project file, it complains mscomctl.ocx and msstdfmt.dll were missing and I found these two files are in my c:winntsystem32 folder. Can anyone please tell me how to tell innoScript generator to look for these missing files. Thanks!