Did you ever find a fix to this, or does anyone else know what to do about
it?
Thanks,
Rob
>From John Leung, on 01 Oct 2010:
-
I notice that during installation on a Windows 7 machine, if I minimized my
install Progress Dialog box,
then this ExitDialog will au
On 07/03/2013 19:37, Alain Forget wrote:
> 2) I only want the InstEXEs to run during installation (and not when
> uninstalling). Thus, since there is the special REMOVE="ALL" to
> denote "do this only if uninstalling", is there an equivalent I need to use
> to specify "do this only if installing"
You can get into all sorts of pain identifying logical cores vs physical
cores, but the quick way is to just look at the NUMBER_OF_PROCESSORS
environment variable.
Rob
On 13/02/2013 18:22, Stephen Turner wrote:
> Hi
>
> During the install of our product we need to know how many cores the CPU ha
You could make the Perl feature a child of the Java feature. It might
look a little strange on the Feature selection tree, but it should work.
Rob
On 04/02/2013 09:34, Tal Maoz wrote:
> Hello all,
>
> I'm trying to add a feature dependency into an installer and I can't find
> how to do this.
>
I'm setting permissions on a folder as part of my installation. This
works as expected, but I've had a couple of instances where the
permissions aren't there after the installer has run. The log doesn't
indicate that anything went wrong. Has anyone else seen this?
Thanks,
Rob
-
If you log the installation it'll probably tell you what the "[2]"
argument is. It might also be shown in the Windows Event Viewer.
You'll probably find one of the your <"Publish Event=***" items is
wrong. If you can't get anything out of a log, try removing those items
one at a time until it
n IniFile lost on rollback
>
> I honestly don't know. I haven't tried contacting Windows Installer team from
> outside Microsoft yet.
>
> If you find out, I know I would appreciate a pointer.
>
>
> On Wed, Jan 23, 2013 at 1:41 AM, Rob Hamflett wrote:
>
>> On 22
er XML toolset.
> Onderwerp: Re: [WiX-users] Quotes in IniFile lost on rollback
>
> I honestly don't know. I haven't tried contacting Windows Installer team from
> outside Microsoft yet.
>
> If you find out, I know I would appreciate a pointer.
>
>
> On Wed, Ja
Starting with Vista the WinSxS runtime assemblies aren't committed until
InstallFinalize. This meant my service couldn't be started as part of
the StartServices action. I had to write a commit custom action to
start the service for me. It's possible that this is the issue you're
running into
On 22/01/2013 15:55, Rob Mensching wrote:
> You'd have to contact the Windows Installer team.
Any idea how to do that? There used to be newsgroups but these were
meant to be replaced with forums. There were a posting telling us this
would happen and that a future post would give us the details
I've got an issue with an IniFile element on rollback. I'm writing a
couple of values with the format ""[PROPERTY]"". This works
fine, but the quotes gets stripped after a rollback. I tried an upgrade
where the following occurs in the InstallExecuteSequence:
InstallValidate
InstallInitialize
On 17/01/2013 14:59, Arthur Yousif wrote:
> I was able to find a solution for this finally. Found it here:
> http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
>
> However, even though it's working, the check box as the gray background
> rather than a transparent one that would blend
ccidentally downgraded, that's not really
an option. Deploying the DLLs locally doesn't get you any of the
benefits when the shared DLLs are updated, but at least they're less
likely to be downgraded without your knowledge.
Thanks,
Rob
On 15/01/2013 15:58, Bruce Cran wrote:
&
I've been reading some comments online recently about using
REINSTALLMODE=amus when you're installer contains runtime merge modules.
The danger being that you can downgrade patched DLLs. Doesn't each
set of runtime files have it's own folder in the WinSxS folder? Do
patches for these files
We've recently been seeing issue 1 where an upgrade doesn't work due to
a missing registry entry. We're currently telling customers how to do a
full repair on a case by case basis as this occurs. Did anyone ever
find a fix for this?
Thanks,
Rob
On 29/11/2010 21:23, James Johnston wrote:
> Hi
Hi Natalie,
I have the following function for extracting a release note out of my
MSI's binary table. Hopefully this is of some use to you. Once you've
got the file out, I expect executing it should be fairly simple, but let
me know if you're having issues with it.
void CMsiFile::ExtractOneR
Windows keeps a cached copy of the MSI in C:\Windows\Installer, if
that's of any help. You could scan through the MSI files in there and
check the properties for the one you want.
Rob
On 14/11/2012 20:51, tyler.w.r...@accenture.com wrote:
> Hello all,
>
> I am trying to write an appli
Try it without the quotes round the values. Log the installation and
see what it reports for the property values.
Rob
>
> Any other ideas?
>
> Thanks,
> Senthil.
>
> -Original Message-
> From: Rob Hamflett [mailto:rob_hamfl...@sn.scee.net]
> Sent: Thursday, Octo
Try this:
msiexec /i MyApplication.msi /qn WIXUI_LABNAME=TestSilent
WIXUI_LABOWNER=Me WIXUI_LABDESCRIPTION=description WIXUI_LABACCESS=1
Rob
On 10/10/2012 22:34, Senthil Chandran wrote:
> I wrote a wix project that generates a msi to execute my exe.
> Part of the installer, I collect data from u
Create a custom action like this:
Then schedule a custom action like this:
DBVERS
Cheers,
Rob
On 09/10/2012 17:01, Justin Hull wrote:
> We have a situation where the original install uses a property named 'DBTYPE'
> to determine optional nstall of files. On the base install, some properties
I'm unable to download wix36-binaries.zip from
http://wix.codeplex.com/releases/view/93929. What actually gets
downloaded is a HTML page reporting "There was an error downloading the
file. It may have been deleted from the server."
Thanks,
Rob
On 05/09/2012 12:46, Natalie Carr wrote:
> Hi, can anyone tell me why my remove and repair button won't work. I have
> recreated the VerifyReadyDlg to fit my own custom dialogs.
>
> Not sure if I have to add anything for these to work. I'm getting an error
> code of 2731 and I cannot find a solutio
You can either suppress it with the -sice flag, or check out the "How
To: Create a Shortcut on the Start Menu" section from the manual as it
covers the same ground.
Rob
On 24/08/2012 05:35, Huang, Deqing wrote:
> Hi All,
> I'd like to install my app to %LocalAppData% folder.
> Following directo
On 21/08/2012 16:22, Rob Mensching wrote:
> Already does, looks like the documentation needs updating. Feel free to
> find a doc bug.
Done.
https://sourceforge.net/tracker/?func=detail&aid=3561219&group_id=105970&atid=642714
Thanks,
Rob
---
You can suppress the FilesInUse dialog by specifying
Dialog@Modeless="yes" and Dialog@Hidden="yes".
Rob
On 23/08/2012 01:31, Gustavo Gustavo wrote:
> I’ve been struggling to get rid of the Files In Use dialog. Seems like
> there’s no easy way out.
>
> Ideally, I would like to execute my MSI
On 21/08/2012 16:09, Natalie Carr wrote:
> Hi Rob,
>
> I finally figured that out, my only problem is now I run my custom action
> before="AppSearch" but it flashes up the WelcomeDlg for a few seconds before
> my CustomWelcomeDlg. Any ideas?
>
> Thanks
>
Is that an authored dialog? You should be
Is there any word on when WiXVSExtension will have properties, etc, for
Visual Studio 11?
Thanks,
Rob
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landsca
On 21/08/2012 10:35, Natalie Carr wrote:
> Can anyone please tell me how to change the product name that shows up on
> the UI to the property value I retrieve from my custom action. I have tried
> everything that I can think of and still no joy. :(
Use a property in your dialog title e.g. Title="W
On 23/07/2012 13:20, chasewoofe...@gmail.com wrote:
> You will need to set a PUBLIC parameter before you call the custom action,
> then you set the parameter from within the dll custom action.
You can do this with the MsiSetProperty() function.
Rob
-
On 23/07/2012 13:20, chasewoofe...@gmail.com wrote:
> You will need to set a PUBLIC parameter before you call the custom action,
> then you set the parameter from within the dll custom action.
You can do this with the MsiSetProperty() function.
Rob
-
You could try doing this with variables instead of localised strings.
If there are a lot of these variables then you could put the command
line arguments for defining them into a file and add "@filename.txt" to
your command line, with a different file for each language.
Rob
On 15/06/2012 17:4
Hi Rob,
On 08/06/2012 16:25, Rob Mensching wrote:
> Custom actions can swallow the cancel message. If you look at the WiX
> toolset's custom actions, we have wrappers for most of the MSI APIs and in
> those wrappers, special handling ifa cancel is sent back. If you have an
> install with custom ac
I'm seeing a strange issue where it looks like I can't cancel an
installation during the last action before InstallFinalize in the
InstallExecuteSequence.
I have two deferred custom actions for updating VS 2008 and 2010
(running "devenv /setup /nosetupvstemplates") and they are scheduled
immed
Are these actions specified as being deferred, so they actually run as
part of the installation script?
Rob
On 05/06/2012 13:52, Ravi Raj wrote:
> I want to schedule my custom actions in following manner:
> 1) Install: CA will run *only after* the installer copies all files to the
> respective d
On 29/05/2012 04:14, Ravi Raj wrote:
> But there are several messages I ant to populate via custom actions. I am
> not sure how to do this. Can you help me with some examples.
If you know the title of your dialog, you can get a handle to it by
calling FindWindow("MsiDialogCloseClass", "My dialog
On 26/05/2012 18:09, Rob Mensching wrote:
> AppSearch?
Doh! Got a bit too focused on the Upgrade table. Thanks.
Rob
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
Is there a way to check for pre-existing products other than via
FindRelatedProducts? The problem I have is that regardless of the
operation (install/repair/remove) I need to discover if some of our
other products are installed, and FindRelatedProducts only runs on install.
Is there a way to d
On 24/05/2012 16:49, Chris Robison wrote:
> I've been trying to completely suppress any FilesInUse dialogs from
> appearing, because I want to handle it. I've tried
> setting MSIRESTARTMANAGERCONTROL=Disable, that seems to prevent restart
> manager, which is good. I've also tried creating my own Fi
On 24/05/2012 17:52, Wilson, Phil wrote:
> Those top two are Visual C++ 2010 C runtime support Dlls, typically supplied
> with this type of thing:
>
> http://www.microsoft.com/en-us/download/details.aspx?id=
>
> or with merge modules that came with Visual Studio 2010. You'll probably
> need
Have you tried running regsvr32 on the DLL directly on an XP machine?
I've seen issues with DLLs where the developer is using a Windows 7
machine and has unknowingly used an API call that's just not available
on XP.
--
On 11/05/2012 19:22, Elliott Dicus wrote:
> Do I need
> to be doing something like:
>
>
>
>
>
>
> and using DIFxApp?
Yes, I'd say you're best off using Difx.
Rob
--
Live Security Virtual Conference
Exclusi
On 08/05/2012 15:39, Charles Broadfoot wrote:
> No. How would I do that?
Just add the text "-ext WixUtilExtension" to wherever your command line
is specified. Where that is will depend on your build system.
Rob
--
Li
On 02/05/2012 15:07, Charles Broadfoot wrote:
>
> Hi Wix Users,
>
> I'm trying to do what I would think would be pretty trivial and that is
> update a config file value based on a parameter passed into the msi. But
> when I try to do this, I keep getting the error : error CNDL0200 : The
> Compo
I'm seeing an issue where the installer is occasionally leaving behind
empty folders even though the log reports that they are being deleted.
I have some shortcuts on the Start Menu, For each folder there is a
component containing a RemoveFolder item, and the component for each
shortcut also c
On 02/02/2012 01:15, Rajesh Khetan wrote:
> Thanks Phil. Is there a way to ensure in WXS file, such that the service gets
> started after all the dependent dlls are installed?
You could add a commit custom action to start the service. This will
run once the install has been finalised, so the ev
On 24/01/2012 16:46, Parkes, Kevin wrote:
> The only snag is having the checkbox at the bottom of the dialog to overcome
> the problem of its having a grey background - it there a way to get the
> checkbox in the main bit of the dialog without the grey background?
Yes, but it's a bit hacky. You
A log file would show you when the property changes. Are you doing an
AppSearch for the registry
value? If so, a pre-existing registry value would overwrite the value you gave
on the command line.
Rob
On 29/09/2011 20:58, Nick Porter wrote:
> I am attempting to write new values to the Regist
Check out the IniFile element.
Rob
On 19/09/2011 16:04, Sascha Trenz wrote:
> Hi,
> i want to Change some Configuration Settings which are stored in Ini
> Configuration Files.
> Is there any Chance to do that ?
> For Example
>
> Example.ini
>
> [Settings]
> Value1=1234
>
>
> And change
Hi,
I'm having some occasional crashes when running "devenv /setup" during an
install. It's not
completely reproducible and only happens occasionally. Everything is
statically linked and I don't
think there's a runtime dependency problem occuring. I've also asked the
developers to cast an
o be version specific. If I install the same
> version installer I would like it to overwrite the installed file.
>
>
>
>
> - Original Message -
> From: Rob Hamflett
> To: wix-users@lists.sourceforge.net
> Cc:
> Sent: Thursday, August 18, 2011 8:17 AM
> S
Try Component@Permanent='yes'
Rob
On 19/08/2011 18:19, Pratapa Reddy Sanaga wrote:
> Hi,
>
> Is there a way I can ask the MSI not to delete the registry values it has
> written to the MSI during uninstallation?
>
> I'm looking at the RegistryKey's Action options. create or
> createAndRemoveOnUnin
You could try specifying a version on the File element. I think that will
cause Windows Installer
to always replace the unversioned file on disk with what it thinks is a
versioned file.
Rob
On 17/08/2011 16:30, The Eligible Bachelors wrote:
> Hello,
>
> I would like to have a component that d
Hi,
I'm trying to show progress text for a commit custom action. For deferred
custom actions I have a
ProgressText element with the Action value set to the name of the matching
custom action, and that
works fine. For commit custom actions, this text appears really briefly, and
then the inst
I've found DirectXSetupGetVersion(), so I'll write a custom action to call that.
Rob
On 25/07/2011 11:30, Rob Hamflett wrote:
> I saw in a post from way back in 2007 that WiX provides properties called
> DXMajorVersion and
> DXMinorVersion, but these don't seem to be
I saw in a post from way back in 2007 that WiX provides properties called
DXMajorVersion and
DXMinorVersion, but these don't seem to be around anymore (at least, not in
3.5.2519.0). The
WixDirectXExtension only seems to have properties for getting the pixel shader
and vertex shader
versions
inistration privileges (Once by
> burn and once by the app). So I assume that the UI is running without
> elevation. Is it possible to tell burn to run the application from
> within the elevated process?
>
> Michael
>
> Am 05.07.2011 12:51, schrieb Rob Hamflett:
>> If you run a
If you run a process that requires admin privileges then it will prompt, unless
you run it from a
process that is already elevated. If Burn is elevated then you'll be fine,
otherwise you'll get the
prompt.
Rob
On 05/07/2011 11:30, Michael Stoll wrote:
> Hi,
>
> I want to start an application
get; }
> public PackageState State { get; }
> }
>
> It is this PackageState I am talking about; it doesn't get set to what we
> expect, as I mentioned in my first mail.
>
> Best regards
>
> ALEXANDER K. SCHRØDER
>
> -Original Message-
If you were using native code, then you'd want MsiEnumRelatedProducts(). A
Google search provides a
bunch of links with info on how to call it from C#. I don't know if you're
using C# or VB, but a
bit of searching around that function name should get you there.
Rob
On 04/07/2011 09:52, Alex
deleted manually after the installation.
> So, when launching the installer for uninstallation, the installer couldn't
> find that inf.
>
> 2011/7/4 Rob Hamflett
>
>> You could schedule it before the RemoveFiles action.
>>
>> Rob
>>
>> On 04/07/2011 08:5
You could schedule it before the RemoveFiles action.
Rob
On 04/07/2011 08:56, Yuk Hei Pang wrote:
> Hi, I am currently having a msi created with wix 3.5 to install a driver
> package along with an application.
> The following custom action is used for uninstalling the driver package.
>
>
On 01/07/2011 15:38, Albert van Peppen wrote:
> It's easy; just add another spamrule in your mail read app :)
I'm using the newsgroup.
Rob
--
All of the data generated in your IT infrastructure is seriously valuable.
Wh
Thanks,
Rob
On 01/07/2011 15:22, Rob Mensching wrote:
> If this continues over the long weekend, I will.
>
> 2011/7/1 Rob Hamflett
>
>> If we're going to get a whole flood of these for the next month, can
>> someone with admin access
>> please remove Abdoulaye
Sorry for the re-post, but I saw my original come through with the matching
subject line, and
figured whoever's in charge might just auto-delete it.
If we're going to get a whole flood of these for the next month, can someone
with admin access
please remove Abdoulaye from the list (and possible
If we're going to get a whole flood of these for the next month, can someone
with admin access
please remove Abdoulaye from the list (and possible remove the current posts
from the newsgroup)?
No offence to Abdoulaye, but I've had 35 of these already, and it's only
10:25am on the first day of
On 30/06/2011 18:01, David Watson wrote:
> Its also worth noting that Microsoft say it is bad form to actually write to
> HKCR directly (its behaviour depends on the environment) so for per machine
> installs you should install to HKLM\Software\Classes and
> HKCU\Software\Classes for per user insta
I don't think the 2826 error is the real problem. It's more of a warning about
your dialog layout.
I get that error in my logs too. What does Windows Installer quote as the
error in the error
dialog, or is there something else reported later on in the log?
The issue with your original cust
use a few of these actions in a repair situation. What condition
> should I use in that case?
>
> Thanks!
>
> Brad
>
>
> -Original Message-
> From: Rob Hamflett [mailto:r...@snsys.com]
> Sent: Tuesday, May 24, 2011 3:21 AM
> To: wix-users@lists.sourcefor
Just to let you know if you didn't, but that condition will mean your Custom
Action won't run during
a repair, in case it's important.
Rob
On 23/05/2011 20:44, Bradley Ward wrote:
> OK, I figured my particular case out.
>
> The condition you want to use is simply "NOT Installed".
>
> Example:
>
Out of interest, does anyone know what the forums are supposed to be for
Windows Installer stuff?
There used to be two newsgroups, but then Microsoft decided to convert
everything to forums. Posts
went round saying the newsgroups were going to be discontinued, and that
details about a replace
The email list is mirrored in a news group, which I find much easier to use.
server name: news.gmane.org
port: 119
group: gmane.comp.windows.devel.wix.user
Rob
On 18/05/2011 16:59, john.bu...@telvent.com wrote:
> Just curious. I find forums easier to use. :o) And SourceForge has a
> forums feat
Orca can open .msm files as well as .msi files. Take a look at the File table
and it's version column.
Rob
On 18/05/2011 16:39, Brad Lemings wrote:
> Moving to the latest runtime version means a couple days work
> rebuilding/redistributing our 3rd-party tools. That's about the only reason.
>
I'd definitely include the policy modules. I took them out after reading the
referenced comment in
the WiX doc, and then a Visual Studio update broke our installation. Visual
Studio was building
against one version of the runtime and the merge modules were distributing
another. Re-adding th
Comments inline.
Rob
On 16/05/2011 18:22, Sylou wrote:
> Hello everyone,
>
> I'm new to WIX. Yes another
>
>
>
> OK, I have a Modular Client-Server Application to
> Install.
>
> I could have 3 type of installation:
>
> 1- Client
>
> 2- Server
>
> 3- Client and Server on the same co
The limited functionality in the
rollback mechanism of DIFx
does not support that."
So it looks like there isn't going to be a fix for this.
Rob
On 11/03/2011 14:00, Rob Hamflett wrote:
> I appear to be looking at the same problem. I was able to reproduce it by
> hitting '
e that feature request was
> filed discussing issues that were reportedly fixed in the newer DifxApp
> builds, so it may be worth your while to upgrade to 3.5.
>
> Blair
>
> -Original Message-
> From: Rob Hamflett [mailto:r...@snsys.com]
> Sent: Thursday, April 2
w error. What
> MSI version or OS is the customer on?
>
> Phil Wilson
>
> -Original Message-
> From: Rob Hamflett [mailto:r...@snsys.com]
> Sent: Thursday, April 21, 2011 3:34 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Error 2623
>
>
tedly fixed in the newer DifxApp
> builds, so it may be worth your while to upgrade to 3.5.
>
> Blair
>
> -Original Message-
> From: Rob Hamflett [mailto:r...@snsys.com]
> Sent: Thursday, April 21, 2011 5:32 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-u
Is there anywhere that lists what version of Difx is in which versions of WiX.
I've been having
some trouble with it lately and have been wondering if there's anything changed
in the newer
versions of WiX. Still on 3.0.4805.0 with no real reason to upgrade, but an
improved Difx
implementati
A customer has reported an incident where a DLL did not get updated after an
installation. The log
shows that the file was in use and that a Pending File Rename was requested on
the next reboot. The
customer says they rebooted when prompted, but the DLL was still at the old
version. Does an
A customer reported an entry in their Windows Event log which has the text:
"The installer has encountered an unexpected error installing this package.
This may indicate a
problem with this package. The error code is 2623. The arguments are: , ,"
As far as I can tell that's not a Windows Install
On 11/04/2011 21:41, Wilson, Phil wrote:
> You could try sequencing RemoveExistingProducts before CostInitialize.
We used to do this and were fine for several years but then msiexec.exe started
crashing on a number
of machines. I had to change everything to use the REINSTALLMODE method.
Rob
-
to add the option into that Dialog because I only refer
> that Dialog to my wxs but cannot modify the definition.
>
>
>
>
> If that has lots of work to do, I will leave it as it is.
>
> Thank all of you for your kindly helps!
>
> Sunny
>
> 2011/4/1 Rob Hamfle
t; I put down the log it says the "Qt Assistant" holds some Qt dll from my
> install folder. That's strange!
>
> Info 1603. The file C:\MyApplicationFolder\phonon4.dll is being held in use
> by the following process: Name: assistant, Id: 6820, Window Title: '(n
work if you terminate the process. There is still
>> the
>>> Files In Use dialog as a second line of defence too (although I have once
>>> seen a user ignore that and expect an uninstall to work without
>> rebooting).
>>>
>>> -Original Message
Can CloseApplication kill processes though? It doesn't look like it can. If
you need to forcibly
kill something you might need a custom action to run taskkill or some custom
code that does the job.
Rob
On 31/03/2011 09:45, Peter Shirtcliffe wrote:
> Look at the CloseApplication element in th
ing Blog
> Have a hot tip, know a secret or read a really good thread that deserves
> attention? E-Mail Me
>
>
>
> - Original Message
> From: Rob Hamflett
> To: wix-users@lists.sourceforge.net
> Sent: Fri, March 25, 2011 12:17:31 PM
> Subject: [WiX-users] Cond
Is there a way to set a condition on a ServiceControl entry? Like having a
service start after a
repair but not on the initial installation? Would this best be handled with
separate ServiceControl
entries in separate components, with conditions on the components?
Thanks,
Rob
--
eck I spent some days on that
> issue...
>
> Regards
> Tobias
>
>
>
> 2011/3/24 Rob Hamflett:
>> I'm seeing an occasional issue using DifxApp, which a log reports as:
>>
>> DIFXAPP: INFO: ENTER UpdateDriverForPlugAndPlayDevices...
>> DIFXAPP: ERROR:
I'm seeing an occasional issue using DifxApp, which a log reports as:
DIFXAPP: INFO: ENTER UpdateDriverForPlugAndPlayDevices...
DIFXAPP: ERROR: RETURN UpdateDriverForPlugAndPlayDevices. (Error code 0x3FD:
Cannot create a stable
subkey under a volatile parent key.)
DIFXAPP: ERROR: Installatio
In earlier versions of Windows Installer, the Files In Use dialog wouldn't be
shown if WI couldn't
find a window associated with the file/app. I think the theory went that it's
confusing to ask the
user to close a program they can't see running. This can be a problem if you
have any programs
You also probably shouldn't refer to the Program Files folder by name, because
it might not be
called that (especially on a non-English OS). It's better to use the
ProgramFilesFolder and
ProgramFiles64Folder properties. You can use these as the Id for a Directory
element.
Rob
On 14/03/2011
Depending on what exactly is broken you might be able to get things into a
working state again just
by running a repair first.
Rob
On 12/03/2011 13:06, Jammer wrote:
> Hi Michael,
>
> I've managed to get it fix with msizap.exe ... scary tool ...
>
> Thanks,
>
> Jammer
>
> On 12/03/2011 12:47, M
I appear to be looking at the same problem. I was able to reproduce it by
hitting 'cancel' near the
end of an uninstall and letting it rollback. After that uninstallation failed.
Performing a repair
fixed things. Did you email the difx team at the email address Quinton
suggested, and if so
Use a directory with an Id of 3RDPARTYPROGRAM_PATH. When the property with the
same name gets
updated so will the directory path.
Rob
On 04/03/2011 22:10, Mr Dimitri Klyachko wrote:
> I have a task to add a file to a directory that appears after the 3rd party
> software has been installed.
>
Create the default directory structure as you normally would in WiX and set the
id of the
configurable directory to 'installpath'. When the user overrides installpath
on the command line,
it will change that directory to point at the new path.
Rob
On 11/02/2011 04:11, Rohit Ghule wrote:
> Hi
Use Directory@Id="ProgramFiles64Folder" and Package@Platform="x64".
Other pre-defined folders are listed here:
http://msdn.microsoft.com/en-us/library/aa370905%28VS.85%29.aspx#system_folder_properties
Rob
On 21/01/2011 15:32, Manoj Jangid wrote:
> Hi
>
> I am trying to build a installer for 64bi
So I finally got this working and thought I'd best post the reply here for
other people having the
same issue. Specifically, the dirver I'm installing is a file system driver.
Here's my INF file:
-- START OF FILE
---
; Copyright
On 21/12/2010 07:12, Neil Sleightholm wrote:
> For more details about this take a look here
> http://www.joyofsetup.com/2010/10/09/experimental-results-part-ii/
>
> So far the result seem to indicate the not waiting for CostingComplete
> doesn't have any effect.
I can't say I agree with that. I w
The FindRelatedProducts action updates the property used in the Upgrade table
with the product codes
of the products it finds. You could try adding your Product code to the same
property, although I
don't know what happens if the product doesn't exist. You might need to use a
custom action t
1 - 100 of 533 matches
Mail list logo