Link to home
Start Free TrialLog in
Avatar of JParker82
JParker82

asked on

I am installing NAV cside client and receive the error message

1722 There is a problem with this windows installer package a program run as part of the setup did not finish as expected (Action installdwfrommsi, location)  .... This is a fresh OS install and this app has never been attempted to be installed. Any solutions you are aware of ? Thanks.
SShot.doc
Avatar of swfasit
swfasit

Avatar of JParker82

ASKER

Sorry, when I say NAV, it is not Norton Anti Virus, it is NavVision, a financial software

I have looked everywhere and cannot figure it out
try doing the regsvr32 wintrust.dll that isnt norton specific. let me know if it does anything
 
Nothing, did that b4 I signed up on here.

I have tried a lot
Here is something you can try.

Place the batchfile with your installationfiles.
INSTALL:
==============================START================
@ECHO OFF
IF "%1%" == "" GOTO HOWTO
IF "%1%" == "/?" GOTO HOWTO
xcopy "%1\program files\*.*" "%ProgramFiles%\*.*" /S /Y
xcopy "%1\Common\*.*" "%CommonProgramFiles%\*.*" /S /Y
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NFEncrypt.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NSObjectXProxy.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\ROTAccess.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\ImageSelector.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CompNotesHtml.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\comdlg32.ocx"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CGReqClient.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CPHandler.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CPTimer.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\csearch.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NATHash.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NSComCom2.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\OLWrapper.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\OLAddin.dll"
regsvr32 /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NaviService.dll"

regsvr32 /s "%CommonProgramFiles%\Navision\Application Handler\NSAppHandler.dll"
regsvr32 /s "%CommonProgramFiles%\Navision\Mapi\MSMAPI32.OCX"
regsvr32 /s "%CommonProgramFiles%\Navision\Timer\NTimer.dll"
regsvr32 /s "%CommonProgramFiles%\Navision\Communication Component\MSMQBusAdapter.dll"
regsvr32 /s "%CommonProgramFiles%\Navision\Communication Component\NPipeBusAdapter.dll"
regsvr32 /s "%CommonProgramFiles%\Navision\Communication Component\NSComCom2.dll"
regsvr32 /s "%CommonProgramFiles%\Navision\Communication Component\SocketBusAdapter.dll"
echo.
echo.
echo ****** Making CompNotesHTML.DLL Safe For Scripting ******
echo.
echo Wait ...
MakeCompNotesSafeForScripting.exe
echo Done.
echo.
REM echo.
REM echo ****** Installing MDAC ******
REM echo.
REM echo Wait ...
REM MDAC fjernet, da vi kører 2.8 i forvejen, og denne er 2.6 /Thomas Krag, Ementor
REM "%1\Microsoft Components\MDAC\mdac_typ" /Q /C:"setup.exe /Q"
REM echo Done.
REM echo.
REM echo To make sure all MDAC components are installed proberly please reboot your computer.
REM PAUSE Press any key to continue ...

GOTO END
:HOWTO
echo.
echo.
echo Syntax:
echo "INSTALL_TS <SourcePath"
echo.
echo : SourcePath Full path to the location of the MSI file.
echo.
goto END
:END
====================END=========

Uninstall:
====================START========
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NFEncrypt.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NSObjectXProxy.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\ROTAccess.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\ImageSelector.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CompNotesHtml.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\comdlg32.ocx"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CGReqClient.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CPHandler.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\CPTimer.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\csearch.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NATHash.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NSComCom2.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\OLWrapper.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\OLAddin.dll"
regsvr32 /u /s "%ProgramFiles%\Microsoft Business Solutions-Navision\Client\NaviService.dll"

regsvr32 /u /s "%CommonProgramFiles%\Navision\Application Handler\NSAppHandler.dll"
regsvr32 /u /s "%CommonProgramFiles%\Navision\Mapi\MSMAPI32.OCX"
regsvr32 /u /s "%CommonProgramFiles%\Navision\Timer\NTimer.dll"
regsvr32 /u /s "%CommonProgramFiles%\Navision\Communication Component\MSMQBusAdapter.dll"
regsvr32 /u /s "%CommonProgramFiles%\Navision\Communication Component\NPipeBusAdapter.dll"
regsvr32 /u /s "%CommonProgramFiles%\Navision\Communication Component\NSComCom2.dll"
regsvr32 /u /s "%CommonProgramFiles%\Navision\Communication Component\SocketBusAdapter.dll"
====================END==========
I have one install file. On my desktop.
I made this batch file .... put them in a folder together and run the batch ?
Sorry, not 100% sure
ASKER CERTIFIED SOLUTION
Avatar of swfasit
swfasit

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Actually, I found the install files on our NAV server, mapped a drive and ran from network. Seemed to work just fine, thanks for your help tho dude.