![]() |
need some sample scripts
Hello.
I am new in NSIS world. I have read all docs inside NSIS package but I am confused how to create this. - How to create a page that contains an option to choose whether this program will be install for 'All User' or 'This User Only (donie)' (like InstallShield does)? - How to create a summary page likes InnoSetup or InstallShield does? - How to create Modify/Repair/Remove page on Uninstaller? (will asks user to find the Setup file if it does not exist on its location) - How to remove 'Cancel' button at Finish page? - How to create page contains Username / Organization / Serial Number Text Edit and store the value in .ini or registry ? I just have some litle time to connect to internet :( so I can not search all WIKI or forum page to search. Please give me some sample scripts contain jobs above. thank you |
For the custom pages you need to use InstallOptions. There's no build in support for those dialogs like with InstallShield.
To hide the cancel button on the Finish page, use this: code: Similarely, for the username / organisation / serial number, use InstallOptions. You can write to the registry with WriteRegStr or to an INI file with WriteINIStr. -Stu |
I'm not one that can do the work for you nor do have time to generate examples. (maybe someone else can help with that part.) But, I can at least try to point you in the right direction:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
Thanks !
thank you guys. your helps are very useful to me.
thanks:D |
| All times are GMT. The time now is 04:47. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.