ark,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: 18 June 2010 19:59
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Deferred custom action Impersonation.
"Microsoft Hyper-V Server 2008 R2&qu
---Original Message-
From: Blair [mailto:os...@live.com]
Sent: 18 June 2010 19:59
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Deferred custom action Impersonation.
"Microsoft Hyper-V Server 2008 R2" is free to download and use, if you
don&
Friday, June 18, 2010 11:35 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Deferred custom action Impersonation.
To Bob's list (which is a little out of date) I'll add that Server 2008 also
has Hypervisor, Microsoft's newer VM technology. If you
en revert to an untarnished image.
Phil Wilson
-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.com]
Sent: Friday, June 18, 2010 3:21 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Deferred custom action Impersonation.
http://www.joyofse
d in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: Sagar [mailto:sagarkavitak...@gmail.com]
Sent: 18 June 2010 08:11
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Defe
if i have a deferr=red custom action with Impersonate="yes". then on Windows
Vista with UAC enabled i get a prompt asking if the user wishes the allow
the program to access your computer. now if the user presses allow in UAC
prompt. Will my custom action be able to connect to SQL server on another
m]
Sent: Thursday, June 17, 2010 11:09 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Deferred custom action Impersonation.
Thanks Phil,
1.Does that mean if my deferred custom action has to execute a sql script on
another machine using windows authentication of current u
Thanks Phil,
1.Does that mean if my deferred custom action has to execute a sql script on
another machine using windows authentication of current user i need to have
impersonate="yes" for that deferred custom action?
2.Using SQLExtension of wix how does a sql database gets created using
windo
r [mailto:sagarkavitak...@gmail.com]
Sent: Thursday, June 17, 2010 8:54 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Deferred custom action Impersonation.
3.
the thing is if the user running the installer on machine1 has right Windows
authentication rights on SQL server of machine2,
3.
the thing is if the user running the installer on machine1 has right Windows
authentication rights on SQL server of machine2, does this mean that
LocalSystemService of machine1 also has the rights on SQLserver of
machine2.?
--
View this message in context:
http://windows-installer-xml-wix-too
hi,
i have a Sql script which i need to invoke after the file has been deployed.
( I am not using using in built functionality of wix for sql)
i am using immediate custom action to set customActionData.
and my deferred custom action to use this customActionData for execution of
the SSAS script.
On 4/14/2010 11:07 AM, Dariel Marlow wrote:
> That's exactly why it is of concern; it doesn't remove the temp directory
> after running. The other is not a native-code custom action, both are managed.
>
Probably one is run from an installed assembly and the other is in the
Binary table? Pleas
rom: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Wednesday, April 14, 2010 7:56 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Deferred custom action creates directories in the
installation directory
On 4/13/2010 9:52 PM, Dariel Marlow wrote:
> I have another installer that is run
On 4/13/2010 9:52 PM, Dariel Marlow wrote:
> I have another installer that is running with elevated privileges and its
> deferred custom actions are executing from the windows\installer directory. I
> can't find why one runs from the program files directory while the other runs
> from windows in
ay to specify?
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Tuesday, April 13, 2010 7:15 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Deferred custom action creates directories in the
installation directory
On 4/13/2010 6:11 PM, Dariel Marlow
On 4/13/2010 6:11 PM, Dariel Marlow wrote:
> When running the deferred custom action, a directory is created in the
> installation directory. The log files says that the custom action is being
> extracted to a temporary folder. Why is it not doing this in the typical temp
> directory?
>
Sec
When running the deferred custom action, a directory is created in the
installation directory. The log files says that the custom action is being
extracted to a temporary folder. Why is it not doing this in the typical temp
directory?
Here's the pertinent part of the log file:
...
MSI (s) (0C:
allows Windows Installer to deal with install, removal, rollback, etc.
-Original Message-
From: nandini sa [mailto:nandini...@gmail.com]
Sent: Tuesday, December 08, 2009 5:03 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Deferred Custom Action
Hi,
I have a custom action that m
Hi,
I have a custom action that makes a registry entry both during install and
uninstall. The custom action is deferred and thus I use another custom
action to set the custom action data. This works well in both scenarios
(install and uninstall). However if UAC is turned on, then the uninstall
cust
Sudripta Nandy (Sarangsoft Corporation) wrote:
> So, I am setting the Custom action (within InstallExecuteSequence) as
> 'deferred' and Impersonate as 'No'. I am also sequencing it to come before
> 'InstallFinalize'. Though, using this approach the program starts
> successfully; the setup genera
Hi,
I am building a setup file. At the end of the installation, I want to
start the main application program. The main application program requires
elevated privileges on Windows VISTA to run. So, I am setting the Custom action
(within InstallExecuteSequence) as 'deferred' and Impersonate a
No. Deferred CA's can only exist within the transaction. Before or after can
only be immeadiate execution.
V K Gangwar <[EMAIL PROTECTED]> wrote: Is there any way to execute "deferred
(in-script)" custom action before InstallInitialize sequence.
-
Be a be
Is there any way to execute "deferred (in-script)" custom action before
InstallInitialize sequence.
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.-
Thi
In article <[EMAIL PROTECTED]>,
Justin Goshi <[EMAIL PROTECTED]> writes:
> Is there a way for a deferred custom action to pass custom data back to the=
> installer?
No, but you don't need this in order to display a custom error
message.
Instead, use the Error table to store your custom er
Is there a way for a deferred custom action to pass custom data back to the
installer?
What I'm trying to do is when my custom action fails, I want my
FatalErrorDialog to show a different message based on which of my deferred
custom actions fail. But since I can't set properties (using MsiSetP
25 matches
Mail list logo