Questions tagged [msitools]

6 questions
3
votes
2 answers

How to pre-set MSI SecureCustomProperties that are not defined in Properties to allow silent installation?

An particular vendor's MSI is usually installed via an EXE wrapper, but I'm trying to deploy using silent installation via GPO. I am struggling to pre-set the SecureCustomProperties. The vendor documents UPPERCASE command-line options that can be…
bendodge
  • 470
  • 5
  • 12
0
votes
1 answer

how to create a tree structure generator with ruby in a xml file?

I am on a project where I have to create an msi package from Ubuntu for Windows. I managed to create an msi file from Ubuntu rgace to "msitools" which uses wxs files (it's like an xml file) to configure the package. Example of an wxs file which take…
Dreinale
  • 11
  • 6
0
votes
0 answers

Create msi using GNOME/msitools

I am running Centos7 and my ultimate aim is to modify an existing msi(Microsoft Installer) file using https://gitlab.gnome.org/GNOME/msitools... but before doing that wanted to see whether I could extract an existing msi file and recreate the…
0
votes
1 answer

Gnome/msitools build failure with "No package 'libgsf-1' found" error

I have cloned "https://gitlab.gnome.org/GNOME/msitools/-/tree/v0.100" in my Centos7 host and trying to build, but facing following error and even though required package is already installed, it still doesn't work. Below is the error I am getting…
0
votes
1 answer

unhandled child Wix node Bundle

I am trying to create a msi with msitools on OSX. Here is my simple xml file
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
0
votes
0 answers

How to package third party tools in a MSI using msitools?

My primary development platform is OSX. However from time to time I have to deploy some applications to some window machines. The bespoke application has some dependency on python runtime and python win32 package. I want to make these installation…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304