loying our
installers.
Ideal Situation:
--
Ideally we set the Self-Extracter, Bootstrapper and MSI to
RunAsAdministrator in elevated mode, but the application is then launched
in non-elevated mode.
Does anyone know how to achieve this? Thank you in advance for you help!
Rega
Hi,
Sorry to clarify - in my previous post, when I mentioned
"RunAsAdministrator" I meant manifested as "requiresAdministrator" .
Thanks,
Simon
On Thu, Apr 8, 2010 at 11:52 AM, Simon wrote:
> Hi,
>
> I need some help in launching our Application correctly onc
idea what could be causing this?
Thanks in advance for your help.
Simon
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications fo
Hi Bob,
Thank you for the advice - I will do that.
Thanks,
Simon
On Thu, Apr 8, 2010 at 11:11 PM, Bob Arnson wrote:
> On 4/8/2010 11:08 AM, Xmun wrote:
> > Is there a way to launch two applications?
> >
> WiX provides the custom actions to launch one; if you want two, yo
I’m really stumped on a failure rollback scenario with multiple MSI’s bundled
in a WiX bootstrapper.
Consider the following WiX bundle chain:
a.msi creates a few files in C:\Program Files (x86)\a
b.msi creates a few files in C:\Program Files (x86)\b
[Step 1]: A computer has a co
I'm using the standard WiX Toolset for everything so yes I'm using WiX Standard
Bootstrapper Application (WiXStdBA).
The original media is available and cached by default because my workaround is
to manually go into the Control Panel, Programs and Features and repair the
entire installed versio
In the context of the bootstrapper chain rollback event the individual MSI
MajorUpgrade Schedule element is irrelevant since this only comes into play
when rolling back 1 MSI. In my case a.msi has been upgraded successfully
therefore the old existing product is removed. Then when b.msi fails a.m
You are correct this is how it is currently working in WiX 3.7 and this is my
problem. The MSI that fails (b.msi) does rollback correctly, my issue is that
the installed files of a.msi are lost until I manually repair the previous
bootstrapper version from add/remove programs.
A RollbackBoundar
ed. Contact your
support personnel or package vendor.". The same exception occurs if I try to
install/repair/change my application...
Is there any possibility to uninstall my application without the last (faulty)
custom action? Or to 'overinstall' it somehow?
Simon
Simon Gerhold,
bove,
> though it's supposed to do a more intelligent job.
>
> Thirdly, you can find the appropriate MSI in the c:\windows\installer
> cache, remove the offending action from the sequence using orca.exe
> and then try to uninstall it again.
>
> Lastly, I know some people
Thanks, good to know :)
Simon Gerhold, razvojni inženir / Development Engineer
Cetis d.d., Čopova 24, 3000 Celje, Slovenia - EU, T: +386 3 4278 785, F: +386 3
4278 651, www.cetis.si
-Original Message-
From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov]
Sent: Wednesday
extract
it? Or would this
Be against the license agreement or something as we would then have to ship the
dll with our bootstrapper?
Thanks in advance :)
Simon
--
Android is increasing in popularity, but the open devel
Correct me if I'm wrong, but doesn't -layout only download external packages?
I might have been unclear, what I want to do is extract packages that have been
embedded
Within the bootstrapper.
We are doing this so that customers would have the option of using the MSIs
directly for deployment
Shou
Righto, in that case only one of my initial questions remain.
Am I clear to reference and use the public APIs in wix.dll (& winterop.dll) to
implement this
Functionality in our bootstrapper, and ship said files with our bootstrapper,
or would this break the license agreement in some way?
S
se version
entries (although it does write (string)BundleVersion).
I understand there might be some debate as to what sort of InstallLocation Burn
should write, being a chainer and all. So I guess
I'll just have to live with that warning. However, to me, it looks like the
version warnings are
gh with a
"File in use" error message, as I expect it to. Anyone know what's going on
here?
Thanks
Simon
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choo
Interesting, thank you for that prompt reply.
Is there a setting to modify this behaviour? Or am I going to have to modify
our product?
To clarify, I do not want to be able to uninstall with the application running.
Simon
-Original Message-
From: Blair Murri [mailto:os...@live.com
}
}
I then created WIX bootstrapper project and updated its Bundle.wxs file to
use my BootstrapperApplication by chaging the BootstrapperApplicationRef tag
to:
Everything builds just fine but when I run my bootstrapper I dont get my
message box. I'm just wonder what steps I might
I also added the following line the the AssemblyInfo.cs in the bootstrapper
Application library but it still will not run.
[assembly: BootstrapperApplication(typeof(TestBA))]
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implementing-a-Bo
Im get a "Error 0x8007007f: Failed to get BootstrapperApplicationCreate
entry-point" error in the log. Do I need to defne a
"BootstrapperApplicationCreate" function in my BA library?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Trouble-implement
Thanks for the help. I was missing step 1. As soon as I added the config file
payload it all started working. Thanks again.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Re-Trouble-implementing-a-tp6060833p6062338.html
Sent from the wix-users mail
Everything is now up and running. My problem was that I was not including my
BA config file in the BootstrapperApplication payload. I added the lines
below into my Bundle.wxs and it is all working now.
Thanks for the help guys!
Simon
--
View this message in context:
http://windows
Hi wix-users,
Does anybody know,
how to read content from a specific binary file using a c#
custom-action?
Thanks for your efforts
Simon
--
What You Don't Know About Data Connectivity CAN Hurt You
This
allows. Does this answer your question?
Dan
-Original Message-
From: Simon Chromow [mailto:simon.chro...@bewotec.de]
Sent: Friday, March 04, 2011 1:05 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to read binary file content using c# custom action???
Hi wix-users,
D
You shouldn't return failure if the credentials are incorrect, if you do so
you will get this error.
"been there, done that... "
On Mar 10, 2011 6:34 AM, "Kevin Burton" wrote:
> I read that. Which of the four rules is this violating?
>
> I made the warning go away by making the C# CA 'immediate'
e2
FeatureInstance3
FeatureInstance4
REMOVE=" FeatureInstance3"
And also adding a feature on change does not work with:
ADDLOCAL="FeatureInstance5"
Am I missing a Setting, Property ??
Hello everybody,
is it possible to suppress the warning LGHT1008?
Thanks for your efforts
Simon
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel
Finalize.
Conversely, if I schedule the CA between InstallInitialize and
InstallFinalize, the reboot check might not be meaningful because
RemoveExistingProducts has not run yet.
I'd be extremely grateful for any ideas or suggestions.
Best,
Simon
-
best served by using a bootstrapper/chainer.
>
> On Mon, Oct 10, 2011 at 12:19 AM, Simon Hoffmann <
> vol714poursyd...@googlemail.com> wrote:
>
>> Hi there,
>>
>> I'm new to this list and am writing because I feel like im a Catch-22
>> situation.
>&g
I have a problem with uninstalling a WiX 3.5-authored setup.
On Windows 7:
- Uninstall product via the "Programs and Features" dialog via select
the "Uninstall" option from either the toolbar above the list or from
the context menu.
Observations:
- Uninstall runs with a reduced Windows Installer
tall. It should explain why it not
> removing the ARP entry even if it's not obvious.
>
> ARP uninstall will always run a basic UI, this is expected.
>
>
>
> -Original Message-
> From: Simon Hoffmann [mailto:vol714poursyd...@googlemail.com]
> Sent
ent I use looks like this:
Thanks for your efforts.
Simon Chromow
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
WiX-use
alysing
> a problem.
>
> If you finding them hard to follow you could try using the MSI log file
> viewer (C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\WiLogUtl.exe)
> from the sdk, it can sometimes be helpful.
>
> -----Original Message-
> From: Simon Hoffmann [mai
art. Verify that you
have sufficient privileges to start system services.
The system event log says that it is not a valid Win32 application, has
anyone come across this before?
Simon
Disclaimer: This electronic communication and its attachments may contain
confidential, proprietary and/o
Hello again all,
It turns out that I didn't have the .exe set as the keypath for the
component. drat!
Simon
-Original Message-
From: Simon Topley
Sent: 15 December 2009 14:43
To: wix-users@lists.sourceforge.net
Subject: ServiceInstall Wix 2 VB.NET
Hello all,
I've been
just a hunch, can it be that the ICE is (wrongly) using a signed 16-number
for the third field?
On Fri, Jan 15, 2010 at 5:22 AM, Castro, Edwin G. (Hillsboro) <
edwin.cas...@fiserv.com> wrote:
> I'm getting the following error from light:
>
> error LGHT0204: ICE61: Upgrade.VersionMax 3.3.34567.0 f
> The problem is that when I build the project in Visual Studio those
> properties get an empty value. I want to give these properties a default
> value so that I will be able to build the WIX project from Visual Studio and
> not just from the command line using msbuild.
>
> Is there any way to ass
ead up on creating custom tasks for msbuild (not
that it's hard though)
regards,
Simon
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating
want, but I can't see a way of applying it to the
merge modules.
How should I go about doing this?
Thanks
Simon
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing
to install.
Sorry if I've misread that, and sorry for not mentioning it in the previous
email!
Simon
-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.com]
Sent: 12 February 2010 16:29
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-u
installing and reinstalling the
merge modules (since the ref count goes to 0, then back to 1). This adds
around 8 minutes to the upgrade process, which I'd rather avoid. I was hoping
I could stop the uninstall happening, and then our upgrade would be fast again.
Simon
__
It is the correct path, as long as your executable is running as 32bit
on a 64bit system. Registry redirection is at play
(http://msdn.microsoft.com/en-us/library/aa384232%28VS.85%29.aspx)
On Fri, Apr 30, 2010 at 12:39 PM, Yu, Brian wrote:
> Hi there
>
>
>
> I found by testing that in 64 bit XP,
that seems to indicate that your custom action is running as 32-bit,
if you run them as 64-bit things should just work..
On Thu, Jul 1, 2010 at 10:09 PM, Kurt Jensen
wrote:
> That's it!
>
> So far I cannot find an equivalent in .NET but at least now I can track down
> the communication breakdown
bably solve my problem but neither of these things
seem possible.
Thanks,
Simon
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Imp
y setup.msi.
I suspect that I'm missing a step to determine whether I should put my
wizard into maintenance mode vs. install mode.
-Simon
P.S. Also posted to StackOverflow:
http://stackoverflow.com/questions/14238488/custom-wix-burn-bootstrapper-doesnt-dete
e: Contrived example, the bundles don't have their own extra
packages, just the shared one)
Product B uninstall:
[1E0C:2AD8][2013-01-28T10:51:56]i001: Burn v3.7.1224.0, Windows v6.1 (Build
7601: Service Pack 1), path: C:\ProgramData\Package
Cache\{470f1494-5284-4a23-b775-77f0e222d46f}\produc
rsion.
Am I missing something?
Thanks,
Simon
- Original Message -
> Hi List,
>
> Here is a contrived example of something that approximates what I'm
> trying to do in the real world:
>
> I have 2 bundles, both of which use a shared component. I only want
>
ght be to use a different directory for the files in this component in the
next release - also not great. Am I missing an obvious fix? Can anyone suggest
another solution? Regards,Simon
--
Is it possible to pass parameters to the msi being uninstalled during an
upgrade?
I am using the Upgrade tag to do my upgrades.
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-struct
That is sufficient for my needs (not removing a registry key when
upgrading), thanks Rob!
On 17 April 2013 23:35, Rob Mensching wrote:
> Unfortunately, no. The child MSI just gets `UPGRADINGPRODUCTCODE`.
>
>
> On Wed, Apr 17, 2013 at 12:13 AM, Simon Stevenson
> wrote:
>
>
Hello,
I'm noticing quite an awkward problem with the dotnet 3.5 installer.
Specifically, it appears to wipe out hkcr\installer\dependencies when a user
performs a repair.
I am using wix dependency extension and this is causing something of a problem
on a few Xp machines (which unfortunately
We are getting an error in some cases where we are installing .net 4,
and the user is presented with the message "Asia". After some
investigation it seems that the .net installer is returning exit code
5100, but it is somehow being interpreted as a HRESULT which happens
to be the string "Asia".
Ha
gt; An: General discussion for Windows Installer XML toolset.
> Betreff: Re: [WiX-users] "Asia" error
>
> IIRC, 5100 was their return code for restart required or something? They
> had some very strange return codes for a while. They are documented
> somewhere on MSDN, IIRC... b
discussion for Windows Installer XML
toolset.<mailto:wix-users@lists.sourceforge.net>
Subject: Re: [WiX-users] "Asia" error
The wixstdba doesn't provide such a mechanism today. You could write a
custom BA to do it, or work with wix-devs to enhance the wixstdba to handle
the scen
toolset.
Subject: Re: [WiX-users] "Asia" error
The wixstdba doesn't provide such a mechanism today. You could write a custom
BA to do it, or work with wix-devs to enhance the wixstdba to handle the
scenario.
On Thu, Jun 13, 2013 at 11:37 PM, Simon Stevenson wrote:
> 5100
e day we'll get this right I'm sure .whatever happened to that portable
executable idea, I liked that.
Simon
Disclaimer: This electronic communication and its attachments may contain
confidential, proprietary and/or legally privileged information which are for
the sole use of the in
oduct..
Simon
Disclaimer: This electronic communication and its attachments may contain
confidential, proprietary and/or legally privileged information which are for
the sole use of the intended recipient. If you are not the intended recipient,
any use, distribution, or reproduction of this communic
d Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
-Original Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: 26 July 2010 10:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Uninstall list icon
Hello all,
A simple one h
the error message maybe incorrect, remove the start=install part and attempt to
start it post install manually... it maybe that the service is dependent on a
file that is not yet installed (.net or CRT etc)
-Original Message-
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.co
Hello,
I have a problem with running an upgrade to newer version with Wix.
When i'm doing an upgrade from version 1.0.0 to version 2.0.0, at first
all files are updated.
But then after InstallFinalize all files except the files added during
the upgrade are removed.
Which means also the updat
Hello,
during my upgrade from version 1 to version 2
the removeexistingproducts action deletes all files of version 1.
What I need to know is, is it possible to protect some files( for
example *.config )
from being unistalled or overwritten?
Thanks Simon
I had a similar problem a long while ago,
check this thread:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/adding-non-default-extension-td698069.html#a698071
On Wed, Nov 3, 2010 at 7:46 PM, Socky, David R (GE Energy)
wrote:
> In a Wix install project (using Visual Studio 2010 an
Hi wix-users,
I'm trying to create a Custom Dialog, with a Data Grid on it.
My question is:
Is this possible? And if yes, please tell me.
I think it should be possible because VolumeCostList also has Columns.
Can I Use VolumeCostList as a DataGrid?
Thanks for your efforts,
is set to have .net 3.5 as target framework
I'm using wix 3.6.1029.0
What am I missing?
regards,
Simon
--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECM
Nevermind, got it working.
On Thu, Nov 18, 2010 at 4:06 PM, Simon Dahlbacka
wrote:
> I'm trying to create an immediate custom action that would allow user
> to "test connection" to a wcf server.
>
>
> DllEntry="TestConnection" Return="check" E
Hello,
I'm using WIX 3.6.
Is it possible to define the order, how the bootstrapper packages are
installed???
--
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC ba
aller XML toolset.
Betreff: Re: [WiX-users] Define Bootstrapper Order???
Yes. Actually, it's required. The Chain defines the Package order. You can also
Fragment your PackageGroups and tie the chain back together using the After
attribute.
On Thu, Dec 2, 2010 at 6:49 AM, Simon Chromow wrote
ut I think you'll
find them anyway
Hth,
Simon
On Dec 22, 2010 11:08 AM, "Yan Sklyarenko"
>
wrote:
> Hello WiX Community,
>
> I know it is not possible to install both WiX 3.0 and 3.5 on a single
server
> the usual way.
> I face with the situation when part of my pro
rty being set incorrectly when i do or don't select
that feature to be installed:
?feWIA>2 OR
$feWIA>2
any more offers ladies and gentlemen?
Any help will be kindly received.
Simon
Disclaimer: This electronic communication and its attachments may contain
confidenti
sorry the first one of them uses the component:
?cWIAServices>2 OR $cWIAServices>2
but i still get:
MSI (s) (64:E8) [10:05:59:199]: PROPERTY CHANGE: Modifying CONFIGREQUIRED
property. Its current value is '0'. Its new value: '1'.
when the component is n
just to clarify that this doesn't work for me if I use the component state
instead of the feature state
Simon
-Original Message-
From: Simon Topley
Sent: 19 January 2011 18:10
To: 'wix-users@lists.sourceforge.net'
Subject: RE: Set property from feature
sorry the first o
mc.com]
Sent: 20 January 2011 15:01
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Set property from feature
Conditions
$cWIAServices=3
and
&feWIA=3
should work correctly.
Maksim
-Original Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: Thursday, Jan
e bonkers... more so
-Original Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: 20 January 2011 15:45
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Set property from feature
tell me about it. I've just tried $cWIAServices=3 and I still
RED=1)
gives me a checkbox when i wouldn't expect it, and doesn't give me one when I
would expect it. The feature I wish to exclude is never installed:
NOT CONFIGREQUIRED=1
-Original Message-----
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
S
f have one feature hinged off another, or the
condition statement is screwed.
-Original Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: 21 January 2011 09:11
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Set property from feature
I see, so when I ask for CostFinalize I get it in the UI AND execute sequence.
Is there any way to tell it to only use one of the other? Would this have a
knock on effect on using the same property to enable/disable other features?
Simon
-Original Message-
From: maksim.vazhe...@emc.com
ginal Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: Thursday, January 20, 2011 7:05 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Set property from feature
I also seem to get 2 log entries for the same thing:
Action ended 08:
a file in feature C.. how do I do this seemingly
simple task?
Simon
-Original Message-
From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com]
Sent: 21 January 2011 11:21
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Set property from feature
Read WiX documentation.
costFinalize maybe too early since the user has'n yet selected which features
they want, but it is the only one I can us with getting " light.exe : error
LGHT0001 : Found an ActionRow with a non-existent Before action."
-Original Message-----
From: Simon Topley [m
a! I see, the "sequence" can be both, ui or execute, sorry I just assumed
is was a number! I'll try this.. Thanks for your patience Maksim
-Original Message-----
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: 21 January 2011 11:47
To: General discussion for Wi
Thank you Maksim the property is now being set correctly. Sadly my other
features and the checkbax are ignoring the value anyway :( Maybe one for next
week .
-Original Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: 21 January 2011 11:57
To: General discussion for
fore the property is being set.
here are my conditions
NOT CONFIGREQUIRED
and
NOT Installed AND
CONFIGREQUIRED
Have a good weekend all. I'll be tackling this again Monday morning :(
Simon
Disclaimer: This electronic communication and its attachments may
Afternoon all,
SO I'm back trying to tackle this issue with my SetProperty after Costfinalize.
The property is set correctly, but nothing now seems to respond to it.
MSI (s) (3C:98) [04:37:53:630]: Doing action: SetCONFIGREQUIRED
Action 04:37:53: SetCONFIGREQUIRED.
Action start 04:37:53: SetCON
uldn't be included.
Then I'll move onto trying to figure out why my checkbox on the exit dialog
never reacts correctly to this property I managed to set.
Simon
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: 25 January 2011 08:21
To: 'General discussion for Wind
igT>2
although I'm sure it won't work.. I'll try it.
-Original Message-
From: Simon Topley [mailto:simon.top...@mwhsoft.com]
Sent: 26 January 2011 10:14
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Feature condi
ork now is this checkbox, which seems to ignore the
components install or action state. More new as it comes.
Simon
-Original Message-
From: maksim.vazhe...@emc.com [mailto:maksim.vazhe...@emc.com]
Sent: 26 January 2011 11:49
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Fe
and the problem was...
I was only testing the checkbox after installing then doing a "change" install.
so the "Not Installed" was stopping it from working.
Thanks for your help everyone, I knew it had to be simple
Simon
-Original Message-
From: Simon Topl
7;ve updated my CustomActions.config
to the following:
But I still get the same exception. Is this a limitation of WiX? Can I not use
.NET 4?
Thanks,
Simon
--
The modern datacenter depends on netwo
Hello all,
I have a number of shortcuts I add to the start menu during installation,
however only one of them in highlighted to the user as a new application post
install. Is there any way to explicitly control which shortcuts are highlighted?
Simon
Disclaimer: This electronic communication
Thank you phil, this clears it up, I have 2 shortcuts to one exe, just with a
different argument.
Simon
-Original Message-
From: Philip Sayers [mailto:p...@cds-am.net]
Sent: 09 May 2012 15:22
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users
The name in the error message and the name of the dll is spelled
differently, can it be as simple as that?
/Simon
On Thu, May 10, 2012 at 3:00 PM, Morten Lemvigh <
morten.lemv...@novasoftware.se> wrote:
> I have written a preprocessor extension that has a dependency to another
> as
Hello everyone,
Has anyone done something like that? I need to force the reboot after Framework
has been installed.
This where I got.
What am I doing wrong?
Thanks for your efforts,
Simon
installed
I would assume that the exitcode values are not working correctly as I force a
reboot when installing Windows Installer 4.5 but I don't bother checking the
exit codes (omit the value attribute). Do you really need to reboot after
installing dotnet?
Richard Mayes
On 22 May 2012 08:17,
Hello everyone,
is it possible to suppress the verification of an acquired payload after the
system/bundle restarted?
Or is it even possible to suppress the payload caching?
Thanks for your efforts,
Simon Chromow
verification was always
run.
On Mon, Jun 4, 2012 at 3:35 AM, Simon Chromow wrote:
> Hello everyone,
> is it possible to suppress the verification of an acquired payload
> after the system/bundle restarted?
> Or is it even possible to suppress the payload caching?
>
> Thanks for your
I was about to install the final 3.6 version but got uninstall failure, how
do I get it off my machine so I can get the correct version installed?
Here's the log file:
[2354:25D8][2012-09-04T09:09:25]: Burn v3.6.2130.0, path:
C:\ProgramData\Package
Cache\{bc918578-6003-4542-b8de-d5714088605e}\WiX
.exe that you are uninstalling. If Burn finds the
> file next locally, it won't try to download from the internet and the
> uninstall should proceed.
> On Mon, Sep 3, 2012 at 11:24 PM, Simon Dahlbacka
> wrote:
>
> > I was about to install the final 3.6 version but got uninstal
Hi. I came up against this too. I had the server SSL certificate in (Local
machine\my) already. I wrote a custom action in C# to take the name of the
website as a parameter and install the certificate into the website given the
certificate's 'friendly id' using the Microsoft.Web.Administration l
is nothing about installing web site, which is
one of the most common instalation today.
Do you have some oter book for this purpose or some url with examples?
Thank you for your answer,
Simon
--
Don't let slow site
RunPostBuildEvent)' != 'OnOutputUpdated' or
'$(_TargetOutputTimestampBeforeCompileAndLink)' !=
'$(_TargetOutputTimestampAfterCompileAndLink)' )) was evaluated as ( '' != ''
and
( '' != 'OnOutputUpdated' or
1 - 100 of 352 matches
Mail list logo