Login | |
|
 |
RE: Which language? - 6/22/2008 6:28:37 PM
|
|
 |
|
| |
DiGiTAL.SkReAM
Posts: 1184
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
|
For me, I would use VBS wrapped inside of an HTA. But then, I was beaten severly as a child and it might have affected me. Seriously though, if everything is in a central repository, and you are creating self-installing .MSI or .EXE pacjages for each product prior to placing it in the directory tree, then yeah, it should be a piece of cake.
_____________________________
"Would you like to touch my monkey?" - Dieter (Mike Meyers) "It is better to die like a tiger, than to live like a pussy." -Master Wong, from Balls of Fury
|
|
| |
|
|
|
 |
RE: Which language? - 6/23/2008 5:51:00 AM
|
|
 |
|
| |
Rischip
Posts: 502
Score: 2
Joined: 3/26/2007
Status: offline
|
Here's how I would do it. Create a database, either MSAccess, SQL Express 2005, or Straight XML (You don't need to know XML if you use ADO and the saveas XML. This can be done easily with an ActiveX control) You would house the database centrally with the apps, and the GUI would be able to pull command lines, descriptions, versions, paths and groups out of the database. This is actually much easier than it sounds. Then using an HTA, wrapping some VBScript and ADO/recordset code, your whole project would become completely dynamic.
_____________________________
Rischip Author of - The Grim Linker
|
|
| |
|
|
|
|
|