Hello, I need help and hope someone can help me with my problem!
I would like to create a setup by several applications which are to be installed after the run, which unfortunately does not happen!
Test = File.Run (SessionVar.Expand ( "%AppFolder%\\system32\\my-program.exe"), "", "", SW_SHOWNORMAL, true);
If I execute the my.programm.exe manually as an Administartor then the application is installed!
Oh, there is possibly a possibility a driver with a command to start and if so with which? I have the following files in the driver folder to install this which works manually synonymous!
Driver name: inf, sys and cat
Application: devcon.exe, install.cmd, remote.cmd, and restart.cmd
I would be glad about a reply
I would like to create a setup by several applications which are to be installed after the run, which unfortunately does not happen!
Test = File.Run (SessionVar.Expand ( "%AppFolder%\\system32\\my-program.exe"), "", "", SW_SHOWNORMAL, true);
If I execute the my.programm.exe manually as an Administartor then the application is installed!
Oh, there is possibly a possibility a driver with a command to start and if so with which? I have the following files in the driver folder to install this which works manually synonymous!
Driver name: inf, sys and cat
Application: devcon.exe, install.cmd, remote.cmd, and restart.cmd
I would be glad about a reply
Comment