sharon
Level 5
since ‎Jul 02, 2008
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User Statistics

  • 38 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all,I need to detect if UAC is on during installation in order to prompt a message (if msi is being run).So far, I had done this successfully using the HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA key.On W...
Hi all,I need to know if Windows installer allows changing a merge module destination on minor upgrade (patch).I am working with a basic MSI project which contains a merge module with wrong target path.Thanks!!!!
Hi,I would like to verify this behavior for WI patches (minor update):This part is well documented:When a patch is installed using reinstall=all, only feature that were selected for installation will be updated But for this part I could not find any ...
Hi all,Using basic MSI, I need to enable installation only if the OS is 64 bit, WIN SERVER 2008 R2 SP1. I successfully use this code to detect WIN SERVER 2008 R2 on 64 bit:if (svVersionNT64 =="601") then// 64 BIT, win server 2008 R2 or WIN7 if (!(S...
Hi all,I have multuple features in a basic msi project.one of them needs to be disabled on full UI and enabled only on SILENT mode using a "secret" property. meaning, that even if the user passes the feature in ADDLOCAL list, it should not be install...
Availability
Online status:
‎Mar 18, 2019
Date last visited: