Makes Vista Inspirat help me
hi help me I WOULD LIKE make setup MODEL Vista Inspirat
.nis Script PLEASE
Archive: Makes Vista Inspirat
Makes Vista Inspirat help me
hi help me I WOULD LIKE make setup MODEL Vista Inspirat
.nis Script PLEASE
See the Examples\Modern UI folder in the NSIS folder.
-Stu
Thank you.
please do not paste script, but attach them in future
MultiLanguage.nsi
hello 2 All
I WOULD LIKE THIS File PassDialog-UserPass.exe WITH MultiLanguage1.nsi MIX QUICK URGENT EXECUTION
PLEASE EVERY ERROR GIVER PLEASE Help me:(
File 2 MultiLanguage1.nsi
TRAFFIC
Help me PLEASE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
You can't call NotifyIcon's "p" flag in .onInit, it must be used within sections. For more information, please see http://nsis.sourceforge.net/NotifyIcon_plug-in.
Please don't "shout" (type in all caps) or post things like "please help me", it's not going to get you anywhere. Patience is a virtue.
-dandaman32
Dandaman32,
Your link above is not working. Looks like maybe the period at the end of you sentence was inadvertently included in your URL.
Try this link instead:
http://nsis.sourceforge.net/NotifyIcon_plug-in
http://nsis.sourceforge.net/NotifyIcon_plug-in
The page cannot be displayed
Works fine for me.
-Stu
Thank you o mer30 ممنونم
code for setup HIDDEN EXAMPLE
for exe %cdrom%\\INSTALL\\PROGRAMS\\WindowsMedia.exe /S
for exe %cdrom%\\INSTALL\\PROGRAMS\\GOOGLE.EXE /s /qn
for reg 'REGEDIT /S %cdrom%\\INSTALL\\REG\\MAGICISO.REG
for exe %cdrom%\\INSTALL\\SYSTEM\\VBRUN60SP6.EXE /Q
for msi %cdrom%\\INSTALL\\PROGRAMS\\OO.MSI /qb
PRESENTABILITY
.Ir
hello 2 all
EVERY ERROR
LicenseLangString: "MUILicense" 9999 "D:\Program Files\NSIS\Docs\Modern UI\License.txt"
LicenseLangString: "MUILicense" 2108 "D:\Program Files\NSIS\Docs\Modern UI\License.txt"
!insertmacro: MUI_RESERVEFILE_LANGDLL
!insertmacro: end of MUI_RESERVEFILE_LANGDLL
Section: "Shamsi"
SetOutPath: "$INSTDIR"
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "D:\Program Files\NSIS\Examples\Modern UI\MultiLanguage1.nsi" on line 202 -- aborting creation process
----------------------------------------------
;--------------------------------
;Installer Sections
Section "Shamsi"
SetOutPath "$INSTDIR"
File '"$NSISDIR\Data\Shamsi.exe"'
Thanks for your interest in NSIS InstallBuilder.
You can grab a copy here: http://www.winextra.com/dl/builder/I...Setup_0530.zip
Ideally I am looking to have a GUI front end that will let a developer create an install package of their application(s) that is equal to anything produced using one of the commercial installer apps; and without having to touch a line of NSIS script code.
I think this current build of NSIS InstallBuilder is stable enough to use for production releases; but I would like good confirmation of this from folks who use NSIS on a regular basis.
There are two system requirements for using NSIS InstallBuilder:
1. .NET 2.0 Framework installed
2. the newest version of NSIS installed
I have also setup a support newsgroup on the WinExtra news server for the program - news://news.winextra.com is the server address and the group is winextra.help.installbuilder . You can also reach me on MSN Messenger using winextra@hotmail.com - just make sure to let me know that it is regarding the program.
Steven Hodson
WinExtra
http://www.winextra.com
news://news.winextra.com
-----Original Message-----
From: hashem_20052006@yahoo.com [mailto:hashem_20052006@yahoo.com]
hello 2 all
EVERY ERROR
LicenseLangString: "MUILicense" 9999 "D:\Program Files\NSIS\Docs\Modern UI\License.txt"
LicenseLangString: "MUILicense" 2108 "D:\Program Files\NSIS\Docs\Modern UI\License.txt"
!insertmacro: MUI_RESERVEFILE_LANGDLL
!insertmacro: end of MUI_RESERVEFILE_LANGDLL
Section: "Shamsi"
SetOutPath: "$INSTDIR"
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
Error in script "D:\Program Files\NSIS\Examples\Modern UI\MultiLanguage1.nsi" on line 202 -- aborting creation process
----------------------------------------------
;--------------------------------
;Installer Sections
Section "Shamsi"
SetOutPath "$INSTDIR"
File '"$NSISDIR\Data\Shamsi.exe"'
Help me PLEASE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
This line is weird:
File /oname=$PLUGINSDIR\splash.dll "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp"
Why are you renaming nsis.bmp to splash.dll when you are extracting it?
[edit]Also, why do you want four copies of the same program with different filenames?[/edit]
Note: Please don't repeat post, it just gets annoying.
Hi Hashem,
It would be of help if you described your problem in plain English, it is unclear to me what you want to do, solve or get fixed.
Script for Replacer file system EXAMPLE shell.32 ... PLEASE help
PLEASE help
Again, double-posting does no good and only serves to annoy those who might otherwise be willing to help you.
And, as onad pointed out, you need to be able to describe your issue in plain English.
Can you elaborate more?
Script for Replacer file system EXAMPLE shell.32I'm not sure what this means...
I No PLEASE
Script for Replacer file system EXAMPLE shell.32
hi help me I WOULD LIKE ICON FOR SET SETUP
to CHANGE icon
File /oname=$sysdir\zemp.gf\access.bat "${NSISDIR}\res\access.bat"
THIS file EXECUTION DOESN'T
TO HIDDEN RUN access.bat
hashem,
You are skipping all over the place and making no sense at all. From what I've seen you've asked several unrelated questions in this one forum. It makes it very hard to follow. Ideally, you should post new questions in new threads. (and please PLEASE quit double-posting! Learn how to edit your posts. Or think about exactly what to say before you type it.)
Now, to try to answer some of your questions:
I'd recommend first that you read the documentation provided with NSIS. It might also be helpful for you to read the Posting Rules and FAQs There's some good information there about how to find the answers to many of the basic questions you seem to have.
To change the icons, use the ICON command or if using MUI, use !define MUI_ICON "C:\path_to_your_icon\Icon_file.ico"
For your question about the FILE command, I'm not sure what you are trying to acoomplish, but I don't think you really meant to extract files into the NSIS install directory (or maybe you did?). Take some time to read through the documentation about Basic Commands, including FILE. You should also get familiar with constants such as ${NSISDIR}. It should help you figure out if this is really what you intended.
For running batch files "hidden" as you say, you should look at using nsExec. (Documentation for this is included with NSIS under ${NSISDIR}\DOCS\nsExec)
THANKFUL ABUNDANT Comperio
Hiding Exec's command line
Run a CMD BAT file
PLEASE PLEASE PLEASE HELP :(
Use the NsExec plugin included with nsis.
Thanks for your interest in NSIS InstallBuilder.
You can grab a copy here: http://www.winextra.com/dl/builder/..._Setup_0530.zip
Ideally I am looking to have a GUI front end that will let a developer create an install package of their application(s) that is equal to anything produced using one of the commercial installer apps; and without having to touch a line of NSIS script code.
I think this current build of NSIS InstallBuilder is stable enough to use for production releases; but I would like good confirmation of this from folks who use NSIS on a regular basis.
There are two system requirements for using NSIS InstallBuilder:
1. .NET 2.0 Framework installed
2. the newest version of NSIS installed
I have also setup a support newsgroup on the WinExtra news server for the program - news://news.winextra.com is the server address and the group is winextra.help.installbuilder . You can also reach me on MSN Messenger using winextra@hotmail.com[/email] - just make sure to let me know that it is regarding the program.
Steven Hodson
WinExtra
http://www.winextra.com
news://news.winextra.com
-----Original Message-----
From: [email]hashem_20052006@yahoo.com [mailto:hashem_20052006@yahoo.com]
the link does not work
My apologies
Originally posted by ZmAn3No unfortunately it won't as I have been offline for a short period of time and have had to change my hosting all around. I am only just now starting to get everything back in place and getting back to work on stuff.
the link does not work