InnoScript vs VB Package and Deployment Wizardfine until

Started by Randem, January 29, 2009, 06:32:37 AM

Previous topic - Next topic

pepsisc

Looking at the FTP area, I have 2 Sports404Release.exe files. How do I tell the one you did?


pepsisc

Can please Upload it again and Change the name of the file. I think I may have accidentally deleted it.
 
Thanks,
Sam

pepsisc

I don't understand how that could be. These are the steps I am taking.
-In the VB app, I change the Project Version.
-Create a New exe and save the VBP.
-in InnoScript, Click on Create Script and then InnoSetup.
 Using the Release.exe file created in the Directory called Output, I install the app.
 
Sam

Randem

I have verified that the script you posted was not used to create that installation you sent. What I did was take your script that you had posted and used the files that were installed by your installation to create an installation and guess what??? it worked with no problems!!! With your script just the way it was...
 
I am uploading the installation I created...

Randem

I have looked at your script and it is identical to the one I made that works in the [Run] section, but somehow yours does not work and mine does. Are you sure you are using the same script you posted to create the installation? That would seem to be the only way I see that this could happen...
 
Zip and Upload your whole project on the FTP site so that I can create the installation on this side. Only zip up the files that are included in the installation not the source. But I do need the vbp file also.

Randem

The CR installation is not completing. Try this remove
 
/l* {app}crmsilog.txt
 
from the CR installation line in the run section then try it. The line should then read:
 
Filename: msiexec.exe; Parameters: /package CRXI_5_RDC_Redistribution.msi /passive /promptrestart; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: CRInstallation

Randem

Since you are using InnoScript, there is also a default log created in your profile temp folder. I have downloaded your installation and will take a look.

pepsisc

The FTP was sent.
 
Can you tell me what's wrong with my LOG? It's not creating the LOG and causing the system to reboot.
I am having a problem creating the LOG file. START-->RUN-->D:Data2008FootballOutputSports404Release.exe /log: C:tempUSP.log

Randem

No I want the installation file - Sports404Release.exe
 
I will look at this. Please upload it.

pepsisc

Randem:
 
I am having a problem creating the LOG file. START-->RUN-->D:Data2008FootballOutputSports404Release.exe  /log: C:tempUSP.log
 
It is not creating the log file and is causing the system to reboot.
 
Your request for me to UPLOAD the app--DO you just want the VBP file?
 
Sam

Randem

Upload your app to the FTP server. I will take a look. In the mean time could you check the log at {app}crmsilog.txt to see if the msi ran at all or what errors existed. Post the log also.

pepsisc

Randem:
 
I removed the CR11 template. I also checked the listing to see if there where any CRXI_RDC files.
There were none. All the CRXI files started with CRXI_5.
 
Ran the application. When accessing the CR reports, getting an Error 339 on the CRviewer file,

Randem

In your script you used a template to change the file that InnoScript would regularly use. It changed the file to Filename: msiexec.exe; Parameters: /package {tmp}CRXI_RDC_Redistribution.msi /passive; WorkingDir: {tmp}; Flags: skipifdoesntexist
 
Instead the file should read as CRXI_5_RDC_Redistribution.msi. Remove the template from the script an let InnoScript Place the file in. In the files section you have both files included
 
Source: d:Data2008FootballCRXI_RDC_Redistribution.msi; DestDir: {tmp}; Flags: nocompression ignoreversion deleteafterinstall
 
Source: d:data2008footballcrxi_5_rdc_redistribution.msi; DestDir: {tmp}; Flags:  deleteafterinstall ignoreversion nocompression; Tasks: CRInstallation
 
Then in the [Run] section, you proceed to remove the 11_5 file and replace it with the 11 file
 
Filename: msiexec.exe; Parameters: /package {tmp}CRXI_RDC_Redistribution.msi /passive; WorkingDir: {tmp}; Flags: skipifdoesntexist
 
Remove the CR_11 template you added. It is very old and has not been updated and isn't supported anymore...

pepsisc

If I remember correctly, when you updated InnoScript, you told me to use CR 11.5 files. I did and you so confirmed. The problem I hear you stating is I am using the wrong files in Innoscript. What are the correct files? Aren't they added via the Template? I am using CR XI 5 RDC Redistribution.tpl
 
Please be specific -- what file, what directory, what template.
 
Sam