Archive: Howto to run from .exe from share (no local copy)


Howto to run from .exe from share (no local copy)
Hello

I can I run a .exe from a networkshare without copy to the local install dir. In the section where the exe is started I cannot change installdir because it is not allowed.

Section "Phase 2" SEC02
SetOutPath "J:\XXX\Setup\Client\"
SetOverwrite ifnewer
File "J:\XXX\Setup\Client\ClientSetup.exe"

with regards
Arian


Strange section, doesn't make sense. You're setting the output path to "J:\XXX\Setup\Client\" and you're compiling the file from "J:\XXX\Setup\Client\ClientSetup.exe" to extract it on that path.