EDI Notepad Silent Install (How-To Guide)

Electronic Data Interchange (EDI) Notepad enables healthcare providers to view, validate, edit and manipulate EDI transactions by transforming raw EDI data into cohesive business documents that make the data easier to understand. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of the EDI Notepad from the command line using the EXE installer.

How to Install EDI Notepad Silently

EDI Notepad Silent Install (EXE)

  1. Navigate to: http://eservice.liaison.com/software/edinotepad/EDINotepad8_Setup.exe
  2. Download the EDINotepad8_Setup.exe file to a folder created at (C:\Downloads)
  3. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  4. Navigate to the C:\Downloads folder
  5. Enter the following command to extract the setup files:
    • EDINotepad8_Setup.exe /extract_all:C:\Downloads\EDINotepad
  6. Press Enter
  7. Navigate to the “C:\Downloads\EDINotepad\Disk1” folder
  8. Enter the following command to record a response file:
    • setup.exe -r -f1".\setup.iss"
  9. Press Enter
  10. Click Next on the Liaison EDI Notepad Setup window
  11. Click Yes on “License Agreement” window
  12. Select “Express Edition” and Click Next
  13. Choose Destination Location and Click Next
  14. Uncheck “Launch Liaison EDI Notepad” and Click Finish on the Installation Wizard Complete window
  15. You will now find the response file (setup.iss) in the C:\Downloads\EDINotepad\Disk1 folder
  16. Uninstall EDI Notepad

Note: As an alternative, you can copy the following Response File Example

  • Open Notepad or your favorite text editor
  • Enter the following lines:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{66653A82-D409-4803-9918-836D52E24BAC}-DlgOrder]
Dlg0={66653A82-D409-4803-9918-836D52E24BAC}-SdWelcome-0
Count=5
Dlg1={66653A82-D409-4803-9918-836D52E24BAC}-SdLicense-0
Dlg2={66653A82-D409-4803-9918-836D52E24BAC}-SdSetupTypeEx-0
Dlg3={66653A82-D409-4803-9918-836D52E24BAC}-SdAskDestPath-0
Dlg4={66653A82-D409-4803-9918-836D52E24BAC}-SdFinish-0
[{66653A82-D409-4803-9918-836D52E24BAC}-SdWelcome-0]
Result=1
[{66653A82-D409-4803-9918-836D52E24BAC}-SdLicense-0]
Result=1
[{66653A82-D409-4803-9918-836D52E24BAC}-SdSetupTypeEx-0]
Result=Express
[{66653A82-D409-4803-9918-836D52E24BAC}-SdAskDestPath-0]
szDir=C:\Program Files (x86)\Liaison\SHARED\Bin
Result=1
[Application]
Name=Liaison EDI Notepad
Version=8.2
Company=Liaison Technologies
Lang=0409
[{66653A82-D409-4803-9918-836D52E24BAC}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0
  • Save the file and name it: setup.iss
  • Copy the setup.iss to the “C:\Downloads\EDINotepad\Disk1” folder

  1. Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  2. Navigate to the C:\Downloads\EDINotepad\Disk1 folder
  3. Enter the following command: setup.exe -s -f1".\setup.iss"
  4. Press Enter

After a few moments you will find EDI Notepad entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel.

Software Title:EDI Notepad
Vendor:Liaison Technologies
Architecture:x86
Installer Type:EXE
Silent Install Switch:setup.exe -s -f1".\setup.iss"
Silent Uninstall Switch (32-bit System)"%ProgramFiles%\InstallShield Installation Information\{66653A82-D409-4803-9918-836D52E24BAC}\setup.exe" -uninst -removeonly -s -f1".\uninstall.iss"
Silent Uninstall Switch (64-bit System)"%ProgramFiles(x86)%\InstallShield Installation Information\{66653A82-D409-4803-9918-836D52E24BAC}\setup.exe" -uninst -removeonly -s -f1".\uninstall.iss"
Download Link:http://eservice.liaison.com/software/edinotepad/EDINotepad8_Setup.exe
PowerShell Script:https://silentinstallhq.com/edi-notepad-install-and-uninstall-powershell/

The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. The download links provided take you directly to the vendors website. Continue reading if you are interested in additional details and configurations.


Additional Configurations

Create an EDI Notepad Installation Log File

The EDI Notepad installer offers the option to generate a log file during installation to assist with troubleshooting should any problems arise. You can use the following commands to create a log file with details about the installation.

EDI Notepad Silent Install with Logging (EXE)

setup.exe -s -f1".\setup.iss" -f2"C:\Windows\Temp\EDINotepad-Install.log"

How to Uninstall EDI Notepad Silently

Check out the EDI Notepad Install and Uninstall (PowerShell) post for a scripted solution.

EDI Notepad Silent Uninstall (EXE)

  • Install EDI Notepad
  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Navigate to the “C:\Downloads\EDINotepad\Disk1” folder
  • Enter one of the following commands to record a uninstall response file:

32-bit System

"%ProgramFiles%\InstallShield Installation Information\{66653A82-D409-4803-9918-836D52E24BAC}\setup.exe" -uninst -removeonly -r -f1".\uninstall.iss"

64-bit System

"%ProgramFiles(x86)%\InstallShield Installation Information\{66653A82-D409-4803-9918-836D52E24BAC}\setup.exe" -uninst -removeonly -r -f1".\uninstall.iss"
  • Click Yes on the “Do you want to completely remove the selected application and all of its features?” pop-up
  • On the Uninstall Complete screen, Select “No, I will restart my computer later” and Click Finish
  • You will now find the response file (uninstall.iss) in the C:\Downloads\EDINotepad\Disk1 folder
  • Reinstall EDI Notepad to test silent uninstall

Note: As an alternative, you can copy the following Response File Example

  • Open Notepad or your favorite text editor
  • Enter the following lines:
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{66653A82-D409-4803-9918-836D52E24BAC}-DlgOrder]
Dlg0={66653A82-D409-4803-9918-836D52E24BAC}-MessageBox-0
Count=2
Dlg1={66653A82-D409-4803-9918-836D52E24BAC}-SdFinishReboot-0
[{66653A82-D409-4803-9918-836D52E24BAC}-MessageBox-0]
Result=6
[{66653A82-D409-4803-9918-836D52E24BAC}-SdFinishReboot-0]
Result=1
BootOption=0
  • Save the file to the “C:\Downloads\EDINotepad\Disk1” folder and name it: uninstall.iss
  • Copy the uninstall.iss to the “C:\Downloads\EDINotepad\Disk1” folder

  • Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
  • Navigate to the “C:\Downloads\EDINotepad\Disk1” folder
  • Enter one of the following commands:

EDI Notepad Silent Uninstall (EXE) on 32-bit System

"%ProgramFiles%\InstallShield Installation Information\{66653A82-D409-4803-9918-836D52E24BAC}\setup.exe" -uninst -removeonly -s -f1".\uninstall.iss"

EDI Notepad Silent Uninstall (EXE) on 64-bit System

"%ProgramFiles(x86)%\InstallShield Installation Information\{66653A82-D409-4803-9918-836D52E24BAC}\setup.exe" -uninst -removeonly -s -f1".\uninstall.iss"

Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.

Jason Bergner

I am an accomplished Software Engineer at Patch My PC, leveraging more than 18 years of hands-on experience in Configuration Manager administration and application packaging. I am driven by a genuine passion for solving complex problems and consistently strive to discover innovative and effective solutions. Sharing my extensive knowledge of application deployments is a true joy for me, and I am honored to contribute to the community here at Silent Install HQ.

Recent Posts