Category:Scripting FAQ: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created category.) |
(How can I go back to current page?) |
||
Line 2: | Line 2: | ||
[[Category:FAQ]] | [[Category:FAQ]] | ||
On the component page, when Click [Next], I add a function to check if at least one component is checked. If not, the setup will pops up a window to inform user to select at least one component. | |||
When I click [OK] on the poped up information window, how can I go back to the component page? |
Revision as of 10:34, 8 November 2006
Below are the most common scripting problems such as the use of plug-ins, installing or uninstalling libraries, instructions usages and so on... On the component page, when Click [Next], I add a function to check if at least one component is checked. If not, the setup will pops up a window to inform user to select at least one component. When I click [OK] on the poped up information window, how can I go back to the component page?
Pages in category "Scripting FAQ"
The following 25 pages are in this category, out of 25 total.
A
H
- File Association
- How can I create or change an environment variable?
- How can I get input from the user?
- How can I get the installer filename?
- How can I install the Visual Basic 6.0 runtimes?
- How can I let my application appear in Add/Remove Programs?
- How can I make sure the user installing my software has admin rights?
- How can I read or write files?
- How can I use conditional execution (If ... EndIf equivalent)?
- How can I use quotes in a string?
- How do I start/stop/create/remove/check a service?