installer - NSIS - Merge Modules -


I'm looking for a way to get involved in the installation of merge module of VC2008 (mscrt90 and atl90) my main problem Bundling a Policy File I have no problem connecting DLL and MANIFEST files, but the policy behaves differently and can not be copied over to the bus ...

The best solution I have ever done MSM files in a different MSI that are installed by the NSIS script

NSIS There is not a good solution for this. There is no support for NIS merge module. If you are looking for a free open source solution, try using Windows Installer XML (YX),

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -