Generate Mst response tool

后端 未结 1 1547
梦毁少年i
梦毁少年i 2021-01-27 07:23

I am trying to create a tool using c# to get the properties generated from clicking through the dialogs of an msi(windows installer).

I can get the final msi properties

相关标签:
1条回答
  • 2021-01-27 08:26

    In the interest of helping, and since nobody else has answered, I will just write what I know, though it isn't really an answer in a technical sense.

    There are several tools available that already do this - some even used to be free but the downloads were removed (Wise InstallTailor).

    I don't know what your use-case really is. If you just want a solution for a specific task, or you are intending to code this yourself despite other solutions being available?


    Wise Package Studio had one transform generator called InstallTailor. I don't think it is freely distributable as the product has been taken off the market and bought up (or we could have shared the EXE - it used to be freeware as far as I recall).

    InstallAware has a feature called InstallAware Transformer: https://www.installaware.com/installtailor.htm

    Advanced Installer has a feature to create a "Response Transform" which is essentially doing the same as InstallAware transformer with slight variations.

    Installshield has a transform project type which offers pretty much exactly the same features as the other two products by the looks of it.


    The above are all commercial products, but some of these features may work after the trial period has expired. I cannot guarantee it, but it looks like Advanced Installer allows a response transform to be generated freely.

    So that is a non-technical answer for you. Perhaps you just need to get a tool to do the job?

    0 讨论(0)
提交回复
热议问题