/build/static/layout/Breadcrumb_cap_w.png

EPA Comply

Version: 1

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 1.9k  |  Created: 05/02/2018 by: lewesthroop

Average Rating: 0
Comply has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Note

Comply is an EPA program used for "...demonstrating compliance with some EPA and Nuclear Regulatory Commission regulations..."  It has been vendor-tested on Windows 7, 8, 8.1, and 10.

https://www.epa.gov/radiation/comply

===========

This is a really old program, circa 1989.   It's just a DOS program with no installer; all you need to do is copy the contents somewhere.  I copied it into Program Files with this batch file:

REM Find system architecture
REG QUERY "HKLM\Hardware\Description\System\CentralProcessor\0" | FIND /i "x86" > NUL && set OS=32BIT || set OS=64BIT
IF %OS%==32BIT GOTO 32
IF %OS%==64BIT GOTO 64

REM Copy to C:\Program Files and create shortcut for all users
:32
ROBOCOPY .\32\comply1.7.1_1 "%PROGRAMFILES%\EPA Comply 1.7.1.1" /log+:"C:\logs\EPA Comply 1.7.1.1.log"
ROBOCOPY "%PROGRAMFILES%\EPA Comply 1.7.1.1" "%PUBLIC%\Desktop" "EPA Comply 1.7.1.1.lnk" /log+:"C:\logs\EPA Comply 1.7.1.1.log"
GOTO End

REM Copy to C:\Program Files (x86) and create shortcut for all users
:64
ROBOCOPY .\32\comply1.7.1_1 "%PROGRAMFILES(x86)%\EPA Comply 1.7.1.1" /log+:"C:\logs\EPA Comply 1.7.1.1.log"
ROBOCOPY "%PROGRAMFILES(x86)%\EPA Comply 1.7.1.1" "%PUBLIC%\Desktop" "EPA Comply 1.7.1.1.lnk" /log+:"C:\logs\EPA Comply 1.7.1.1.log"

:End

I tried to App-V it but as there was no shortcut in All Programs nor a Desktop shortcut, there was no way to access the program.

For uninstall, of course, just delete the folders created.

Setup Information:
Setup Type: Legacy Setup with command line support
Deployment Method Used: unspecified
Deployment Difficulty: Very Easy
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Comply

Version

1.7.1

Questions & Answers (0)

Questions & Answers related to EPA Comply

Blogs (0)

Blog posts related to EPA Comply

Reviews (0)

Reviews related to EPA Comply

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ