Search code examples
.netregistrysetup-deployment

List of registry identifiers for MSI deployment


One is [TargetDir]. There have to be more. Is there a list somewhere?


Solution

  • The following msdn link has a list of the Windows Installer properties: http://msdn.microsoft.com/en-us/library/aa370905(v=VS.85).aspx

    Good luck.