i don't get a chance to use Kix as much as i'd like and i've never tried to install an application, until now. We have a new application that takes two installs, one for connectivity and one for the application itself. Additionally, each user must have a directory in their "\Application Data" (for WinXP) and one in "\AppData" for (WinVista) with one file in it that contains their login credentials (different for each computer user).
i've got all my variables set and tried to install the connectivity portion using the SHELL command and it doesn't appear to start up at all on Vista. On XP i get denied 'cause i'm now running with elevated privileges. The line looks like:
 Code:
Function loadOne
shell "J:\CER\! System Updates\winvue\WIMSV6.03Jul09\CygwinForVUWin603Setup.exe"
    gets $x
Endfunction

Once i get this ironed out (and using elevated privileges!) i can continue on to the next part: getting user input to put their credentials in the file. i've never been good at parsing files and i need to get user input to replace a single string "abc@" with proper credentials.
Thanks for any assistance.
Dave