Hi,
I have shared add-in for MS Word setup created with .NET.
I would like to install it as part of destribution packege created with INNO.
I use the following command:
How to install the add-in in hidden mode (not visible for the user)?Code:Filename: {app}\Setup.exe; Flags: skipifdoesntexist; WorkingDir: {tmp}; StatusMsg: "Installing MS Word Add-In"
When I run >setup.exe /? in DOS, I don't see any parameters for quiet installation (please see attachment)
Thanks.




Reply With Quote