morley
New Coder
The Microsoft Store requires that the installer for my app be executed in silent mode.
To support this, I must provide necessary switches, such as /s, specific to the installer for my EXE.
I submitted the following:
"myapp.exe" /SILENT
but was told this is incorrect.
The correct form/format was not quoted(despite repeated requests), merely the following:
"The product features a non-silent installation, please refer to the attached screenshot..." (arttached)
"Win32 products submitted using an HTTPS download URL must install silently. The product must not display an installation user interface; however, User Account Control (UAC) dialog is allowed."
Should I strip all user input from my Inno setup file?
I'm perplexed by the thought of a desktop app withholding from users every opportunity to cater its installation to their needs (review terms/conditions, change installation location, etc).
Thanks in advance for any advice.
Regards,
Richard
To support this, I must provide necessary switches, such as /s, specific to the installer for my EXE.
I submitted the following:
"myapp.exe" /SILENT
but was told this is incorrect.
The correct form/format was not quoted(despite repeated requests), merely the following:
"The product features a non-silent installation, please refer to the attached screenshot..." (arttached)
"Win32 products submitted using an HTTPS download URL must install silently. The product must not display an installation user interface; however, User Account Control (UAC) dialog is allowed."
Should I strip all user input from my Inno setup file?
I'm perplexed by the thought of a desktop app withholding from users every opportunity to cater its installation to their needs (review terms/conditions, change installation location, etc).
Thanks in advance for any advice.
Regards,
Richard