I am having trouble with a routine where the files are referred to on both CD-ROM and ARCHIVE tab.
Working with CDROM
~~~~~~~~~~~~~~~~~~
Some files on the CD-ROM are compressed and in the AFTER EVENT of the Welcome screen I extract them and place in the temporary installation area.
When I run setup I get the following error. I have rebuilt the EXE making sure the "Verify archive before installing" is UNTICKED. The help file refers to the fact that if this is unticked it will not check that the files are present during install.
========================================
Please make sure your disk in the drive!
%_Install_Extract_Path%\_DBs_%_AppAbbrev_Files%_%_ CountryAbbrev%\D4w.db
Abort, Retry, Ignore
========================================
I don't know whether this has any relevance. The script can be built in either ARCHIVE or CDROM mode (eg: "#_Rel_PackType#" = "ARCHIVE" or "CDROM"). So changing the CONSTANT means I can pack the files inside the EXE or on the CDROM.
So each file is duplicated on both tabs and are controlled as follows:
RUNTIME INSTALL CONDITIONS
==========================
("#_Rel_PackType#" = "CDROM") AND
("%_Install_Files_CentApp%" = "TRUE")
BUILD-TIME INSTALL CONDITIONS
=============================
("#_Rel_PackType#" = "CDROM")
Another thing that may be relevant, every file is associated with a package.
Any help would be much appreciated.
Regards
David
Centaur Software
PS: I can attached zip if you want to look
Working with CDROM
~~~~~~~~~~~~~~~~~~
Some files on the CD-ROM are compressed and in the AFTER EVENT of the Welcome screen I extract them and place in the temporary installation area.
When I run setup I get the following error. I have rebuilt the EXE making sure the "Verify archive before installing" is UNTICKED. The help file refers to the fact that if this is unticked it will not check that the files are present during install.
========================================
Please make sure your disk in the drive!
%_Install_Extract_Path%\_DBs_%_AppAbbrev_Files%_%_ CountryAbbrev%\D4w.db
Abort, Retry, Ignore
========================================
I don't know whether this has any relevance. The script can be built in either ARCHIVE or CDROM mode (eg: "#_Rel_PackType#" = "ARCHIVE" or "CDROM"). So changing the CONSTANT means I can pack the files inside the EXE or on the CDROM.
So each file is duplicated on both tabs and are controlled as follows:
RUNTIME INSTALL CONDITIONS
==========================
("#_Rel_PackType#" = "CDROM") AND
("%_Install_Files_CentApp%" = "TRUE")
BUILD-TIME INSTALL CONDITIONS
=============================
("#_Rel_PackType#" = "CDROM")
Another thing that may be relevant, every file is associated with a package.
Any help would be much appreciated.
Regards
David
Centaur Software
PS: I can attached zip if you want to look
Comment