|
|
#1 |
|
Junior Member
Join Date: Nov 2011
Posts: 1
|
ji everybody,
i found an installer which was made with nsis i think http://www2.kodakdental.com/files/dr...uprvgtwain.exe if i used the "/S" parameter at command line the instfiles page is shown as you can see here: http://imageshack.us/photo/my-images...benanntby.jpg/ could somebody told me how to do this. if i use the "/S" on my installers there will be no window shown. |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
NSIS does (almost) nothing automatically. If you want your installer to respond to a parameter, you have to code that behavior yourself.
First step, the manual: http://nsis.sourceforge.net/Docs/AppendixE.html#E.1.11 |
|
|
|
|
|
#3 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
Try something like this:
Quote:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
Ah yes, I keep forgetting about the bloody silent flag. Hate that feature. ~_~
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|