theirresistibleforce
Member
- Joined
- Aug 21, 2010
- Messages
- 5
- Programming Experience
- 1-3
Hi everyone, Kinda new to this forum and got a question.
I'm making a program that takes common applications and installs them silently using batch files. Someone would select the programs they would want to install and my program will write a giant batch file and execute it to install whatever they want.
Heres the problem,
After the user selects the programs they go into either one or two lists.
Non Silent Installer List
Or
Silent installer list.
Some programs I have simply won't go silently so from there they can choose in what order they want to install these programs. Then there is a combo box that tells weather you want to install non silent programs first or last. From there you hit add to batch file and it would add everything in listbox1 and listbox2 in order. Listbox1 would contain just the text "MalwareBytes" for example. Along with Novell Groupwise and Firefox. How do I get that to add to the Batch List as a code and in order? So the user wants Malware bytes added first to the batch file. How do I add that to my batch list as a completely different code?
echo.
echo. starting malware bytes installer
start /mbam-setup.exe
etc etc etc.
its pretty hard for me to explain and its a real tricky process for me. if you can help me out that would be great. If you need more details or pictures I can do that also.
thanks
I'm making a program that takes common applications and installs them silently using batch files. Someone would select the programs they would want to install and my program will write a giant batch file and execute it to install whatever they want.
Heres the problem,
After the user selects the programs they go into either one or two lists.
Non Silent Installer List
Or
Silent installer list.
Some programs I have simply won't go silently so from there they can choose in what order they want to install these programs. Then there is a combo box that tells weather you want to install non silent programs first or last. From there you hit add to batch file and it would add everything in listbox1 and listbox2 in order. Listbox1 would contain just the text "MalwareBytes" for example. Along with Novell Groupwise and Firefox. How do I get that to add to the Batch List as a code and in order? So the user wants Malware bytes added first to the batch file. How do I add that to my batch list as a completely different code?
echo.
echo. starting malware bytes installer
start /mbam-setup.exe
etc etc etc.
its pretty hard for me to explain and its a real tricky process for me. if you can help me out that would be great. If you need more details or pictures I can do that also.
thanks