Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: sacramento on August 24, 2012, 02:47:19 AM

Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 02:47:19 AM
HI:
Attached a send my script, because in the line 114 i have an error.
 
Can you help me please?
 
Thanks
Title: Problem to Deploy a .dll file
Post by: Randem on August 24, 2012, 04:29:22 AM
Aloha,
 
Could you give more details? What is the error? and what exactly is the line? I see line 114 as
 
Source: C:\WINDOWS\system32\msstdfmt.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile;
Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 06:02:39 AM
Hi:
 
The error is in that line and said:
Error line 114:
Attempt to deploy DLL file from your own Windows System directory
Title: Problem to Deploy a .dll file
Post by: Randem on August 24, 2012, 06:09:33 AM
Follow the instructions that show on the screen at the end EVERY TIME you create a script in InnoScript. The instructions are in the documentation also. It explains EXACTLY what to do.
Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 06:30:57 AM
Do you mean this:
 
Script created: G:Projectos VBWINBIRDS PROFISSIONALWinbirds ProfissionalScriptsWinbirds Profissional 1.0.13 Release.iss
 
Files Found: 45
Files Unsafe: 15
Files Unsafe WinSxS: 0
Files Missing: 0
Files Deleted: 2
Files Replaced: 0
 
Files Not Found: 0   (Shown in Red)
 
Elapsed Time: 00:00:05 - 08-24-2012
 
WARNING: UNSAFE FILES MAY BE IN THIS SCRIPT
 
Please view the log for more details on your files
 
 
Sorry but i don't know what i must do to avoid this error...
Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 08:01:05 AM
Hi:
New error...can you see?
 
(https://randemsystems.support/discus/messages/12/10614.jpg)
Title: Problem to Deploy a .dll file
Post by: Randem on August 24, 2012, 11:59:06 AM
There is a code section that is missing that InnoScript automatically places in the scripts that use Crystal Reports. That code section contains the code that is needed.
Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 08:49:14 PM
Hi:
 
It was nice, if you tell me where i can find this code section, because i had search, but i had no find it!
 
Thanks
Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 09:20:02 PM
Hi:
I think the problem it was the registration of the software, thats because the script as missing the code to deploy CR...I think the code is alerady in the script but now i have this error!  
I send you the new script too!
 
(https://randemsystems.support/discus/messages/12/10618.jpg)
Title: Problem to Deploy a .dll file
Post by: sacramento on August 24, 2012, 09:38:09 PM
The problem is this line:
 
OutputBaseFilename=G:Projectos VBWinbirds ProfissionalWinbirds Profissional
 
i had chance to:
OutputBaseFilename=Winbirds Profissional
 
 
Problem resolved
Title: Problem to Deploy a .dll file
Post by: Randem on August 25, 2012, 06:17:48 AM
Glad you got it working. Yes, the trail version does not place the code section into the script, but you have been a registered user for a long time and you have registered version 11, so I did not think of that.
 
Most of the problem related to a script will come from changing elements of the script without fully knowing exactly what the elements do. We recommend that you use the script as it is generated to make sure it works then make changes. In this way you will know if it is something you changed that caused the issue. This is the method that we suggest, it eliminated a lot of issues before they present.