Re: [WiX-users] Sequence problem, running a custom action as early as possible

2007-07-10 Thread Bob Arnson
md5hans wrote: > I tried to set the "PACKAGE_NAME" property as a command line parameter when > running my msi. I have set the property to "MyDir" and there exists a path > c:\Geodata\index\mydir on the computer that the msi is executet on. > > The parameter is set but I get an error: "Could not ac

Re: [WiX-users] Sequence problem, running a custom action as early as possible

2007-07-10 Thread md5hans
Hi (again) I tried to set the "PACKAGE_NAME" property as a command line parameter when running my msi. I have set the property to "MyDir" and there exists a path c:\Geodata\index\mydir on the computer that the msi is executet on. The parameter is set but I get an error: "Could not access networ

Re: [WiX-users] Sequence problem, running a custom action as early as possible

2007-07-10 Thread md5hans
Hi! I tried setting Before="CostInitialize" but I still have the same problem, I have submitted the compete WIX-file below, maybe I'm doing something else wrong? /Hans http://schemas.microsoft.com/wix/2006/w

Re: [WiX-users] Sequence problem, running a custom action as early as possible

2007-07-09 Thread Mike Dimmick
The target directories are initially processed during costing (CostInitialize, FileCost, CostFinalize). If you want to influence the initial values you'll need to change them before CostInitialize. After that, only the file system controls (e.g. PathEdit) can modify the values and update the costin