Seagull BarTender 9.20.2674 Prompts UAC during self heal in limited user account
Hi,
I am creating a MST for Seagull BarTender 9.20.2674 for windows 7 the issue am facing is that some actions type 1 are executing during self heal in limited user account which is using the regserver to register certain dlls with /admininstall type switch and hence the UAC prompt.i need to bypass the UAC.what methods are applicable?
thanks in advance
regards
mayur
I am creating a MST for Seagull BarTender 9.20.2674 for windows 7 the issue am facing is that some actions type 1 are executing during self heal in limited user account which is using the regserver to register certain dlls with /admininstall type switch and hence the UAC prompt.i need to bypass the UAC.what methods are applicable?
thanks in advance
regards
mayur
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
jmaclaurin
12 years ago
Posted by:
anonymous_9363
12 years ago
Posted by:
mayur_mak
12 years ago
Posted by:
mayur_mak
12 years ago
Posted by:
mayur_mak
12 years ago
Posted by:
anonymous_9363
12 years ago
Without magically teleporting in front of your packaging machine, no, I ican't tell you, since I don't know how they're currently being registered.
I can *guess* that there's a Custom Action, set to run in User Context, which calls either RegSvr32 [shudder] or "MSIExec /Y" [shudder]. Don't bother switching those to System context: condition them out so they don't run and use the advertising tables to register the objects.
I can *guess* that there's a Custom Action, set to run in User Context, which calls either RegSvr32 [shudder] or "MSIExec /Y" [shudder]. Don't bother switching those to System context: condition them out so they don't run and use the advertising tables to register the objects.
Posted by:
mayur_mak
12 years ago
@Vbscab
u r definately right.a type 1 custom action is running which is calling a function in a DLL and its executing regsvr32 with a command say like C:\Program Files\....abc.exe /admininstall, C:\Program Files /install runas.hence after a lot of R&D on bypassing UAC while self helf is done with no much info.hence as u said this is the last method need to follow.
thanks
regards
Mayur
u r definately right.a type 1 custom action is running which is calling a function in a DLL and its executing regsvr32 with a command say like C:\Program Files\....abc.exe /admininstall, C:\Program Files /install runas.hence after a lot of R&D on bypassing UAC while self helf is done with no much info.hence as u said this is the last method need to follow.
thanks
regards
Mayur
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.