 |
 | how can i set image to cancel, next, back buttons? Narendra Reddy Vajrala | 6:10 3 Jun '09 |
|
 |
Hi , how can i set image to cancel, next, back buttons in welcome, readme, lisense,etc windows.
|
|
|
|
 |
 | Very easily implementable solution charan.aspnet | 20:02 22 Apr '09 |
|
|
 |
 | Set Validation for Setup Poject Textbox Dialog in c# Ctal | 20:05 1 Jan '09 |
|
 |
Hi, I Have developed Setup for Shared Add-in. I Want to Register User to my database when installs setup.I have put Two Textbox Username and Password. I already set Password character in it. I want to validate these 2 textbox that it can not be null. And Also want to Add one Pushbutton for database registartion . if login fails or textbox is null then user is not allowed to go Next. (means I want to set Next button Disable). When User user registerd Next button is Enable. I tried it Using Orca but not getting what I want. So please help me for the same
Thanks
Regards Sheetal
|
|
|
|
 |
 | How do I do this all from the command line? Jason W. Thompson | 9:58 18 Aug '08 |
|
 |
I want to have my installer automatically edited after each build, but how do I do this?
|
|
|
|
 |
|
 |
If you have the developer SDK that includes the WiRunSQL.vbs function, you can add a post-build event to your installer project that looks something like this:
Cscript WiRunSQL.vbs "$(BuiltOuputPath)" "UPDATE `Control` SET `Control`.`Attributes`=2097159 WHERE `Control`.`Dialog_`='CustomTextA' AND `Control`.`Control`='Edit2'"
(note this should all be on one line)
|
|
|
|
 |
|
 |
I got a error when i added the above line in postbuildevent property in setup... The error says 'PostBuildEvent' failed with error code '1' 'Unspecified error'
any help?
Ven Kates
|
|
|
|
 |
 | Control Attribute link revised bimal parekh | 20:00 21 May '08 |
|
|
 |
 | Encrypting the input values jagooch | 9:30 13 May '08 |
|
 |
This works great! I am 50% towards protecting password data input during the installation. Now, if I am writing the input data into the registry, is there a way to tell the installer to encrypt the password before putting it there? Thanks!
|
|
|
|
 |
|
 |
You would probably want to use a custom action to do the encryption.
I'll be more enthusiastic about encouraging thinking outside the box when there's evidence of any thinking going on inside it. - pTerrywww.many-monkeys.com
|
|
|
|
 |
 | Change 'Banner Text' of 'Welcome' User Interface Dialog ? Aniket Salunkhe | 23:43 11 Jan '07 |
|
 |
How to change the 'Banner Text' of 'Welcome' User Interface Dialog while creating Set & Deployment in .Net ?
I want a Dialog same as 'Welcome' User Interface Dialog but different 'Banner Text'.
Best Regards, Aniket
|
|
|
|
 |
|
 |
Hi Aniket
Again you can use the Orca tool - When using the Orca tool (part of the Installer SDK) - If you do the work as a transform then you can progarammatically apply the transform after everytime you build the installer.
Shaun
I'll be more enthusiastic about encouraging thinking outside the box when there's evidence of any thinking going on inside it. - pTerrywww.many-monkeys.com
|
|
|
|
 |
|
 |
Ok, I made the changes to my .msi as a new transform, and called the transform "transform.msi" . Now what do I do to have this msi applied after each build?
|
|
|
|
 |
|
 |
you need to use the msitran tool - part of the installer SDK
I'll be more enthusiastic about encouraging thinking outside the box when there's evidence of any thinking going on inside it. - pTerrywww.many-monkeys.com
|
|
|
|
 |
 | Link to get ORCA Javed Akhter Siddiqui | 1:58 8 Feb '06 |
|
|
 |
|
 |
Thnks a lot!!!!!
Currently I am doing my MCS from Karachi University, Pakistan.
|
|
|
|
 |
|
 |
| Thanks Javed Akhter Siddiqui Life's Like a mirror. Smile at it & it smiles back at you.- P Pligrim
|
|
|
|
 |
 | Awsome! Javed Akhter Siddiqui | 1:54 8 Feb '06 |
|
 |
Just what I needed. Full marks to you.
[Never believe on just your eyes, there is a lot more than what you can see.]
|
|
|
|
 |
 | Unique Licence number for each installation Mukund Pujari | 0:01 23 Nov '05 |
|
 |
Hi Javier,
Thanks for very useful article. Is there any way that we can have unique licence number for each installation of .NET Application? In .NET Set Up projects there is facility for mentioning Licence Number in "Customer Information User Interface", but it has got very limited use. It has got one fixed logic that the addition of specified licence numbers should be divisible by 7. So anyone who knows this can easily crack this. And also I don't want to use custom action since Custom Action run after the installation. And I want that installation should onl progress if licence number is valid .
Thank You
Mukund
|
|
|
|
 |
|
 |
A bit late but again you can use a custom action but this time tied to the control in the dialog - however to do this you will need to know orca and You can therefore understand how easy it is for a hacker to hack that licence number out or prevent the check.
I'll be more enthusiastic about encouraging thinking outside the box when there's evidence of any thinking going on inside it. - pTerrywww.many-monkeys.com
|
|
|
|
 |
 | Nice!!!! Coder98 | 12:21 21 Nov '05 |
|
 |
Sweet! I was pulling my hair out on this one. Anyway to do this without the ORCA solution? Works well though. THANKS!
Pdog
|
|
|
|
 |
 | orca mary flower | 8:45 18 Oct '05 |
|
 |
i coud not install orca.
|
|
|
|
 |
 | validate any textbox in a setup project comp_buster | 2:59 9 Aug '05 |
|
 |
plzzz help me to find articles to validate any textbox input in a setup project.so that when i can alert user for wrong input when he press next button to move from on screen to another.
thanx in advance
|
|
|
|
 |
|
 |
Hi, Did you get any solution to your problem ? I am facing same problem. If you get it then please help me for the same.
Thanks Regards Sheetal
|
|
|
|
 |
|
 |
Hey, I have the same problem.. need to validate MSI input fields any solution..?
Regards, Nitin Nikam
|
|
|
|
 |
 | 'Back' button disabled on FolderForm svetlanact | 6:48 12 May '05 |
|
 |
Hi Javier,
Great article! Exactly what I was looking for.
I have a problem that is not really related to the password textbox, but more to New Dialogs in general. During installation process the 'Back' button appears to be disabled on the 'Installation Folder' if a dialog (or more than one dialog) added via VS IDE and placed before 'Installation Folder' form. I assume that it can be fixed by fixing .msi tables, but I'm not able to figure it out. I've tried to fix 'Property' table and had some success with 'Back' and 'Next' navigation, but whatever I did results in the installation error when 'Next' button of the 'Installation 'Folder' window pressed. My guess here is that some foreign key dependency is missing.
Another question I have: is there any way to programmatically fix .msi database using .NET? Is there a provider that would open .msi database to allow write queries against it?
Thanks a lot,
Svetlana
|
|
|
|
 |