Errors creating Script

Started by Randem, November 05, 2008, 02:14:33 AM

Previous topic - Next topic

Randem

Thread moved to InnoScript forum...

pepsisc

Admin/randem: Thanks for your patience. On Saturday Nov. 8th, I am going away for 2 weeks. When I get back, I will have some questions on incorporating HELP files.
 
Sam

Randem

As I stated in the earlier post, that information is coming from the VBP project file. Look in the VB IDE in Project->Project Properties go to the MAKE tab then enter the information under the VERSION INFORMATION area.

pepsisc

I am getting through this little by little. I think, one last problem.
 
When I install the app, the DeskIcon description says Project1 NOT the name of my application.
 
I noticed in the script under [Icons], it says Project1. I don't know where it is picking this up from.

Randem

No the Release Problem is not in InnoScript. It is a user issue. Your script is not supposed to be named Sports Release, it is just supposed to be named Sports. InnoScript gets this name from the VBP file from the project properties (Project name). You should fill in all relevant info there. InnoScript will add the name Release, Beta or Trial to the script name depending on what you selected.
 
If you used the Inno Setup Button on the InnoScript menu bar to compile your script, you would not run into script not found issues.
 
Have you peeked at the instructions yet? You can find them in the menu selection Help->Instructions. It might alleviate some processing issues.

pepsisc

Can you please tell me where in InnoScipt (or maybe InnoSetup) the folder name that is created in Program Files is defined?  
 
I am using a VB6 application. It it he name of the VBP file? For example: the name of my vbp file = Sports.vbp ; when I install the program = C:program filesSports.

pepsisc

I found the problem - In InnoScript I named the iss file Sports Release.iss
 
When it was created and saved, it saved it as Sports Release Release.iss
 
When I went to Inno Setup, I kept following the more files link until I got to my folder where I noticed the name difference.
 
Is this a problem in your new build?
 
Sam

pepsisc

I did get the InnoScript Files not found = 0. I went into InnoSetup, Opened an existing Script FIle (the one produced be InnoScript) and nothing was there.
 
Any suggestions?
 
Thanks,
Sam

admin

Why did you add the .dep file? There is no need for it, you have already added the CR installation file. The other two files you need to download and tell InnoScript where they are located. InnoScript cannot find what isn't there. You can download them from the InnoScript web page or use the download link inside InnoScript under the Download menu.
 
Also there was a mistake in the Automatic Update Version 9.2 Build 16 is now available.

pepsisc

This morning (Nov.5th) I download the new updates( Version 9.2 Build 15).
 
I created a new script and I am getting can not find errors. The errors are on the following:
craxddrt.ocx   - This is in a file I call DEP-Files and is added to the script.
scipten.exe
scr56en.exe

 
Please advise.
Thank you,
Sam Ceccola