What is the issue?
On Thu, Jun 16, 2011 at 3:06 PM, Roy Clemmons wrote:
> I hope this didn't post twice. I didn't see it in the forum, but, forgive
> me
> if this is a duplicate.
>
> All I'm trying to do is execute an external vbscript using a custom action.
> It doesn't seem to work. A search on
Your CustomAction will need to be a "deferred" custom action, if it is to occur
after the database is created.
-Original Message-
From: Thai-Hoa Nguyen [mailto:taiwa...@hotmail.com]
Sent: Friday, 17 June 2011 9:57 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] When the DB cr
Hello...
I'm using WiX 3.5 SQL Extension to create a database, create tables, and copy a
windows service, and start the windows service.
I'm trying to write a custom action to read a value in the database before the
service is started. The custom action is run before "StartServices" sequence
I hope this didn't post twice. I didn't see it in the forum, but, forgive me
if this is a duplicate.
All I'm trying to do is execute an external vbscript using a custom action.
It doesn't seem to work. A search on the forum reveals I'm not the only one
experiencing this problem. Someone providing
I got around this for now by removing the certificate, as described here:
http://www.curlybrace.com/words/2008/09/12/stripping-an-authenticode-signature/
From: Dan Puza
Sent: Thursday, June 16, 2011 4:04 PM
To: 'wix-users@lists.sourceforge.net'
Subject: Burn - Error 0x80096010: Failed authentico
Is it possible to instruct Burn not to verify the signature of an ExePackage?
The EXE file is published by a third party, and can't be modified. Is it
really just not possible to use it in my bootstrapper since there is a problem
with the signature?
I am very new to Burn, so it could be that
I apologize if this is a "double" for anyone - I just subscribed and never
got a confirmation back that this actually went out. If it did, please
disregard the duplicate. :)
On Wed, Jun 15, 2011 at 8:55 AM, Ryan Scott wrote:
> I'm looking at using the WiX toolkit to build an MSI from a Webpate.
Hi All,
I am looking for a quick way to determine if a system is on a specific
domain when running an install. Can the LogonUser or Computer name property
be used to derive this information? Is there another property that might
help? I'm trying to avoid a custom action, but I'm not sure I can.
Al
Hi,
I'm facing a strange issue with the installer I'm developing using WiX. This
application is installed per machine, and if the application was installed from
an elevated command prompt (e.g. if the app was silently installed) then
Windows Installer will not check for files in use, leaving fi
Hello All,
I have a webdirproperties as below,
In the defaultdocuments of website, i want index.html should be first in the
default documents list. How do i specify that in website properties. In above
webdirproperties always defaulting to default.aspx to be first in the list.
Thanks in a
I can't thank you enough. I still have a lot of learning to do about Wix and
MSBuild.
As you pointed out one of my main propblems was with CommonAppDataFolder and
using that as the Name instead of Id. As for using "NETWORK SERVICE" instead
of "NetworkService" and adding the "ChangePermission" attr
I currently have a WIX 3.5 project within VS2010 which has a number of
project references. One of the projects referenced (ProjectA) is
configured to NOT build within the solution configuration (set via the
Solution Configuration Manager). I won't go into the reason that
ProjectA is not built but t
I am out of the office until 06/17/2011.
I will be out of the office, with limited email and phone access.
Note: This is an automated response to your message "Re: [WiX-users] Help with
giving permissions to folder" sent on 6/16/2011 4:12:28 AM.
This is the only notification you will receive
CommonAppDataFolder is a Directory @Id not a @Name, you do not need to
specify a @Name for it as it is a well known identifier. This is the magic
you are missing.
Your example probably creates a folder called c:\CommonAppDataFolder\etc..
Also User="NETWORK SERVICE" will not work, look back at my
14 matches
Mail list logo