Results 1 to 4 of 4

Thread: How to run Add-in setup file in hidden mode with INNO?

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2006
    Posts
    204

    How to run Add-in setup file in hidden mode with INNO?

    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:
    Code:
    Filename: {app}\Setup.exe; Flags: skipifdoesntexist; WorkingDir: {tmp}; StatusMsg: "Installing MS Word Add-In"
    How to install the add-in in hidden mode (not visible for the user)?

    When I run >setup.exe /? in DOS, I don't see any parameters for quiet installation (please see attachment)

    Thanks.
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width