|
Controlling Visibility of User Interface
I an Making a web setup project in VS 2005 .I have added a
RadioButtons Dialog and Textboxes. What I need to do is based on what
radio button is selected either make the Textbox screen visible or
not. Or Should I say If they select Radio Button 2 Then I do not need
the textbox's at all...
Any help would be great.
Thanks
Randy
...
|
4 |
23.04.2007 21:42:43 |
|
How to rectify windows installer problem
Dear Sir,
I am using windows 98 second edition.I am trying to install Flash 8
software.But the set up was canceled,i am getting the following error message.
WINDOWS INSTALLER-KB884016-V2-X86.EXE File is linked to missing export NT
DLL.DLL:NtopenprocessToken.
Kindly,please anyone knows how to rectify this problem.
Thanks
Suvetha....
|
2 |
23.04.2007 19:48:20 |
|
1642 error when patching an already patched install
We're just about to release an MSP for our program, but before doing
so I was asked to make sure that we're able to release a 2nd MSP if
need be. So far I've had bad results.
Our current program version is 01.08.0000
The 1st MSP will be 01.08.0100
The 2nd MSP can be anything...I chose 01.08.0105
So far I'm getting a 1642 ERROR_PATCH_TARGET_NOT_FOUND when trying to
apply patch 01.08.0105...
|
2 |
20.04.2007 01:44:52 |
|
WIX adding a registry key after a dll selfreg
I have a tricky problem:
Using difxApp, I am installing a driver written by a third party.
Included in this installation is a dll that must be registered.
Because this dll may be updated at any time, I am using SelfRegCost =
'1' in the <file> line to self register the dll.
The dll creates a registry key and I must LATER add a value to the key
to give the path to my control panel ap...
|
3 |
19.04.2007 17:41:05 |
|
Weird Windows Installer Behavior
From what I have gone through, this is not a common problem. It seems that
Windows Installer 3.1 has been thoroughly corrupted for:
1)Upon attempting to uninstall any software from add or remove programs the
following error is displayed:
“The Windows Installer Service could not be accessed. This can occur if you
are running Windows in safe mode, or the Windows Installer is not corr...
|
1 |
18.04.2007 17:14:29 |
|
64-bit MSI writing to HKLM\SOFTWARE\Wow6432Node area
I am trying to write a 64-bit MSI that will end up installing multiple
64-bit apps, two 64-bit drivers and one 32-bit app. I need the MSI to
add some entries for the 32-bit app before it starts. The 32-bit app
needs to see its entries in the HKLM\SOFTWARE\Wow6432Node\<product>
area, but the 64-bit installer can only write to the HKLM\SOFTWARE
\<product> area.
How do I tell a 64...
|
4 |
17.04.2007 23:40:10 |