Many thanks that seems to fix the problem! now it runs on vista! oooo the 
eye candy :-)

Another question! [sorry]

Is it possible to create a empty directory with wix, as if i simply list a 
directory like this:

<Directory Id="myDir" Name="mDir">

</Directory>

It wont get created?


----- Original Message ----- 
From: "Rob Hamflett" <[EMAIL PROTECTED]>
To: <wix-users@lists.sourceforge.net>
Sent: Monday, August 13, 2007 10:36 AM
Subject: Re: [WiX-users] vista install


Try [EMAIL PROTECTED]'InstallFiles'.  I'd also try setting 
[EMAIL PROTECTED]'No'.

Rob

Mark Line wrote:
> this is my code
>
> <CustomAction Id="installMTMAgentService" Directory="pythonD0"
> ExeCommand='"[#pythonF3]" "[#mCoreF188]" --startup auto install' />
>
> <InstallExecuteSequence>
>
> <Custom Action="installMTMAgentService" After="InstallFinalize">NOT
> Installed</Custom>
>
> </InstallExecuteSequence>
>
> is there a way i can set the custom action to run just after the files 
> have
> been copied?
>
> Thanks
>
> ----- Original Message ----- 
> From: "Rob Hamflett" <[EMAIL PROTECTED]>
> To: <wix-users@lists.sourceforge.net>
> Sent: Monday, August 13, 2007 10:10 AM
> Subject: Re: [WiX-users] vista install
>
>
> When does that script run?  Is it a deferred custom action?  If it's not
> scheduled between (I think)
> InstallInitialize and InstallFinalize during the InstallUISequence, it 
> won't
> be run with elevated
> privileges.  You also need to make sure you have
> [EMAIL PROTECTED]'No'.
>
> Rob
>
> Mark Line wrote:
>> Hello everyone,
>>
>> This is probably more of a python issue, but I was wondering if anyone
>> else had any problems with the same thing.
>>
>> My install installs and run fine on, 2k, xp, 2003 but on Vista it starts
>> the install fine, just before the files start to copy it brings up the
>> UAC control and the install works fine until it tries to install the
>> python service.  The python script runs tries to run but the command
>> prompt piles the error saying “access denied”
>>
>> Any help would be great?
>>
>>
>>
>> Thanks mark
>>
>>
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >>  http://get.splunk.com/
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to