Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Python for autorun.ini

Status
Not open for further replies.

kennedymr2

Programmer
May 23, 2001
594
AU
I am trying to create an installation cd which will have a menu eg .. i need to have several different installation programs on the same cd. The file names are similiar therefore i need different directories on the cd.


1. Install Program 1

2. Install Program 2

3. Exit

---
1 will = \current path\set1\setup.exe

2 \current path\set2\setup.exe


??? will i be able to achieve this ????

ie. I need to run my .exe , display the above menu, then on clicking say 1. move to a directory on the cd = \set1 and the then run setup.exe
The cd will be installed on may machines and the cd drive may be d:\ of g:\ !!!!

I am trying to avoid buying a cd menu type program to do this by using python.
I am NOT ## an experienced python programmer, have only just started to look at it.

Appreciate an feedback
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top