Re: [PHP] help needed to write an installation script for my php application

2007-04-24 Thread Tijnema !

On 4/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi There,

Could you please help me to write an installation script to install a
php based application in Windows.

1. I have WAMP5.0 running my my IBM T43 laptop.
2. I have created a php application.
3. I would like to know how to create an installation Wizard for my
application. What it should accomplish is that:
   Once the CD containing my application is loaded to CD drive, it
should automatically ask me the standard windows installation questions
to install
   my application in the path specified by me.

Your help will be highly appreciated.

Thanks,
G. Guruswamy (VV, QCG)
+91-93412-74717



Have a look at this page:
http://www.softpedia.com/get/Authoring-tools/Setup-creators/

It contains (nearly) all installer software, softpedia has a rating
system, so search for one with a high rating, and if you don't like
it, pick the second :)

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] help needed to write an installation script for my php application

2007-04-24 Thread Richard Lynch
On Mon, April 23, 2007 7:36 am, [EMAIL PROTECTED] wrote:
 Could you please help me to write an installation script to install a
 php based application in Windows.

 1. I have WAMP5.0 running my my IBM T43 laptop.
 2. I have created a php application.
 3. I would like to know how to create an installation Wizard for my
 application. What it should accomplish is that:
 Once the CD containing my application is loaded to CD drive, it
 should automatically ask me the standard windows installation
 questions
 to install
 my application in the path specified by me.

 Your help will be highly appreciated.

Get WISE or that other installer program everybody uses.

There's no PHP involved in writing a Windows installer application.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] help needed to write an installation script for my php application

2007-04-23 Thread guruswamy.gurusamy

Hi There, 
 
Could you please help me to write an installation script to install a
php based application in Windows. 
 
1. I have WAMP5.0 running my my IBM T43 laptop.
2. I have created a php application. 
3. I would like to know how to create an installation Wizard for my
application. What it should accomplish is that:
Once the CD containing my application is loaded to CD drive, it
should automatically ask me the standard windows installation questions
to install
my application in the path specified by me. 
 
Your help will be highly appreciated.
 
Thanks,
G. Guruswamy (VV, QCG)
+91-93412-74717
 



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Re: [PHP] help needed to write an installation script for my php application

2007-04-23 Thread Ed Oceo
On Mon, April 23, 2007 5:36 am, [EMAIL PROTECTED] wrote:

 Hi There,

 Could you please help me to write an installation script to install a
 php based application in Windows.


NSIS, nullsoft installer is a nice installer to use for Windows applications.

http://nsis.sourceforge.net/Main_Page

-- 
Edoceo, Inc.
http://www.edoceo.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php