Hi !
I'm trying to perform silent install with additional parameters, like this:
mysetup.exe" /S:setupvars.ini
where setupvars.ini contains:
[SetupValues]
%AppFolder%=C:\Program Files\Your Product 2
for some reason installation does not goes into custom folder, only to default folder.
I'm using Setup Factory 9.5.3.0, is it possible that there is a bug ?
Can lua scripts customize install so heavily that AppFolder will be ignored ?
I'm trying to perform silent install with additional parameters, like this:
mysetup.exe" /S:setupvars.ini
where setupvars.ini contains:
[SetupValues]
%AppFolder%=C:\Program Files\Your Product 2
for some reason installation does not goes into custom folder, only to default folder.
I'm using Setup Factory 9.5.3.0, is it possible that there is a bug ?
Can lua scripts customize install so heavily that AppFolder will be ignored ?
Comment