custom installer

2005-12-22 Thread angel bosch
hi! i want to deploy cygwin with certain other tools, so im trying with NSIS. is there any special action that setup.exe performs during installation in addition to download and copy files to specific dir? is there any registry setting to take in consideration? thanks in advance -- àngel bos

Re: custom installer

2005-12-22 Thread angel bosch
En/na Corinna Vinschen ha escrit: On Dec 22 13:00, angel bosch wrote: hi! i want to deploy cygwin with certain other tools [...] You're aware of the licensing requirements, as, for instance, also deploying the source code of all GPLed tools, or that all applications linked agains

Re: custom installer

2005-12-22 Thread angel bosch
If you're talking about just installing tools within your own company, you're fine. ok, any info about the topic? i just want to know what exaclty do the installer of cygwin to avoid any problem. is enough with copying the whole directory? Corinna -- àngel bosch Departament de Siste

Re: custom installer

2005-12-23 Thread angel bosch
En/na Larry Hall (Cygwin) ha escrit: angel bosch wrote: If you're talking about just installing tools within your own company, you're fine. ok, any info about the topic? i just want to know what exaclty do the installer of cygwin to avoid any problem. is enough with copying

create subkeys with regtool

2006-01-04 Thread angel bosch
hi! i want to create a key a set a value for it: regtool.exe -v set '\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\Wallpaper' 'c:\brujula\imatges\tux3.bmp' this gives an error if parent keys don't exist, so i must create all inexistent keys. is there a way to