Jump to content

setup that look for settings file


mp032
 Share

Recommended Posts

Hello

I wanna run a setup.exe with a silent install that looks for unattended settings in friinst.txt

Im doing this:

$adminpasswd = "xxxxxxxxxxx"

;Install Friupgrade

$installfriupgrade = "\\KA25\pandainstaller\Fri4Upgrade\setup.exe /s friinst.txt"

RunAs ("Administratör", @ComputerName, $adminpasswd, 0, $installfriupgrade)

The setup starts and copies files then screen flickers and setup exits (cannot locate the friinst.txt)

Hace also tried:

$adminpasswd = "xxxxxxxxxxx"

;Install Friupgrade

$installfriupgrade = "\\KA25\pandainstaller\Fri4Upgrade\setup.exe /s \\KA25\pandainstaller\Fri4Upgrade\friinst.txt"

RunAs ("Administratör", @ComputerName, $adminpasswd, 0, $installfriupgrade)

Same result....please help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...