|
|
#1 |
|
Junior Member
|
Makes Vista Inspirat help me
hi help me I WOULD LIKE make setup MODEL Vista Inspirat
.nis Script PLEASE Last edited by hashem; 11th August 2006 at 11:27. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
See the Examples\Modern UI folder in the NSIS folder.
-Stu |
|
|
|
|
|
#3 |
|
Junior Member
|
Thank you.
|
|
|
|
|
|
#4 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
please do not paste script, but attach them in future
|
|
|
|
|
|
#5 |
|
Junior Member
|
MultiLanguage.nsi
|
|
|
|
|
|
#6 |
|
Junior Member
|
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:( |
|
|
|
|
|
#7 |
|
Junior Member
|
File 2 MultiLanguage1.nsi
|
|
|
|
|
|
#8 |
|
Junior Member
|
TRAFFIC
|
|
|
|
|
|
#9 |
|
Junior Member
|
Help me PLEASE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
|
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Jan 2005
Location: Look behind you.
Posts: 209
|
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 ExperienceUI for NSIS | Latest project: Enano CMS Do not PM me on the Winamp forums, I hardly ever check my messages here; you are more likely to get my attention through the ExperienceUI forum.
|
|
|
|
|
|
#11 |
|
Major Dude
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
|
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 |
|
|
|
|
|
#12 |
|
Junior Member
|
|
|
|
|
|
|
#13 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Works fine for me.
-Stu |
|
|
|
|
|
#14 |
|
Junior Member
|
Thank you o mer30 ممنونم
|
|
|
|
|
|
#15 |
|
Junior Member
|
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 |
|
|
|
|
|
#16 |
|
Junior Member
|
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"' |
|
|
|
|
|
#17 |
|
Junior Member
|
|
|
|
|
|
|
#18 |
|
Junior Member
|
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] |
|
|
|
|
|
#19 |
|
Junior Member
|
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"' |
|
|
|
|
|
#20 |
|
Junior Member
|
Help me PLEASE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
|
|
|
|
|
|
#21 |
|
Major Dude
Join Date: May 2005
Location: New Zealand
Posts: 916
|
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. "Only a MouseHelmet will save you from a MouseTrap" -Jason Ross (Me) NSIS 3 POSIX Ninja Wiki Profile |
|
|
|
|
|
#22 |
|
Senior Member
Join Date: Dec 2004
Location: Turkey
Posts: 447
|
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. "Just do it" |
|
|
|
|
|
#23 |
|
Junior Member
|
Script for Replacer file system EXAMPLE shell.32 ... PLEASE help
|
|
|
|
|
|
#24 |
|
Junior Member
|
PLEASE help
|
|
|
|
|
|
#25 | |
|
Major Dude
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
|
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? Quote:
|
|
|
|
|
|
|
#26 |
|
Junior Member
|
I No PLEASE
Script for Replacer file system EXAMPLE shell.32 |
|
|
|
|
|
#27 |
|
Junior Member
|
hi help me I WOULD LIKE ICON FOR SET SETUP
|
|
|
|
|
|
#28 |
|
Junior Member
|
to CHANGE icon
|
|
|
|
|
|
#29 |
|
Junior Member
|
File /oname=$sysdir\zemp.gf\access.bat "${NSISDIR}\res\access.bat"
THIS file EXECUTION DOESN'T |
|
|
|
|
|
#30 |
|
Junior Member
|
TO HIDDEN RUN access.bat
|
|
|
|
|
|
#31 |
|
Major Dude
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
|
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) |
|
|
|
|
|
#32 |
|
Junior Member
|
THANKFUL ABUNDANT Comperio
|
|
|
|
|
|
#33 |
|
Junior Member
|
Hiding Exec's command line
Run a CMD BAT file PLEASE PLEASE PLEASE HELP
|
|
|
|
|
|
#34 |
|
Major Dude
Join Date: May 2005
Location: New Zealand
Posts: 916
|
Use the NsExec plugin included with nsis.
"Only a MouseHelmet will save you from a MouseTrap" -Jason Ross (Me) NSIS 3 POSIX Ninja Wiki Profile |
|
|
|
|
|
#35 |
|
Junior Member
|
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] |
|
|
|
|
|
#36 |
|
Senior Member
Join Date: Oct 2003
Posts: 178
|
the link does not work
|
|
|
|
|
|
#37 | |
|
Junior Member
Join Date: Aug 2006
Posts: 3
|
My apologies
Quote:
InstallBuilder is still a project in the works so I will post again when I have an update. |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|