Feature Requests item #1566231, was opened at 2006-09-27 11:37
Message generated for change (Comment added) made by evilmike
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1566231&group_id=105970
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Denied
Status: Closed
Priority: 5
Private: No
Submitted By: [EMAIL PROTECTED] (lp2b)
Assigned to: Nobody/Anonymous (nobody)
Summary: Command Line?
Initial Comment:
Hi, i'm working now few days with wix and learned much
about it, but now i have a problem for that i not found
any solution.
I want to make a Msi-File, that installs a software.
This should installed in the standard folder, but when
i run the msi-file over a commandline with a parameter
behind it, the software should installed in the folder
that i enter over the parameter.
Any idea how to handle that?
LP
----------------------------------------------------------------------
Comment By: mike (evilmike)
Date: 2006-10-29 14:20
Message:
Logged In: YES
user_id=1604717
This is already possible, see Windows Installer reference.
Use a public property for your installation target folder.
Like this:
<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder" Name="PFiles">
<Directory Id="PFilesCompany" Name="CompanyXXX">
<Directory Id="INSTALLDIR" Name="ProductYYY">
Then use msiexec.exe /i your-msi.msi INSTALLDIR=...
(Use the users mailinglist next time)
----------------------------------------------------------------------
Comment By: Bob Arnson (barnson)
Date: 2006-10-13 06:40
Message:
Logged In: YES
user_id=26581
Please use wix-users for community support.
----------------------------------------------------------------------
Comment By: [EMAIL PROTECTED] (lp2b)
Date: 2006-09-29 15:35
Message:
Logged In: YES
user_id=1603225
Ok i habe it! Thx 4 help!!!
Is it possible to use if queries in wix?
----------------------------------------------------------------------
Comment By: [EMAIL PROTECTED] (lp2b)
Date: 2006-09-29 14:46
Message:
Logged In: YES
user_id=1603225
EDIT:
Have any example 4 it????
----------------------------------------------------------------------
Comment By: mike (evilmike)
Date: 2006-09-29 12:09
Message:
Logged In: YES
user_id=1604717
Use public properties (uppercase properties), you can
override these on the msiexec command-line.
See Windows Installer Reference for details:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/msi/setup/windows_installer_reference.asp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1566231&group_id=105970
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs