In the installer I am doing some registry entry, I want to update the value of these registry entry as per the user input.
I am not getting how to do it. Please suggest.
I have 2 Installers and both have same product name, issue what I am facing is, in Add/Remove program in Control Panel both are displaying the same name.
Can I change the name that is displaying in Add/Remove program in Control Panel.
In my installer, I have 4 components. Client can select any single or multiple components (Organization). I want to make a registry entry for each component which user selected and installed.
I know from Registry left menu I can create Keys in registry, but I am not getting how to create key ...
In a dialog I have 4 Text boxes. If I write any thing in first text box I want to same text box in other text boxes with some append values. Basically I want to do some operation on text change event of first textbox.
Is advance installer makes log of the installation, means let say I am installing and in mid I pressed “Cancel” will advance installer create any log on client machine so we can identify that installer was canceled or if any other issue came.
In one of the dialog in my installer I have 10 text boxes, i want to set the Tab order, for that I didn't find any Property like "TabIndex".
Is there any other way to do the same.
In the dialogs of the installer, we normally have “Back”, “Next” and “Cancel” button. For Back and Next shortcut key is defined but for Cancel it is not there, I want to put shortcut key for cancel also. I checked Special Properties for Cancel button it is “[ButtonText_Cancel]” and its value is ...
If I got your question, you are asking that Is I am generating those files dynamically through some custom logic. If that then below is my answer.
No actually at the time of creating the MSi those files will be there, after the installation also the files will be there and it happen like I can work ...
I am getting one issue, I am not sure that it is installer issue or code issue. Actually in my product I added icons as resource in my project (.net project). Whenever I am binding my project these icons are coming in Resource Folder in Release folder. Now issue, when I installed my installer ...
In my installer, initially I was having option for user select or unselect component on CustomizeDlg, but now I want do not want user to unselect component.
But if I want to not install any component using coding, I should do it.
First of all Thanks for all the help that you did earlier.
I have two installer and both the installed have one common Component (Configuration Component). In both installed this component have same dlls every thing is same.
Now If I install first Installer -> it will install Configuration ...