kennedymr2
Programmer
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
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