Hi,
We have a customer who wishes to deliver one or more files along with our installer (all zipped up together). I am trying to figure out a way to get those files installed. I see the Local Files capability, but I don't know how to access these external files.
For example, let say this is the contents of the zip file that is delivered:
XYZInstaller.exe
Auxfile1.txt
Auxfile2.txt
DB.dat
We create XYZInstaller.exe and supply it to our customer. They package it with the other files, zip it up, and deliver it to their customers. They don't want us to know the contents of the extra files, but wish them to be installed along with our program.
Is there any way to do this?
JAB
Installation of external files
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Installation of external files
Dear Jab,
if these files are available at Runtime execution within the folder containing the setup executable itself, you can access to them using the EXEDIR pre-defined script variable.
However, at least you must know the name of each single file that you want to process with your installer, or they should include an additional text file where those files are listed.
In this last case, you could read through the text file via script, in order to collect the name of each external file included.
Hope this helps you.
Regards
if these files are available at Runtime execution within the folder containing the setup executable itself, you can access to them using the EXEDIR pre-defined script variable.
However, at least you must know the name of each single file that you want to process with your installer, or they should include an additional text file where those files are listed.
In this last case, you could read through the text file via script, in order to collect the name of each external file included.
Hope this helps you.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
-
- Posts: 44
- Joined: Fri Apr 12, 2013 2:30 pm
Re: Installation of external files
Thank you! That works great for uncompressed files.
Since (apparently) the first step when running a single file install is to expand the files, this doesn't work with a single file install. Is there a similar variable that will give me the location of the single .exe file?
Thanks!
Since (apparently) the first step when running a single file install is to expand the files, this doesn't work with a single file install. Is there a similar variable that will give me the location of the single .exe file?
Thanks!
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Installation of external files
Dear Jab,
the SETUPPATH pre-defined variable should solve your problem.
Regards
the SETUPPATH pre-defined variable should solve your problem.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
-
- Posts: 44
- Joined: Fri Apr 12, 2013 2:30 pm
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: Installation of external files

Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: No registered users and 124 guests