• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 

Asset Keeper Pro

Started by adkuiper, November 19, 2018, 02:35:26 PM

Previous topic - Next topic

adkuiper

Our Finance dept. uses this app and it updates fairly frequently (a dozen times per month usually). The app has a built in update feature, but it just downloads setup.exe from the ftp site and prompts for admin credentials to install every time. I'd love if we could just push an update for this via PMPC rather than us packaging it ourselves so frequently or manually installing when they request it.

I ran strings and it looks like it is using INNO. Below is my command line. I tried the /NOICONS switch but it seems to be ignored, and the app doesn't seem to add itself to the user's start menu (I guess its good to leave this otherwise the users won't be able to launch the app ;D).

Install Command line:
setup.exe /SP- /VERYSILENT /NORESTART /LOG

Uninstall Command line:
"%programfiles(x86)%\Asset Keeper Pro\unins000.exe" /VERYSILENT /NORESTART

Install/Settings Guide:
http://www.proware-cpa.biz/demos/akpro/howto/updates_settings_advanced_options.pdf

zftp site with windows setup.exe:
http://proware.zftp.com/akpro/setup.exe

INNO setup switches:
http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.html

Thanks

Omar (Patch My PC)

Unfortunately there is no way to detect the version number of this software, so we can't add it.