If trying to run a Lua-Script that should install IIS 6.0 and need to get the path of the source file, but have no luck figuring it out.
this is my code:
result = File.Run("Sysocmgr.exe", "/i:sysoc.inf /u:".._SourceDrive.."\\IIS6.0\\IIS_Unattended.txt ", , SW_SHOWNORMAL, true)
In the argument part I'm trying to get the SourceDir and concatenate it with the script file that needs to be run.
How do I get the Path to the Source dir???![]()

Reply With Quote
