Everything in one file
Hello everyone.
Is it possible to put all the installation files and directory's in just one install.exe file? Like a zip file.
Now I copy from one directory to another with:
SetOutPath
Any help?
Tulp
Archive: Everything in one file
Everything in one file
Hello everyone.
Is it possible to put all the installation files and directory's in just one install.exe file? Like a zip file.
Now I copy from one directory to another with:
SetOutPath
Any help?
Tulp
SetOutPath - "sets the output path" (c):). I think you use "File" instruction to put files in output dir. Use wildcard with File (see documentation 4.9.1.5 File).
Thank you for your replay,
I read the manual, but my English is not so good.
I can't understand how you do it exactly.
Greets from Tulp
File /r ${path}\*.*
to add in installer all files (with subdir).I get the error message:
File: "${C:\dir}\*.*" -> no files found
:)
When i wrote ${path} i meaned that you change this on your real path.