PDA

View Full Version : Vista Message error, UAC active



ninfasabe
07-13-2009, 12:53 PM
Hello everyone
i have a problem when i finish install on Vista busines, I'm receive this error
8266
"This program might not have installed correctly"

i have need have active UAC.

Could you help me fix this?


Thank you.

jassing
07-13-2009, 01:38 PM
Regardless of your needs, does it install correctly when UAC is disabled?

Did it actually install OK when you received this error?

What is the error code you are finishing your installer with?

Ulrich
07-13-2009, 01:39 PM
Hello,

thank you for your comments, however we cannot troubleshoot third party software such as that created by GMetrix. If you are using Setup Factory to produce installers, please open a support ticket through the customer portal (https://www.indigorose.com/customers) and attach your project file -- support tickets are 100% confidential and secure. If you are evaluating Setup Factory, please post back here with as much information as possible.

Ulrich

ninfasabe
07-13-2009, 04:31 PM
Hello,

thank you for your comments, however we cannot troubleshoot third party software such as that created by GMetrix. If you are using Setup Factory to produce installers, please open a support ticket through the customer portal (https://www.indigorose.com/customers) and attach your project file -- support tickets are 100% confidential and secure. If you are evaluating Setup Factory, please post back here with as much information as possible.

Ulrich


Regardless of your needs, does it install correctly when UAC is disabled?

Did it actually install OK when you received this error?

What is the error code you are finishing your installer with?



Thank you for your answers.

If I UAC disabled, install is correct.
UAC active the install is Ok.. but I'm receiving this message when i finish the instalation.

jassing
07-13-2009, 04:43 PM
What is the error code you are finishing your installer with?

ninfasabe
07-13-2009, 05:08 PM
What is the error code you are finishing your installer with?

i dont receive error code.. only this message 8267 "This program might not have installed correctly"

jassing
07-13-2009, 06:56 PM
all applications exit with a numeric code.
My guess (unverified) is that your installer is exiting with a code other than zero.

if you've developed the SUF installer, then you should check that.
If you're just using a suf based installer; I'd say "ignore it" if the application installed & is working.

jassing
07-15-2009, 12:06 PM
Hello,

thank you for your comments, however we cannot troubleshoot third party software such as that created by GMetrix. If you are using Setup Factory to produce installers, please open a support ticket through the customer portal (https://www.indigorose.com/customers) and attach your project file -- support tickets are 100% confidential and secure. If you are evaluating Setup Factory, please post back here with as much information as possible.

Ulrich

Ulrich:

FWIW -- I just got a call from a client, and subsequently replicated, a similar issue with a pre-existing installer -- except the replication occured on Win7. I was unable to replicate it on Vista.

Ulrich
07-17-2009, 09:26 AM
i dont receive error code.. only this message "This program might not have installed correctly"

If you search for this in Google, you will see that this is a generic error message for something that the UAC found suspicious. According to what I found, you may get this message, for example, if you build an installer that doesn't create a valid entry in the Add and Remove Programs section. You might be performing a Shell.Execute() somewhere in your installer, that failed due to the lack of admin rights. You should build the installer with an extensive log, to document every action you perform, and detect what exactly is failing and triggering the UAC warning.

Additionally, I am moving this thread to the Setup Factory 7.0 forum, as you are not using the current version.

Ulrich