Could someone please provide 1 full example of how to use RunAsCurrentUser-2.0.exe with a standard MSI installation? Relevance & Action Script.
Here is what I have.
Relevance code:
(name of it = “WinXP” OR (name of it = “Win2003” AND NOT x64 of it) OR (name of it = “WinVista” AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = “Win7” AND NOT x64 of it)) of operating system AND TRUE
continue if {(size of it = 4721688 AND sha1 of it = “6985133413cf8d35d301494fed4eaa4ae0d67d9e”) of file “EuroBlueZone32C3msi.tmp” of folder “__Download”}
extract EuroBlueZone32C3msi.tmp
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\EuroBlueZone32C3.msi”}” /qn /norestart
extract EuroBlueZone32C3msi.tmp
wait __Download/RunAsCurrentUser.exe --w “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\EuroBlueZone32C3.msi”}” /qn /norestart
(make sure you use the full links… the forum truncates the links…)