Talk:FAQ
I need turn and exit the file automatically in script. How I can do this? It's "*.exe" file. It's must be started from installer and automatically closed.
- This is not the place to ask scripting questions. Use the forum for this. To execute files use Exec or ExecWait.
How can go back to current page?
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?
- As the last poster got answered, it's hardly the place. Your question was also very very spammy. One thread in the forum will go a lot further than 3 destroyed pages in the wiki. --kichik 10:01, 8 November 2006 (PST)
System Requirements
Please update the wiki to include system requirements.
- There are none. It works on everything. To add a FAQ item, simply create a page and put it in the FAQ category or one of its subcategories. --kichik 09:12, 12 December 2007 (PST)
Installing Windows Service Using NSIS?
Hi All Respected, I am using nullSoft since 2007, It is very helpful to create installer for Desktop and Mobile. Recently I get a problem when I was try to make a installer, which will install window service (sending mail). I am trying my best to search, but yet could not able to get any solution. any one who has some idea, please guide me. Thanks. Bye Regards Rajat(mysilversir@aol.com)
using different language for interface
Hi,
I am using NSIS to build my installer. My language is "farsi" which I wanna use as the interface language. and I do it by adding the following line in script file:
- Languages
!insertmacro MUI_LANGUAGE "Farsi"
However, as I run the build setup, the characters on interface are as if they are unknown! what shall I do?