I have found a way to elevate my msi. The solution is to use
InstallPrivileges="elevated" in and do not use setting
MSIUSEREALADMINDETECTION property.
Thanks
--
Shape the Mobile Experience: Free Subscription
Softwar
Thanks for clarification, but I do not understand anyway how to elevate the
uninstall. Should I always use my setup.exe to uninstall the app instead of
add/remove programs?
Понедельник, 18 ноября 2013, 17:05 -08:00 от Phil Wilson
:
>On UAC systems a check like the one you have will not always
On UAC systems a check like the one you have will not always work properly
because Privileged doesn't get set until an MSI elevation prompt which is
after the launch conditions.
That check works when you run from an elevated prompt because that forces
elevation of the entire MSI including the launc
Hi,
I create msi to install our company software. During installation it's required
to register COM object. it requires admin privileges.
I use the following condition to detect admin privileges
(Privileged and (VersionNT = 601 Or VersionNT = 602 or VersionNT = 603)) or
VersionNT = 501
Ther
4 matches
Mail list logo