Re: Vista and the tested but not shipped dll's and ocx files

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



That sure is stupid, it seems that Microsoft is making it harder for the user
instead of easier. Most people who I speak to don't even know what the UAC
is. All they know is that they keep getting this annoying pop up box and then
they ask me if my program will run on Apple....

"Galen Somerville" wrote:

In Vista, just because you are the Administrator doesn't really mean much.
You still have to right click and "Run as administrator". Stupid huh!

Galen


"mindserve" <mindserve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:95D08278-72F9-429A-AB72-92F84D879CDE@xxxxxxxxxxxxxxxx
Hi Galen,
These are dll's and ocx files that are normally found in the system32
folder, like msbind.dll Can these go into a data folder as a subfolder? I
wonder if I did this, would it allow it to self register. That would solve
all my problems.
I will try it out and see if this works.

Just a quick question, aren't the default settings for Vista set to
administrator when a user first purchases their new PC with the Vista OS?
Since they have to have at least one administrator, it would seem to be
so.

"Galen Somerville" wrote:


"mindserve" <mindserve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:029FD168-B469-40F2-A515-0D536FD7C5FB@xxxxxxxxxxxxxxxx
Microsoft has tested but did not ship on Vista many dll's and ocx files
that
were shipped with XP. This has caused a problem with my applications. I
have
included them in the setup of the program and they are set to self
register.
I use the visual studio installer and no third party components at all.
I
have about 20 of the dll's and ocx files that install on Vista. Problem
is
that they do not register at all.
I had to create a separate bat file to unregister and then re-register
these
files.

I really need some advice to get the program to install with the UAC on
as
a
normal user would have it and not to have to re-register these files. I
heard
about a manifest but would that be the answer here?

Could I install these files to a different folder on Vista which would
allow
them to register properly?

Assuming the install program is "Project1", this is the manifest file
(Project1.exe.manifest) that I use

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="X86"
name="Project1"
type="win32"/>
<description>elevate execution level</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

If the dll's and ocx's are only used by my programs, I put them in a
"Data"
folder associated wuth my programs.

Galen






.



Relevant Pages

  • Re: New Vista machine and VB Reinstall does not work
    ... I should at least load now the latest service pack anyway - maybe that will fix it. ... Sorry about that...just my frustration with Windows Vista. ... through a separate package or install any of the previous MDACs/Jets. ... You can manually register components by running regedit from a DOSPrompt ...
    (microsoft.public.vb.enterprise)
  • Re: folder "Access Denied" in Vista
    ... Actually, those are defaults for a clean install of Vista, not just an upgrade. ... "My" anything in Vista is a junction point that redirects software requests to the real folder under the user profile. ... I'll bet the manufacturer of the laptop upgraded an XP operating system to Vista without starting fresh. ...
    (microsoft.public.windows.vista.general)
  • My Findings - VB6 Apps on Vista
    ... The vb6 apps themselves will work on Vista. ... Enable a standard user to INSTALL our software ... Installers typically WRITE FILES to the c:\program files\ folder, ... will need to run the installer as admin. ...
    (microsoft.public.vb.general.discussion)
  • Re: Vista and the tested but not shipped dlls and ocx files
    ... folder, like msbind.dll Can these go into a data folder as a ... would it allow it to self register. ... administrator when a user first purchases their new PC with the Vista ... I really need some advice to get the program to install with the ...
    (microsoft.public.vb.general.discussion)
  • Re: How to set option buttons to go direct to another URL
    ... though - won't be switching to Vista if I don't have to! ... I don't have Vista installed, nor do I really want to install it. ... Which version of Publisher are you using? ... Register for Class ...
    (microsoft.public.publisher.webdesign)