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

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - adkuiper

#1
Archived Feature and Product Request / Asset Keeper Pro
November 19, 2018, 02:35:26 PM
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