
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 10:22 PM
I am attempting to run my first deployment. I am getting this error, and don't understand what to do next.
Result: Deployment ended: Incorrect function. Stop(Failure). Credential: (Service account - NT AUTHORITY\SYSTEM). ShareCredential: (<mydomain>\<my_account>).
for BOTH of these commands.
Command: "\\<my_server>\DefaultPackageShare$\Installers\Lansweeper\LansweeperSetup.exe" /silent /notools /accepteula /upgrade
=> the LANSWEEPER folder is missing from this location = "DefaultPackageShare$\Installers\"
=> I get "permission denied" if I try to add folder, to then add EXE to that folder.
=> the <mydomain>\<my_account> is configured in LS to use the share
Command: "D:\Installs$\LANSWEEPER\INSTALL_LANSWEEPER\5.3.0.8\LansweeperSetup_5_3_0_8.exe" /silent /notools /accepteula /upgrade
=> so I tried pointing here, where I downloaded the file to, from the LS site.
I am logged onto this server as the <mydomain>\<my_account> account.

Result: Deployment ended: Incorrect function. Stop(Failure). Credential: (Service account - NT AUTHORITY\SYSTEM). ShareCredential: (<mydomain>\<my_account>).
for BOTH of these commands.
Command: "\\<my_server>\DefaultPackageShare$\Installers\Lansweeper\LansweeperSetup.exe" /silent /notools /accepteula /upgrade
=> the LANSWEEPER folder is missing from this location = "DefaultPackageShare$\Installers\"
=> I get "permission denied" if I try to add folder, to then add EXE to that folder.
=> the <mydomain>\<my_account> is configured in LS to use the share
Command: "D:\Installs$\LANSWEEPER\INSTALL_LANSWEEPER\5.3.0.8\LansweeperSetup_5_3_0_8.exe" /silent /notools /accepteula /upgrade
=> so I tried pointing here, where I downloaded the file to, from the LS site.
I am logged onto this server as the <mydomain>\<my_account> account.
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 11:04 PM
Try going to "C:\Program Files (x86)\Lansweeper\PackageShare" and see if you have permissions to add folders there.
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 01:57 PM
For me the suggested solution does not work, but my error message is slightly different too. This is what I get when trying to deploy an *.msi.
Result: Deployment ended: Fatal error during installation. Stop(Failure). Credential: (DOMAIN\Administrator). ShareCredential: (DOMAIN\trustedinstaller).
Return 1603
Does anyone got an idea ?
Thank you very much,
Result: Deployment ended: Fatal error during installation. Stop(Failure). Credential: (DOMAIN\Administrator). ShareCredential: (DOMAIN\trustedinstaller).
Return 1603
Does anyone got an idea ?
Thank you very much,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2018 08:05 AM
We are deploying this without issue, we are deploying both the 32bit and 64 bit versions for compatibility with various applications. Here is our XML file you can import.
<?xml version="1.0" encoding="utf-8"?>
<Package>
<Name>APP.Java</Name>
<Description></Description>
<ShutdownOption>0</ShutdownOption>
<ShutdownTime>0</ShutdownTime>
<MaxDuration>900</MaxDuration>
<Rescan>True</Rescan>
<RunMode>2</RunMode>
<Steps>
<Step>
<Nr>1</Nr>
<Name>Install 32bit</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\Java\jre-8u191-windows-i586.exe</Path>
<Parameters>/s</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Java\jre-8u191-windows-i586.exe" /s</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
<Step>
<Nr>2</Nr>
<Name>Install 64bit</Name>
<Type>1</Type>
<ReturnCodes>0,1641,3010</ReturnCodes>
<Success>-2</Success>
<Failure>-3</Failure>
<Path>{PackageShare}\Java\jre-8u191-windows-x64.exe</Path>
<Parameters>/s</Parameters>
<MSIParameters>/i /qn /norestart</MSIParameters>
<MSIName></MSIName>
<MSIVersion></MSIVersion>
<Command>"{PackageShare}\Java\jre-8u191-windows-x64.exe" /s</Command>
<EditMode>False</EditMode>
<Conditions />
</Step>
</Steps>
<SoftwareVersion>7.0.110.2</SoftwareVersion>
</Package>


Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2018 11:04 PM
I am trying to deploy JavaSetup8u191.exe and I am getting error : Result: Deployment ended: Incorrect function. Stop(Failure). Credential: (flexitech\lansweeper). ShareCredential: (testuser). Command: "{PackageShare\Installers\JavaTestDeployment\JavaSetup8u191.exe"
I also tried : C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe and I had the same error.
Here is the step:
Step #1
Action: Condition
Step Name: Executable check
Condition type: File
Path: C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe
File Name:JavaSetup8u191.exe
Condition: Exists
Action on Success: Next
Action on Failure: Next
Step#2
Action: Installer
Step Name: Install Java
Install File : {PackageShare\Installers\JavaSetup8u191.exe
Parameters: /s
Result Command: "{PackageShare\Installers\JavaSetup8u191.exe" /s
Success Codes:0,1641,3010
Action on Success: Stop (Success)
Action on Failure: Stop (Failure)
I also tried : C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe and I had the same error.
Here is the step:
Step #1
Action: Condition
Step Name: Executable check
Condition type: File
Path: C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe
File Name:JavaSetup8u191.exe
Condition: Exists
Action on Success: Next
Action on Failure: Next
Step#2
Action: Installer
Step Name: Install Java
Install File : {PackageShare\Installers\JavaSetup8u191.exe
Parameters: /s
Result Command: "{PackageShare\Installers\JavaSetup8u191.exe" /s
Success Codes:0,1641,3010
Action on Success: Stop (Success)
Action on Failure: Stop (Failure)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 11:52 AM
akkayam wrote:
I am trying to deploy JavaSetup8u191.exe and I am getting error : Result: Deployment ended: Incorrect function. Stop(Failure). Credential: (flexitech\lansweeper). ShareCredential: (testuser). Command: "{PackageShare\Installers\JavaTestDeployment\JavaSetup8u191.exe"
I also tried : C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe and I had the same error.
Here is the step:
Step #1
Action: Condition
Step Name: Executable check
Condition type: File
Path: C:\Program Files (x86)\Lansweeper\PackageShare\JavaTestDeployment\JavaSetup8u191.exe
File Name:JavaSetup8u191.exe
Condition: Exists
Action on Success: Next
Action on Failure: Next
Step#2
Action: Installer
Step Name: Install Java
Install File : {PackageShare\Installers\JavaSetup8u191.exe
Parameters: /s
Result Command: "{PackageShare\Installers\JavaSetup8u191.exe" /s
Success Codes:0,1641,3010
Action on Success: Stop (Success)
Action on Failure: Stop (Failure)
Akkayam, you are missing a "}" after "{PackageShare…" in "{PackageShare\Installers\JavaSetup8u191.exe".

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-02-2015 05:12 PM
thanks for the 'direct' path. That worked - I'm deploying now!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2015 11:04 PM
Try going to "C:\Program Files (x86)\Lansweeper\PackageShare" and see if you have permissions to add folders there.
