Hi,
I would like to ask help on my issue with my installation.
There is an issue with my executable package when I do a silent install.
Steps:
1. At command line, ran the "MySetup.exe /S"
2. Command completes OK, no error
3. Logging works and displays my message that install was successful
Issue:
However, the files are not deployed. When I check the log files, I see that the target files to deploy are skipped due to "Conditions not met"
Do note that in my SetupFactory Project Settings > Advanced, the Enable silent/unattended install is checked.
By the way, if i do the normal install, the target files are properly deployed. Only in silent install do I get the problem.
Thank you for the help in advance!
I would like to ask help on my issue with my installation.
There is an issue with my executable package when I do a silent install.
Steps:
1. At command line, ran the "MySetup.exe /S"
2. Command completes OK, no error
3. Logging works and displays my message that install was successful
Issue:
However, the files are not deployed. When I check the log files, I see that the target files to deploy are skipped due to "Conditions not met"
Code:
[04/02/2020 13:49:50] Skipped Archive file: C:\config\OptionsFile.xml(Reason: Conditions not met) [04/02/2020 13:49:50] Skipped Archive file: C:\config\ConfigFile.xml (Reason: Conditions not met)
By the way, if i do the normal install, the target files are properly deployed. Only in silent install do I get the problem.
Thank you for the help in advance!

Comment