Old 2nd July 2014, 10:25   #1
atfpodcast
Junior Member
 
Join Date: Jun 2014
Posts: 30
Cool simple silent install question...

Now in this silent install it basically installs the files to the proper directories with out user input? It would be visual and then when the install is done its ready to go?
atfpodcast is offline   Reply With Quote
Old 2nd July 2014, 11:02   #2
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 672
http://nsis.sourceforge.net/Docs/Chapter4.html#4.12
jpderuiter is offline   Reply With Quote
Old 2nd July 2014, 11:10   #3
atfpodcast
Junior Member
 
Join Date: Jun 2014
Posts: 30
Im so new to this its not making sense. How can I show a installer installing with out the user input?
atfpodcast is offline   Reply With Quote
Old 2nd July 2014, 12:18   #4
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 672
If you're new I suggest you first take your time to read through the manual, and try some examples to get used to NSIS (there is actually a Silent install example).
Copying and pasting code from others won't do you any good when your installer becomes more complicated.
When you're more confident with NSIS, the Silent install chapter I mentioned above should be clear enough.
jpderuiter is offline   Reply With Quote
Old 2nd July 2014, 21:45   #5
atfpodcast
Junior Member
 
Join Date: Jun 2014
Posts: 30
Question

Quote:
Originally Posted by jpderuiter View Post
If you're new I suggest you first take your time to read through the manual, and try some examples to get used to NSIS (there is actually a Silent install example).
Copying and pasting code from others won't do you any good when your installer becomes more complicated.
When you're more confident with NSIS, the Silent install chapter I mentioned above should be clear enough.
I been but the silent example and the docs do not have pictures to help explain what it would do. I want a install the user does not have to input but can see it installing.
atfpodcast is offline   Reply With Quote
Old 2nd July 2014, 22:18   #6
jpderuiter
Major Dude
 
Join Date: Feb 2007
Posts: 672
Aha.
So you can't use a Silent install.
What you can do is only use an instfiles page.
Or skip the other pages if you want these pages in your script (in case the installer is not run in 'silent' mode).
See:
http://forums.winamp.com/showthread.php?t=218802
jpderuiter is offline   Reply With Quote
Old 2nd July 2014, 22:52   #7
atfpodcast
Junior Member
 
Join Date: Jun 2014
Posts: 30
Quote:
Originally Posted by jpderuiter View Post
Aha.
So you can't use a Silent install.
What you can do is only use an instfiles page.
Or skip the other pages if you want these pages in your script (in case the installer is not run in 'silent' mode).
See:
http://forums.winamp.com/showthread.php?t=218802
It would basically be like installing add on and they just run the exe and watch it install and bam its done. hands free.

Or would it be better for it to say this program will install this add on do you wish to continue or abort?
atfpodcast is offline   Reply With Quote
Old 3rd July 2014, 08:42   #8
atfpodcast
Junior Member
 
Join Date: Jun 2014
Posts: 30
I got it to work on my own. I just removed the directory page.
atfpodcast is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump