VBScab
Posts: 6623
Score: 190 Joined: 9/5/2006 From: London, UK Status: offline
|
Ummm....so, you want to add all the source files from the AIP to the EXE as well, kind of like a self-extracting EXE which then goes on to run the MSI? What was the point in creating it? See, the name's a clue: it's an Administrative INSTALLATION POINT, a single location from which your users can install the application. You *could* use the original (non-admin) MSI - since it contains the files - with your MST. The command line you have will serve, unless you have a path specified in it. The problem then is, if you have to install any patches, you'd need to do that individually to each client, versus patching the AIP.
_____________________________
- Don't know why 'x' happened? Want to know why 'y' happened? ProcMon will tell you. - Try using http://www.google.com before posting. - I answer questions only via forums. PMs and personal emails will be ignored.
|