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
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)
Please log in to answer
Posted by:
JoAB
13 years ago
Posted by:
JoAB
13 years ago
Posted by:
andemats
12 years ago
Posted by:
weberik
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.