bumpersticker
New Member
I have an application written in our own scripting language, which includes its own installer, which works fine if run with Admin privilege. We can get Vista to check for admin privilege by naming the image xyz_INSTALL, but how can I get Vista to recognize that Admin privilege is required to UNinstall? If I uninstall from Control Panel without Admin privilege, no warnings appear and the uninstall goes south by not being able to delete its files. I've read about manifest, but it's unclear where a private language would make it visible to Uninstall, or are the registry fields I can set? Thanks.