/build/static/layout/Breadcrumb_cap_w.png

INNO Command line Assiatance

Hi there,

I have used this site as a refrance point for a little while, but now I really could do wiht some help.

I am trying to package docudesk (PDF converter software)... This softwrae has three options to choose when running through a mannual install:

desktopicon
rightclick
wordmacro

They appear in the uninstal part of the registy under 'Inno Setup: Selected Tasks@.. so, I assume they are Taks, not Components.

I want the softwrea to instal silenty via command line so i can then put it into Zenworks.

This is what i have tried and NOTHING works, all three bits get installed every time.


b:\deskPDF25Pro-Setup.exe /TASKS=rightclick /silent
b:\deskPDF25Pro-Setup.exe /COMPONENTS="!desktopicon,!wordmacro" /SILENT
b:\deskPDF25Pro-Setup.exe /COMPONENTS="rightclick" /SILENT
b:\deskPDF25Pro-Setup.exe /COMPONENTS="!desktopicon,rightclick,!wordmacro" /SILENT



b:\deskPDF25Pro-Setup.exe /LOADINF="filename" /SILENT


filename.inf... attempts
1)
[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Components=
Tasks="!desktopicon,rightclick,!wordmacro"

2)
[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Components="!desktopicon,rightclick,!wordmacro"

3)
[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Components=rightclick

4) [Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Components=!desktopicon,!wordmacro

4) [Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Components="!desktopicon,!wordmacro"

5)
[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Tasks="rightclick"


6)
[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Tasks="!desktopicon,!wordmacro"

7)
[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Tasks=rightclick


Please could someone tell me where I am going wrong?
Thank you

0 Comments   [ + ] Show comments

Answers (4)

Posted by: JoAB 12 years ago
Senior Yellow Belt
0
Tried this.... b:\deskPDF25Pro-Setup.exe /TASKS="!desktopicon,!wordmacro" /silent
Posted by: JoAB 12 years ago
Senior Yellow Belt
0
If I do this... b:\deskPDF25Pro-Setup.exe "/saveinf=FILE"

The set up file come sup like this:

[Setup]
Lang=en
Dir=C:\Program Files\Docudesk\deskPDF
Group=Docudesk\deskPDF 2.5
NoIcons=0
Components=

have to edit it
Posted by: andemats 12 years ago
2nd Degree Black Belt
0
I've had a couple of Inno's before, and noticed that not all settings are saved to the inf-file.
I´d capture it and make an MSI of it.
Posted by: weberik 12 years ago
Yellow Belt
0
you can extract all files and setup logic from the setup with a tool called innounp
then edit it and create a new setup.

or maybe reading the inno setup logic helps you to understand the parameters
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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