Advertisement
Hello all, how to create advertised shortcut using adminstudio.When we click on that shortcut it needs to install on demand.Will u provide some guidance.Thanks in advance.
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
spartacus
12 years ago
Setting the shortcut(s) to be advertised in is straightforward enough through the InstallShield Editor tool in AdminStudio.
In the Editor, find the shortcut(s) you wish to check/modify and double click it/them to bring up the properties of the shortcut, there is a simple selection shown to make the shortcut(s) advertised if they are not already.
For an install-on-demand, you will need to use the /j qualifier to your msiexec installation command line.
Unless you really *must* advertise the application per-user, I would recommend a per-machine install which means combining the /j qualifier with 'm', in other words use /jm.
So the final command would look something like
msiexec /jm <full path to MSI including MSI file name>
You can add the /q qualifier combined with one of several modifiers to make the installation unattended, for example /qn for a fully silent install.
I'd recommend that you set the shortcuts advertised as I described above and install the package as a full installation first and do some testing of the shortcuts before progressing to the install-on-demand part.
Spartacus
In the Editor, find the shortcut(s) you wish to check/modify and double click it/them to bring up the properties of the shortcut, there is a simple selection shown to make the shortcut(s) advertised if they are not already.
For an install-on-demand, you will need to use the /j qualifier to your msiexec installation command line.
Unless you really *must* advertise the application per-user, I would recommend a per-machine install which means combining the /j qualifier with 'm', in other words use /jm.
So the final command would look something like
msiexec /jm <full path to MSI including MSI file name>
You can add the /q qualifier combined with one of several modifiers to make the installation unattended, for example /qn for a fully silent install.
I'd recommend that you set the shortcuts advertised as I described above and install the package as a full installation first and do some testing of the shortcuts before progressing to the install-on-demand part.
Spartacus
Posted by:
anonymous_9363
12 years ago
Posted by:
balaji1201
12 years ago
Thank u spartacus ,
I have another doubt, if i click on advertised shortcut it is installing for the first time on demand.
After closing that application and if i want to launch it again, application is coming without installing.It means for the first time only it will perform install on demand or every time.
I have another doubt, if i click on advertised shortcut it is installing for the first time on demand.
After closing that application and if i want to launch it again, application is coming without installing.It means for the first time only it will perform install on demand or every time.
Posted by:
SandeepPanat
12 years ago
Posted by:
pratikpawar
12 years ago
ORIGINAL: balaji1201
I have another doubt, if i click on advertised shortcut it is installing for the first time on demand.
After closing that application and if i want to launch it again, application is coming without installing.It means for the first time only it will perform install on demand or every time.
I think you shoud go through the basic of windows installer (MSI) first........
here are some link:-
http://en.wikipedia.org/wiki/Windows_Installer
http://www.dell.com/downloads/global/power/ps4q05-20050175-Kouletsis.pdf
google it for more info on packaging:)
Posted by:
balaji1201
12 years ago
Thank u SandeepPanat,
Advertised shortcut means install on demand for the first time only right, I thought every time if i click a advertised shortcut it needs to beinstalled, clarify me whether advertised shortcut will be installed every time if we click or for the first time alone.Thank u in advance.
Advertised shortcut means install on demand for the first time only right, I thought every time if i click a advertised shortcut it needs to beinstalled, clarify me whether advertised shortcut will be installed every time if we click or for the first time alone.Thank u in advance.
Posted by:
anonymous_9363
12 years ago
clarify me whether advertised shortcut will be installed every timeDid I mention Phil Wilson's The Definitive Guide to Windows Installer? I know I didn't mention the horse's mouth, MSDN.
Posted by:
AngelD
12 years ago
For direct table editing check out http://www.appdeploy.com/messageboards/tm.asp?m=45197
Please post to the correct forum (Package Development) next time
Please post to the correct forum (Package Development) next time
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.