TimzTimz
9th March 2010 15:52 UTC
NSIS Suitable for this ?
Hi i need to get an installation tool to deploy all the below in one installation. Would NSIS be suitable?
Multiple exes/asp web projects/Services
DelphiAPP.exe
Fingerprint.exe
Bio.exe
WebsiteNames apps/servers/services/web apps
Ability to modify
UDL/Datalinks files
RegistrySettings
Virtual Directory
Possibly Database settings
MSG
10th March 2010 07:37 UTC
Yes. You can do practically anything with NSIS, but for special tasks such as database control you'd want (need?) to find some commandline interface tools or plugins. There's an MSSQL plugin, for example.
TimzTimz
10th March 2010 10:21 UTC
ive looked for Plugins and agree it seems to have alot of what i need but cant seem to find a plugin to modify/add UDL/Datalinks files does this plugin or functionality exist in NSIS ?
MSG
10th March 2010 10:57 UTC
Google tells me that UDL files are plaintext. You can use the text reading/writing (ini?) functions or filewrite etc.
TimzTimz
10th March 2010 11:42 UTC
Ive looked it up http: //msdn.microsoft.com/en-us/library/e38h511e%28VS.71%29.aspx it seems to be a text file but renamed .UDL I could include them in the install so i dont think i will need to create them Just modify do think its possible them being .UDL?