Forum: NSIS Discussion
14th June 2010, 13:38
|
|
Replies: 18
Views: 3,759
|
Forum: NSIS Discussion
11th June 2010, 14:47
|
|
Replies: 18
Views: 3,759
|
Forum: NSIS Discussion
10th June 2010, 19:12
|
|
Replies: 18
Views: 3,759
Now i'm feeling a noob.. lol
Maybe I'm not so...
Now i'm feeling a noob.. lol
Maybe I'm not so specific in my question. I have understood why use SHOW function, not PRE.
My issue is the follow: when I call ShowWindow to hide checkbox, the...
|
Forum: NSIS Discussion
10th June 2010, 17:37
|
|
Replies: 18
Views: 3,759
|
Forum: NSIS Discussion
10th June 2010, 14:26
|
|
Replies: 18
Views: 3,759
Nice, I find it. But how can I recover the...
Nice, I find it. But how can I recover the variable to manipulate on my script?
I'm trying to do something like this:
!define MUI_PAGE_CUSTOMFUNCTION_PRE PreFinishFunction
!insertmacro...
|
Forum: NSIS Discussion
9th June 2010, 17:59
|
|
Replies: 18
Views: 3,759
|
Forum: NSIS Discussion
31st May 2010, 13:46
|
|
Replies: 18
Views: 3,759
Thanks for your help Stu, but I'm still having...
Thanks for your help Stu, but I'm still having some issues to hide the controls.
I found the buttons id's, but i'm not sure how to use ShowWindow command.
For example, the id of Cancel button is 2....
|
Forum: NSIS Discussion
28th May 2010, 16:03
|
|
Replies: 18
Views: 3,759
Thanks for quick replys guys!
Got it. ...
Thanks for quick replys guys!
Got it.
But one question: Using nsDialogs, is it possible remove the "footer" that contain "Next", "Finish", and other buttons? I really need a clean page.
...
|
Forum: NSIS Discussion
28th May 2010, 15:13
|
|
Replies: 18
Views: 3,759
Show register screen at the end of installation
Hello folks,
What I need is show a screen (something like a big MessageBox) to user when he finish the installation.
This screen will contain an image (banner) on the top, a text asking for...
|
Forum: NSIS Discussion
26th June 2009, 14:15
|
|
Replies: 10
Views: 3,421
|
Forum: NSIS Discussion
26th June 2009, 12:46
|
|
Replies: 10
Views: 3,421
Now i'm a bit confused.
What I need is 2...
Now i'm a bit confused.
What I need is 2 independent uninstallers. When i run "Program uninstaller" he will remove the Program fileset only, and when i run "Toolbar uninstaller" he will remove...
|
Forum: NSIS Discussion
25th June 2009, 22:21
|
|
Replies: 10
Views: 3,421
Nice, Thanks for reply.
What i'm thinking to...
Nice, Thanks for reply.
What i'm thinking to do is:
-Create a section un.install_toolbar to remove toolbar fileset.
-Create a section un.MainProgram to remove software fileset(actually it is...
|
Forum: NSIS Discussion
25th June 2009, 15:38
|
|
Replies: 10
Views: 3,421
Hello, it's me again.
I have a new issue,...
Hello, it's me again.
I have a new issue, someone can help me?
My script have the follow:
-a function "install_toolbar", where installs the toolbar fileset if the box is checked, and in the...
|
Forum: NSIS Discussion
20th May 2009, 13:39
|
|
Replies: 10
Views: 3,421
|
Forum: NSIS Discussion
20th May 2009, 04:59
|
|
Replies: 10
Views: 3,421
I'm not specific on my question. The title i'm...
I'm not specific on my question. The title i'm refering is the "Welcome to Program Uninstall Wizard".. In fact i'm need to change every place when "Program" appears and put "Toolbar"..
But thanks...
|
Forum: NSIS Discussion
19th May 2009, 16:13
|
|
Replies: 10
Views: 3,421
Creating two uninstallers in same installer
Hello everyone, i'm new here and need some help already...
Here is the case:
I need to crate an installer, witch include toolbar installer..
My issue is: in both uninstallers, the Welcome title...
|