This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Has anyone else created a custom msi for SafeGuard File Encryption?

In order to use File Encryption only, you have to choose Custom install and make sure nothing else is installed.  I'd like to repackage the msi to choose these options.  Has anyone else already done this?  I've never repackaged an msi before and would love some help/instructions.  I'm looking at Advanced Installer, Cameyo, and Visual Studio, but thought I'd see if anyone else has had luck with other software.

Thanks,

Terri



This thread was automatically locked due to age.
Parents
  • If I recall, custom installers are not supported.  The main client MSI package can be installed in a custom manner by using command line switches.

     

    Not sure which version you are using but in the SafeGuard 8 admin guide - 2.11.3.4 Command line options for central installation contains all you need to install the client with whatever options you need.

    msiexec /i <path+msi package name> / <SGN Features> <SGN parameter>

Reply
  • If I recall, custom installers are not supported.  The main client MSI package can be installed in a custom manner by using command line switches.

     

    Not sure which version you are using but in the SafeGuard 8 admin guide - 2.11.3.4 Command line options for central installation contains all you need to install the client with whatever options you need.

    msiexec /i <path+msi package name> / <SGN Features> <SGN parameter>

Children