|
We have a CustomAction that sets some registry key HKEY LOCAL_MACHINE. This wasn't working on Vista with UAC, until we made the action "deferred". The installer worked in other cases. Anyone knows why?
We are using WIX to create the installer.
Started by luntain on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This caused your custom action to be executed with the users permissions rather than with... .
Your custom action was being run immediately when it was encountered in the InstallExecuteSequence; instead of when the actual install script was being executed .
|
|
If you are running a 32 bit app on a 64 bit machine (I am using windows 7) and you write this code
RegistryKey key = Registry.LocalMachine.OpenSubKey(@"Software\XXX")
it will actually get the key from
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\XXX
and not...
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
See if below helps:
http://social.msdn.microsoft.com/Forums/en-US/netfx64bit/thread/92f962d6-7f5e-4e62-ac0a-b8b0c9f5....
It is a function of whether or not the program was compiled for 32 or 64 bit Windows and whether it's running on 32 or 64 bit Windows .
|
|
How can I modify [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\LowRegistry\CommandBar] CommandBandLayout value to make sure my addon is first in the command bar?
any help here appreciated Thanks, Manoj
Started by Manoj on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It is hard to type....
This file can be used to modify the registry
It should go like this:
Regedit version
Registry path
Dataname:datatype:datavalue
Just put this into an installer or whatever you are using Ps .
This can simply be done by making a .reg file .
|
Ask your Facebook Friends
|
A query regarding the importing reg keys in the Installshield. The reg file contains one key value to be deleted and other to remain as it is after deployment.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Workshare\Options...
Started by priyas on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at flexerasoftware):
I have to correct myself (thanks to https://twitter.com/#!/installtips/s...90596819103745 for the reminder): you can... .
[incorrect reply removed - see below] thanks a lot, Stefan .
I guess that InstallShield doesn't support the "delete" entry in .reg files .
|
|
I've been trying to get a hdd activity monitor, but none work. Then I did some research and found my problem:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Perfdisk\Performance\DisablePerformanceCounters
this registry entry should be set to 0....
Started by vivek on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at overclockers):
Right click, dword for 32bit windows, qword for 64bit windows. .
Goto the location is should be a create it.
|
|
On Sat, 31 Jan 2009 20:15:00 +0100, Henning <no.mail@all.invalid
Jeg har brug for en reg-key el.lign., som gør brugere af et givent
domæne til lokal administrator på maskinen. Skal bruges ifm.
installation af nye maskiner, hvor jeg ikke gider lave...
Started by Henning on
, 7 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
:-) Jens....
Det krr at computeren er tilmeldt til domt og san det laves med en
GPO.. .
On Sun, 1 Feb 2009 16:08:59 +0100, "Jens" <jens.joensson@_FJERNDETTE_gmail.com
"Henning" <no.mail@all.invalidnews:ii89o4to7duqmmmmtm8sjjkme73knpj0bd@4ax.com.. .
|
|
On Mon, 5 Jan 2009 07:12:12 -0800, C Wilson <C Wilson@discussions.microsoft.com
I was wondering if anybody has a script that checks every Exchange server in
the environment for the existence of a certain registry key. In particular
the link state...
Started by C Wilson on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
key.
Exchange org, and then check every server in that org for the existence of
the reg.
|
|
On Tue, 23 Jun 2009 11:14:01 -0700, Jason Hinsperger <iAEngWaterloo@newsgroup.nospam
I read an article in James Hamilton's blog:
http://perspectives.mvdirona.com/2008/04/17/DisksLiesAndDamnDisks.aspx
In it he says:
...
FUA is dropped for performance...
Started by Jason Hinsperger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Wed, 24 Jun 2009 11:16:09 +0200, "Volodymyr Shcherbyna" <v_scherbina@online.mvps.org
I suppose (I could be wrong) this option is set via IOCTL, take a look
Dskcache.exe tool
http://support.microsoft.com/default.aspx?scid=kb;en-us;811392
-... .
|
|
On Sun, 1 Feb 2009 16:08:59 +0100, "Jens" <jens.joensson@_FJERNDETTE_gmail.com
"Henning" <no.mail@all.invalidnews:ii89o4to7duqmmmmtm8sjjkme73knpj0bd@4ax.com...
Det krr at computeren er tilmeldt til domt og san det laves med en
GPO...
:-) Jens...
Started by Jens on
, 6 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Sun, 01 Feb 2009 18:10:48 +0100, Henning <no.mail@all.invalid
On Sun, 1 Feb 2009 16:08:59 +0100, "Jens"
<jens.joensson@_FJERNDETTE_gmail.com
Duer desværre ikke, det er ikke alle maskiner brugerne skal have
adm-rettigheder, men i et begrænset... .
|
|
On Tue, 20 May 2008 11:06:38 -0400, "JohnO" <johno@!NOOSPAM!heathkit.com
I assume there's a reg key to flip this RD setting, but I can't find it.
Does someone know?
Also, I'm looking for a comparison between VNC and RD...for a simple WiFi
remote...
Started by JohnO on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
These pertain to Windows Vista, Microsoft Windows Server 2003,
Windows XP Professional... .
On Tue, 20 May 2008 11:47:35 -0500, "Sooner Al [MVP]" <SoonerAl@somewhere.net.invalid
You can download a spread sheet that maps group policies to registry
entries .
|