Discussion:
[WiX-users] Is the standard INSTALLDIR or TARGETDIR?
Ryan Scott
2011-06-27 14:08:10 UTC
Permalink
We have an installer that will almost always be installed via the command
line and deployed to computers using a domain policy. I've noticed that
there tends to be two options... INSTALLDIR and TARGETDIR for specifying
where the installed app ends up going. Is there a standard option that most
admins would just know to intuitively use?

Thanks
Peter Shirtcliffe
2011-06-27 14:16:54 UTC
Permalink
TARGETDIR is a pre-defined MSI property that your directories *must* be
rooted in.
INSTALLDIR is a name commonly given to the actual install location. You'd
have to document whatever property you use for this.

A popular directory Id layout is:

TARGETDIR
ProgramFilesFolder
CompanyDirectory
INSTALLDIR

In an administrative installation, such as creating an install point for
group policy deployment, when you'd specify TARGETDIR as the "unpack"
location.

When installing normally to a custom location, you'd specify INSTALLDIR.

-----Original Message-----
From: Ryan Scott [mailto:***@computerlabsolutions.com]
Sent: 27 June 2011 15:08
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Is the standard INSTALLDIR or TARGETDIR?

We have an installer that will almost always be installed via the command
line and deployed to computers using a domain policy. I've noticed that
there tends to be two options... INSTALLDIR and TARGETDIR for specifying
where the installed app ends up going. Is there a standard option that most
admins would just know to intuitively use?

Thanks
-----------------------------------------------------------------------------
-
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
WiX-users mailing list
WiX-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us.
SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK.
Loading...