View Single Post
Old 01-04-2006, 08:08 AM  
Smil Pent
Junior Member
 
Join Date: Jan 2006
Posts: 2
Default INI-file settings

I work as a software administrator in a large, Windows-based environment, and we've just scripted FlashFXP 3.0 for internal distribution. During testing, we received a request for some proxy settings to be set during the installation; Type, Host and Port #. I added these INI-file settings to a transform that modifies the base MSI-package upon installation. These are the settings:

[Proxy]
User=
Port=21
SKA=0
Pass=
Type=9
Host=ftpgate.ourdomain.com


After installation, the application picks up the port # and host, but not the type, unless I also add a user name and password. Since our ftp-server is to be used anonymously, that is not an option. I need the application to pick up the type (6. OPEN ftp-host;ftp-port) as well.

Any thoughts or suggestions?
Smil Pent is offline