karel.krobath Posted January 20, 2013 Report Share Posted January 20, 2013 Hello Zak, Could you describe, which parameters are possible for an unattanded setup? We found the tni-setup.exe /SILENT and /RUN for an unattended setup with starting TNI after the Setup. Does the c:\Program Files (x86)\Total Network Inventory 2\unins000.exe /SILENT uninstall TNI silent as well? Greetings, Karel Quote Link to comment
krobath Posted January 20, 2013 Report Share Posted January 20, 2013 Well, after try and error testing, we found some further information: TNI is using the Inno Setup routine: Here are a few Parameters, that we use: tni-setup.exe" /SILENT /MERGETASKS="!desktopicon" (This will not create an Icon on the Desktop) There are a still a few questions: 1: What is the Inno Setup Task for the quicklaunchicons? (is it "quicklaunchicon") 2: During the uninstall, there is a message box asking for sending Feedback. It appears all the time even with "%PROGRAMFILES(x86)%\Total Network Inventory 2\unins000.exe" /SILENT or "%PROGRAMFILES(x86)%\Total Network Inventory 2\unins000.exe" /VERYSILENT How can we deactivate this box during scripted uninstall? Greetings, Karel Quote Link to comment
Support Posted January 24, 2013 Report Share Posted January 24, 2013 Hi Karel, You can find the parameters of the installer and uninstaller in the Inno Setup documentation: http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline http://www.jrsoftware.org/ishelp/index.php?topic=uninstcmdline Indeed, /SILENT and /VERYSILENT can be used, as well as /MERGETASKS. 1. Yes, "quicklaunchicon" is the task name for the Quick Launch icon. 2. Unfortunately it's not possible to deactivate the feedback message box using these command-line switches. It is custom-made and does not rely on these switches. That's something we need to fix. P.S. Why do you need unattended setup and uninstallation of TNI? It is not meant to be mass-installed on each computer... Quote Link to comment
karel.krobath Posted April 2, 2013 Author Report Share Posted April 2, 2013 Hi Zak, Thanks for the info. FYI regarding automation: We need to automate the installation process for our administrative computers (4 PCs). We have this requirement for all software products in our company, all installations must be automated by 100%. It would be great, if you could implement a switch to make the message box disappear. Greetings, Karel Quote Link to comment
Support Posted April 30, 2013 Report Share Posted April 30, 2013 Hi Karel, The message box asking for feedback during uninstall will not appear anymore when running the uninstaller with any of the silent switches. This change will be added in the upcoming update (version 2.2.1). Quote Link to comment
karel.krobath Posted July 9, 2013 Author Report Share Posted July 9, 2013 Thank you for the info. That is great. 🙂 Quote Link to comment
karel.krobath Posted April 10, 2015 Author Report Share Posted April 10, 2015 Hi Zak, is there a parameter for the TNI v3 setup to install nmap as well? currently I use for the installation the commandline and it is working great: tni-setup.exe /SILENT /MERGETASKS="!desktopicon" Kind greetings, karel Quote Link to comment
Support Posted April 10, 2015 Report Share Posted April 10, 2015 Hi Karel, Very easy, just add the following to your command line: /COMPONENTS="nmap" By the way, there is also a quick launch icon which you might want to disable: /MERGETASKS="!desktopicon,!quicklaunchicon" Quote Link to comment
karel.krobath Posted April 13, 2015 Author Report Share Posted April 13, 2015 Hi Zak, thank you for the info. Works great! Greetings, Karel Quote Link to comment
karel.krobath Posted November 25, 2019 Author Report Share Posted November 25, 2019 Hi, the parameters for automation are not working anymore starting with version 4.2.5. Could you update the possible parameters for silent install and uninstall please..? If I use: "%PROGRAMFILES(x86)%\Total Network Inventory 2\unins000.exe" /SILENT i get the error: Runtime Error (at 95:119): Could not call proc. Greetings, Karel Quote Link to comment
Alex Posted November 25, 2019 Report Share Posted November 25, 2019 Hello Karel, Thanks for your message. We apologize for the inconvenience. You are right, silent uninstallation doesn't work correctly in the latest TNI version. This issue will be fixed in the next update. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.