CR11 Problem on execution

Started by Randem, March 08, 2007, 09:51:55 AM

Previous topic - Next topic

Randem

Thanks, but we actually don't need more features. We want to keep it very simple here... I will look at the file.

alpha2001

done
 
Just a suggestion.. u can get a better forum with more features.. IBP.. vbulliten etc..  
 

Randem

It seems to be complaining about a file named RPCRT4.dll. Please zip and upload this file and I will run some tests.

alpha2001


Randem

Just remove the ignoreversion flag from the line. You can do it automatically by creating a template (in InnoScript) with the correction or just remove it manually. You can also change the destination location of where it is deployed or leave it as is. It is just a warning.
 
About the error on your prior post I would need to see the debug and run logs to see what file it is complaining about. You would need to zip them and post them at the time of there run.

alpha2001

Hey.. i get 1 more error during compile in innosetup
 
 
Warning: Unsafe flag usage on file crdeploy.reg: The ignoreversion flag should not be used on files installed to the Windows System directory ({sys}).
*** Finished.  [8:21:00 PM, 00:48.766 elapsed]
 
Anything to be done about it???

alpha2001

While compiling the script in innoscript.. i do get this error :
 

 
Anything related to it perhaps??

Randem

I looked at the BO site and BO about sums it up... They are tieing themselves to the MS installer and made it oh so complicated.
 
I looked at their forums and have seen all the problems they have and will not address reguarding CR XI. They don't even answer threads of users who have problems... How is that for support? We will stick to CR 8.5 for our reports...
 
It seems that they are moving to server based report generation so deployment will be even more costly. I believe they will take are taking a good product and will kill it with the direction they are going.

Randem

CR is a strange animal to say the least. Check on the CR help to see what files it recommends. The Merge Modules are only for one type of installer. Check the files that are supposed to be in the Merge Modules to see if they appear in the script.
 
If you notice some files that are not in the script you can create a template file for CR11 to be used just like the merge modules for each time you generate a project with CR11.  
 
I will look on their site also. Let me know what you find.

alpha2001

Hi there..  
 
The script generation is excellent.. i am using VB6   CR11
 
Here was the script generated
 
; InnoScript Version 6.0  Build 3
; Randem Systems, Inc.
; Copyright 2003-2007
; website:  https://randemsystems.com
; support:  https://randemsystems.support
 
; Date: March 08, 2007
 
;              VB Runtime Files Folder:   C:\Program Files\Randem Systems\InnoScript\InnoScript 6.0\VB 6 Redist Files\
;     Visual Basic Project File (.vbp):   D:\Project\eAIMS\eAIMS.vbp
; Inno Setup Script Output File (.iss):   C:\innopack\proj.iss
 
; ------------------------
;        References
; ------------------------
 
; Osen Kusnadi