You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using args section I only can specify one arg. For example disable UI: msiexec /i Setup.msi /qb+!
What if I need to specify several arguments like msiexec /i Setup.msi /qb+! /le! 'C:\log\log.txt' ?
That will not work since autoupdater for some reason put value from args to quotas and as result we have msiexec /i Setup.msi "/qb+! /le! 'C:\log\log.txt'"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using args section I only can specify one arg. For example disable UI:
msiexec /i Setup.msi /qb+!
What if I need to specify several arguments like
msiexec /i Setup.msi /qb+! /le! 'C:\log\log.txt'
?That will not work since autoupdater for some reason put value from args to quotas and as result we have
msiexec /i Setup.msi "/qb+! /le! 'C:\log\log.txt'"
Beta Was this translation helpful? Give feedback.
All reactions