sylvinhio
21st April 2009, 09:36
Hello,
My archive file (setup) contains other executable files (.NET framework for example).
Wehn launching the setup, I check if the framework is yet installed on the machine, and I'm launching the install if not.
So I want to access the .NET installer encapsulated in the archive, without having copied the files on the hard disk.
I'm trying like that:
ExecWait "$EXEFILE\dotnetfx\_dotNet.2.0.exe"
without success.
Am I right or must I do other things ?
Thanks a lot
My archive file (setup) contains other executable files (.NET framework for example).
Wehn launching the setup, I check if the framework is yet installed on the machine, and I'm launching the install if not.
So I want to access the .NET installer encapsulated in the archive, without having copied the files on the hard disk.
I'm trying like that:
ExecWait "$EXEFILE\dotnetfx\_dotNet.2.0.exe"
without success.
Am I right or must I do other things ?
Thanks a lot