2015-02-06 9:15 GMT-03:00 Balaji R :
> We are using managed bootstrapper application for our installation, at some
> times installation doesn't progress at all. While checking the installation
> log from %temp% folder, it seems that after DetectComplete() state nothing
> progresses. After DetectCom
If you need an urgent answer, contact FireGiant (for $$$). Otherwise,
this is a community mailing list. You'll get an answer when and if
someone has the time to read the message, knows the answer, etc. You
barely waited a day.
--
Nicolás
2015-01-23 15:39 GMT-03:00 Igor Furman :
> I'm sorry, I'm
2014-12-04 4:26 GMT-03:00 Valery Portnyagin :
> On 12/02/2014 10:15 PM, Phil Wilson wrote:
>> If you're saying that two MSI products are incompatible and you want
>> to make sure that a product cannot be installed if another one is
>> already installed then some choices are:
>>
>> You use Upgrade a
2014-11-27 23:55 GMT-03:00 Bob Arnson :
> On 26-Nov-14 23:45, Nicolás Alvarez wrote:
>> I'm not sure how to handle rollback. Suppose A.msi is already
>> installed, I install B.msi, the update-index CA runs, and for some
>> reason installation fails and rolls back. The co
My installer was simple so far, with only files to install. It has
come the time where I may need to introduce custom actions, to
generate a plugin cache/index at install time. I'm switching between
WiX documentation and MSDN and blog posts and feeling a bit lost about
CAs.
Background:
The index u
Lua patching?
--
Nicolás
2014-11-21 11:50 GMT-03:00 Hoover, Jacob :
> It's only a few lines in your wixproj, and it gives you Lua patching and
> the certainty that the payload hasn't been altered.
>
> > On Nov 20, 2014, at 9:14 PM, "zoo ob1" wrote:
> >
> > Anyone have pointer to good article e
2014-11-21 0:10 GMT-03:00 zoo ob1 :
> Is or has wix toolset moved to use of a truly open source [ /
> http://www.apache.org/licenses/ ] style license so that any company can
> use
> it for their internal lob app work and/or apps that get sold to customers?
>
>
>
> I ask because I thought I recall
If I have a single .msi that installs files and an advertised start
menu shortcut, and some files become damaged or missing, launching the
start menu shortcut will repair the relevant feature(s) and launch the
application anyway.
But let's say I have a Burn bundle with two .msi's, one with require
2014-10-03 12:04 GMT-03:00 vorsichtdiekurve :
> No, they are being uninstalled using the managed bootstrapper GUI. I have
> options to modify the installed packages (which simply installs/uninstalls
> depending on what the client desires) or uninstall (which is done by setting
> in code that all pa
Or that you have the MSI open in Orca while trying to install it :)
--
Nicolás
2014-10-13 12:16 GMT-03:00 Phil Wilson :
> Error 1619 is "This installation package could not be opened. Verify
> that the package exists and is accessible, or contact the application
> vendor to verify that this is a
2014-10-09 11:44 GMT-03:00 Brian Enderle :
> I have created an MSI that uses WixUI_InstallDir option to display the
> install path and a license file. Running the MSI correctly displays the
> install path screen and the license screen.
>
> I am now wanting to include this MSI in a bootstrapper pro
2014-10-02 16:57 GMT-03:00 Pavan Konduru :
> Hi,
>
> I have used conditional component install this way, which works for me when I
> don't want to install a file in some situations:
>
>
> KEY_FOUND
>
>
>
> Can the same be done for a directory? I want a directory created only a
> pa
2014-09-29 20:42 GMT-03:00 Christopher Fraser :
> Does anyone have any thoughts or suggestions? A cut down version of my .wxs
> project is attached.
Attachments don't make it to the mailing list. Upload your .wxs to a
pastebin or some file sharing service and post a link.
--
Nicolás
---
If I write this:
Is the File automatically marked as a KeyPath because of being the
only file in the component?
--
Nicolás
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compli
2014-09-25 11:49 GMT-03:00 newuser2014 :
> Hi,
> I have the Product id as follows:
>
> And I have added the following:
>
>
>
> This seems to just overwrite the previous version and not uninstall it.
> After installation of the newer version, I went into Add/Remove Programs
> and saw that
2014-09-24 23:28 GMT-03:00 Sascha Sertel :
> Hello there,
>
> after some googling around I couldn't find a good match for this question,
> so let me start a new thread.
>
> What I would like to have is a bundle with embedded (= compressed) MSI
> packages inside, but then have my custom managed boot
out
> yourself from paths like C:\Users\\AppData\Local\Package Cache
> C:\Users\\AppData\Local\Temp
> C:\Config,msi
>
> Paths will be different on XP obviously, but you know what I mean. There are
> also package cache locations under C:\Windows, you can see in the log file
>
n the same situation and couldn't
> uninstall. As long as you have your product GUID MsiZap can clean up
> everything left behind so you can start off fresh.
>
> I usually call MsiZap like this:
>
> MsiZap.exe T! {}
>
> Hope it helps!
>
> // Sascha
>
&g
Hi,
I was experimenting with a custom BA, and I installed my bundle with
it. Now I can't uninstall it because my simplistic BA has no way to
plan uninstallation.
I can't just build a new bundle with the wixstdba because it would
have a new bundle ID, so it offers me to install again, not to
unins
2014-09-05 17:15 GMT-03:00 :
> I've gotten hold of a Windows 7 x64 VM and tried installing, uninstalling,
> repairing a few dinky products we have built installers for over the last
> while. Even added a new one with a large (100 megabytes uncompressed)
> payload. Tried with and without UAC for
2014-08-26 10:52 GMT-03:00 :
> Is there some way that's not documented to make the exe wait until the Burn
> engine and BA are finished? I've scoured the Internet and haven't even seen
> anyone mention that this is an issue for them. My next move is to dig into
> the Burn source code. Based
I have decided that my "common dependencies" .msi in my bundles is too
large and monolithic, and should be split into two or maybe three
packages.
Can I just create new packages with new product and upgrade codes, and
make the bundle use those instead? If all works well, upgrading the
bundle will
Currently I'm using explicit GUIDs for all my components (except
harvested ones). It would make my code much simpler if I used Id="*"
and let WiX auto-generate them. The documentation says the generated
GUIDs are "stable", but I feel like I would trust them better if I
understood how they are gener
2014-08-12 11:53 GMT+02:00 kpanilkumarmca :
> Hi,
> I got a requirement to disable/bypass UAC prompt. Is it possible do that for
> an MSI which will copy files to program files, adds a registry entry, create
> apppool and website???
>
> I dont want to do anything in OS level to disable UAC.
>
> Let
2014-08-07 8:43 GMT+01:00 Weissbecker.j :
>
> Is it possible to use the git hash as last part of the version tag?
>
> I want to use "x.x.x.$hex" but only integer are allowed.
>
> Thanks for your help.
>
>
No, you can only use decimal numbers from 0 to 65535 in each component of
the version.
--
Ni
2014-07-11 8:57 GMT-03:00 TimM :
> My condition is:
>
>
> Again we are still at WiX 3.7 so will not be able to look at the 3.8
> functionality until we move to that version in our build environment.
>
> I have not yet looks into the registry keys, but I guess that I should if we
> support 4.5, but
2014-07-07 7:25 GMT-03:00 David Welton :
> Dear WiX users,
>
> I am getting an "Error 1723. There is a problem with this Windows
> Installer package. A DLL required for this install to complete could not
> be run. Contact your support personnel or package vendor" when I try and
> run a custom actio
As far as I know that's only true for MSI product versions, not for
bootstrapper versions.
--
Nicolas
2014-07-07 12:20 GMT-03:00 John Cooper :
> The fourth quad is ignored, which means the versions are effectively the same
> generating the behavior you're experiencing. Only the first three qua
Dedicated support for the WiX toolset |
> http://www.firegiant.com/
>
> -Original Message-
> From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
> Sent: Friday, July 4, 2014 8:40 PM
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX
2014-07-05 12:18 GMT-03:00 Phill Hogland :
> In Chrome, when I put the URI to the atom feed into the
> validator.w3.org/feed site, it reports:
> "It looks like this is a web page, not a feed. I looked for a feed
> associated with this page, but couldn't find one. Please enter the address
> of your
I have a Burn bundle with three MSI packages. The deps package has 100
files adding up to 70MB (uncompressed; the compressed size is 20MB).
The icons package has 6848 tiny files(!) adding up to 35MB. The
application package has merely 10 files adding up to 4MB. The bundle
is using the standard BA.
How do I make heat output !(bindpath.foo) variables in the
File/@Source attributes?
No matter what I try, I get $(bindpath.foo). I only get !() if I use a
variable that starts with "wix." like "-var wix.foo". The -wixvar
option (documented as "generate binder variables instead of
preprocessor vari
2014-07-02 0:10 GMT-03:00 Nicolás Alvarez :
> I have some plugin DLLs, and for each plugin, there's an XML file
> describing its IPC interface and an .ini file describing the plugin
> configuration and location (required for the app to load the plugin).
>
> Should I create
I have some plugin DLLs, and for each plugin, there's an XML file
describing its IPC interface and an .ini file describing the plugin
configuration and location (required for the app to load the plugin).
Should I create three components? Or should they be in the same
component since the .ini file
2014-06-15 14:36 GMT-03:00 Moyer, Andy :
> What I need help with is, how can I make an .msi or .exe that bundles up all
> the files shown in the attached screen shot
Attached files don't reach the mailing list. Please upload the
screenshot to an image-sharing website and post the link instead.
Do you have any reference / documentation link about this?
--
Nicolás
2014-06-04 11:53 GMT-03:00 Carter Young :
> IIRC, OCX Controls were only supported from Windows 95 up to XP,
> during the Lifespan of VB4 - VB6. They are no longer supported in
> Windows Versions past XP. You'll need to upgr
2014-05-27 1:54 GMT-03:00 Namrata Kumari :
>
>
>
> http://schemas.microsoft.com/wix/2006/wi";
> xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension";
> xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension";
> xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
>
2014-01-31 Jeremy :
> For the record and anyone curious, It seems to be XmlFile not liking
> something about the xmlns in the nlog tag, somehow that's preventing it
> from parsing the other elements.
>
> i.e. with a plain in the app.config, those Util:XmlFile's work
> great. But these in app.confi
Can somebody else confirm this can happen? Upgraded in-use files
disappearing on reboot sounds like something so serious that Windows
Installer wouldn't have been released with such an issue. And
otherwise we would be hearing about it all the time.
--
Nicolas
2014-01-29 Scott Palmer :
> if the i
2014-01-29 Marek Mielcarek :
> Please take a look at this pseudo-code that represents my WiX xml:
>
>
>
>
>
>
>
> ...
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> My intention was to run/schedule CA1 only for Feature1 and CA2 for Feature2
> respectively. To
2014-01-29 Jack Sojourn :
> I have a project that builds 7 msi and then creates mst transform files for
> the non-English ones.
>
> I then have a burn bootstrapper that has one msipackage with
> displayinternalui=true.
>
> however I need to get rid of the custom burn ui so that only the msi ui is
>
2014-01-27 Walter Dexter :
> Got it!
>
> I haven't worked out all the details but changing the MSIRMSHUTDOWN
> property to "0" makes it do what I wanted. Note that in this case the .exe
> files that I want to keep running aren't actually being modified. Our
> deployment folks just don't like to dea
"Permanent" would make it stay after an uninstall too, which is
probably not wanted.
--
Nicolás
2014/1/23 Jeremiahf :
>
>
>
>
> On Thu, Jan 23, 2014 at 9:47 AM, C B wrote:
>
>> During an installation or major upgrade, if a user has pinned the
>> application to their task bar, then after the i
2014/1/15 Ruth Lu :
> Hi,
> I got a problem during uninstall:
>
> Our COM project (build by install shield) and WIX project shared some common
> files.
> In WIX, during uninstall, I want to check if our COM project is installed
> or not through registry.
>
> If COM project is installed, I don’t wa
2014/1/14 Suvrajyoti Panda :
> Hi All,
>
> I want to create an installer in WIX that has spaces in its name something as
> shown below:
>
> light -out C:\Pipeline Scheduler Tortoise.msi C:\TortInstall.wixobj
> C:\db.wixobj
>
> How can i achieve the same? Please help on this if any body has encount
You just forwarded your mailman password to the mailing list. You may want
to change it...
El lunes, 6 de enero de 2014, escribió:
> Hi My mail ID : venkata.chintalap...@cognizant.com
>
> Thanks,
> Kiran
>
> -Original Message-
> From: wix-users-requ...@lists.sourceforge.net [mailto:
> wi
Could it be this problem?
http://sourceforge.net/p/wix/bugs/2677/
--
Nicolás
2014/1/6 Goran Malovic :
> Here is the link. This problem has been reported by a client, so I installed
> Dutch OS system in virtual box, and I receive the same exception. Since this
> is new installation, everything
2014/1/2 Dave Andersen :
> Hello WiX users,
>
> I tried sending this message via Nabble earlier, but I sent it to the wrong
> group and later tried to "move" it, but I think it just dropped into the
> void. Apologies if this is a duplicate message.
>
> I am developing a custom burn bootstrapper app
El viernes, 20 de diciembre de 2013, escribió:
> Hello,
>
> I have a custom action that moves some deprecated files from an
> old install to a temp directory during a major upgrade and I have another
> custom action to move them back that runs only during roll back. I am
> having trouble a
El jueves, 2 de enero de 2014, Ravishankar escribió:
> Hi,
> I have build a msi with 6000+ files(out of which 4500 dll files).
> When i extract using Heat.exe nearly 600,000+ lines of code are
> generated and including all these LoC in one single wxs file is not
> possible, it is throwing 'Out Of
2013/12/20 Gerry Reno :
> On 12/20/2013 01:20 PM, David Connet wrote:
>>> From: Gerry Reno
>>> To: wix-users@lists.sourceforge.net
>>> Cc:
>>> Sent: Friday, December 20, 2013 10:03 AM
>>> Subject: Re: [WiX-users] ExeCommand will not accept any path with spaces
>>>
>>> On 12/20/2013 12:49 PM, Edwin
Why are you reposting your question after merely 2 hours? This is free
volunteer support, have some patience.
--
Nicolás
2013/12/17 Shyam Kannam :
> Could someone help me on this? Does WiX allows to write registry entries to
> HKLM? Even it is mentioned as a per machine scope, it ignores it.
Does he extra slash cause you actual trouble? Does it bother you enough to
justify a custom action?
El lunes, 16 de diciembre de 2013, Suvrajyoti Panda escribió:
> Thanks for the solution Blair. Would try this.
>
> Regards,
> SuvraJyoti
> On 15-12-2013 16:24, Blair Murri wrote:
> > Only with a cu
2013/12/13 Markus Ewald :
> Hi!
>
> I'm trying to add a second start menu shortcut to my installer, but it
> just doesn't add the second shortcut. I can't find any message
> indicating why in msiexec's install log either.
>
>
>
>
>
> Id="ApplicationStartMenuShortcu
But that would need a bundle, since running vc_redist.exe as a custom
action is crazy. Can't you just install the CRT DLLs in the same
directory as the executables?
--
Nicolas
2013/12/12 Phil Wilson :
> You'd need to use the vc_redist exe and install that first. That merge
> module has an explic
2013/12/11 Dave Williamson, Clear Sky Software :
> My brain is twisted and can't seem to get the condition logic right.
>
> 1. If the Product has not been installed on the machine then the
> condition should set Level to 1.
>
> 2. If the Product has been installed but the HAVELS2208 reg
See the email subject :)
--
Nicolás
2013/12/9 Rob Mensching :
> Which issue are you talking about?
>
> -Original Message-
> From: Tunney, Stephen [mailto:stephen.tun...@nuance.com]
> Sent: Monday, December 9, 2013 11:43 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [W
El viernes, 6 de diciembre de 2013, Dave Williamson, Clear Sky Software
escribió:
> Very noticeable size reduction for the same MSI built in 3.8.1128.0
> compared
> to 2.0.5805.0. 26 MB went to 15 MB. Nice benefit. Good job.
>
Check your MSI contents carefully, such a large difference could me
If multiple products install the same component in the same folder, the
component is reference-counted, and it is removed when all the products
having that component are uninstalled. This is one of the main features of
Windows Installer and the reason for most of the "component rules".
El viernes,
El viernes, 6 de diciembre de 2013, Smagin Alexander escribió:
>
> I do not want make a Major update due to it's difficult for end users.
> it's necessary to uninstall previous version and then install new one. I
> would want to run one file without special command line that make change
> only one
I did some tests on multiple ways to handle shortcuts a few months ago:
http://sourceforge.net/mailarchive/message.php?msg_id=31481614
I didn't really get any "authoritative" answer on whether my findings
are correct or what option is better, though.
--
Nicolás
"Leave it to Microsoft to make com
2013/12/5 Dave Williamson, Clear Sky Software :
>
>
>
>
>
> With the above directory structure the WixUI_FeatureTree is showing a
> Location of "C:\" on the feature selection dialog shown just after accepting
> the license agreement. We would expect the location to be C:
2013/12/2 dileep s :
> On Mon, Dec 2, 2013 at 1:21 PM, Blair Murri wrote:
>> I was referring to the code in SampleDLL.dll. I assume you are not
>> creating your UI in DllMain(). There is a method that you export where your
>> UI is created that Burn calls.
>
> Hi Blair,
>
> The following code is i
Did you ever report it in the bug tracker?
El sábado, 30 de noviembre de 2013, Jens Teutenberg escribió:
> The bug still exists in the released new version 3.8!
>
> -Ursprüngliche Nachricht-
> From: Rob Mensching
> Sent: Friday, October 18, 2013 6:36 PM
> To: General discussion about the
The tutorial was written before Burn even existed, how would it help?
--
Nicolás
2013/11/28 Steven Ogilvie :
> Classification: Public
> Look at the WIX tutorial: http://wix.tramontana.co.hu/tutorial/localization
>
>
> -Original Message-
> From: nianderneves [mailto:niander.ne...@gmail.co
2013/11/28 Rob Mensching :
> WiX v3.8 released: http://wixtoolset.org/releases/v3.8/stable
>
> Read more about it here:
> http://robmensching.com/blog/posts/2013/11/28/wix-v3.8-released
>
> A big thank you to all the new contributors that helped make this the best
> release of the WiX toolset yet
2013/11/25 wixtester :
> If separate components are created for each feature, the registryValue gets
> removed when any one feature is uninstalled.
> Instead, I want the registry entry to stay if either feature is installed on
> the system. The registry entry should be removed only when both the fe
2013/11/22 wixtester :
> Thanks for the suggestion.
> Putting KeyPath to the registry element didnot make any difference. It still
> gets removed.
> Is SharedDllRefCount="yes" correct attribute for a component that has a
> shared registry entry?
>
> thanks.
That attribute is only necessary when yo
2013/11/22 wixtester :
> Hi,
>
> How do I reference count a registry component to use it between 2
> features? I have a feature named Agent that is shared by two other features,
> say, Auth and Bridge. Agent feature has a component that writes to registry.
> When I remove Auth or Bridge feature,
ng malicious.
>
>
> From: "Rob Mensching"
> Sent: Tuesday, November 19, 2013 9:01 PM
> To: "General discussion about the WiX toolset."
>
> Subject: Re: [WiX-users] Microsoft Reciprocal License explaination
>
> http
2013/11/19 Joe Dimagio :
> Hey everyone,
>
> I'm doing some research to see if WiX is right for my corporation to use.
>
> Reading the MS RL, it looks like if I distribute my product using WiX, I
> need to include my source files including the wxs, wxl, wxi, wixproj, as
> well as my own product's s
2013/11/7 Nick Ramirez :
> You might have to save the users's choice (Machine or User) somewhere and
> feed it back in as a command line arg upon uninstall.
>
>
>
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Dual-purpose-package-won-t-uninsta
I'm referring to. Because of third party
> dll's, I need this to be x86, which is the problem. Between my 2 installers,
> one works and the other creates a Any CPU forms.exe, which fails because of
> the third party dlls.
>
> -Original Message-
> From: Nicol
Are you using a bootstrapper like Burn and referring to the installer
.exe, or are you referring to an .exe file your installer installs?
--
Nicolás
2013/11/7 Robert Clancy :
> I have 2 distinct Wix XML Installer projects in the solution. The solution
> build configuration determines which is b
2013/11/4 Christopher Painter :
> I did see that either would build if I was consistent. Is one or the other
> more correct? In other words, are there any tutorials or code samples out
> there that people might be copying and pasting that I would want to match
> prefix case with? ( I know plen
2013/10/31 Christopher Painter :
> One of my sreens in ISWIX is the "Namespace" designer. It's a simple grid
> with checkboxes that display extension prefixes and target namespaces. I
> created this to make it easier to add references to things like the util
> namespace without looking it up all
2013/11/1 Phil Wilson :
> If there's a way to avoid using PATH, try to find it and use it. There are
> always issues with that, not only install and uninstall but corruption,
> files and Dlls being picked up from the wrong directory and so on.
I concur.
I had problems during development with an
The progress should be shown in the Burn UI, not in a separate window
that may even look different for each sub-package.
Remember Burn is designed to provide a "single progress bar experience".
--
Nicolas
2013/11/1 Alexey Larsky-RUS :
> When I like to show overall progress for each msi. Some of
2013/10/26 Tunney, Stephen :
> 2013/10/26 Nicolás Alvarez [nicolas.alva...@gmail.com]>:
>> 2013/10/26 Tunney, Stephen :
>>> I get errors now in my pyro call stating that the PatchBaseline I've
>>> selected does not have any changes, but I know for a
>>&
2013/11/1 Bas Graaf :
> Hi,
>
> I'd like to enable our partners to simply add a few files to our installer
> package (an msi) before they deliver it to their customers (e.g., to add
> third-party plugins, certificates, and various other configuration files).
> So far, I've been prototyping a si
2013/10/30 Christopher Painter :
>
>
> And a rollback CA and a commit CA and. :)If that works for you,
> fine. I won't call it a 'bad thing'.We all have to do dirty things now
> and then, don't we? :)
>
> My personal favoring is setting the installdir to C:\Progra~1\ grin.
That's
2013/10/30 Christopher Painter :
> One approach would be that 1.1 is a web download installer that contains
> all 25 packages but will only download 5 of them. I'm not sure if "Big"
> product will buy into this or not though.
As far as I know, shipping packages in the bundle vs downloading them
2013/10/28 victorwhiskey :
>Path="[EXPLORERPATH]"
> ProcessName="explorer.exe"/>
>
>
> AssignToProperty="no"
> Depth="0"
> Path="[Window
El martes, 29 de octubre de 2013, Александр Смагин escribió:
> Hello,
> I'm sorry for my stupid question. Can anyone tell me is there a GUI
> (graphic user interface) tool to visualize wxs script, or all content is
> written by hands?
>
> I found WixEdit editor but it craches on my Win 8.1.
>
Wha
2013/10/26 Tunney, Stephen :
> Hello All,
>
> I've got a rather large project that involves a set of wixlib projects that
> are referenced by 8 different products. These different wixlibs all use
> various cab files defined in a wxi file globally.
>
> Now I'm in the throes of generating my patc
The key file is usually the one you explicitly mark as keyfile :) I
didn't even know it was possible to leave the KeyFile attribute out.
Seems if you don't have a KeyFile attribute, it picks the first file
in the component.
--
Nicolás
2013/10/22 Hans ter Horst :
> And the keyfile would be the fi
2013/10/21 Edmondo Porcu :
> How can I see what have gone wrong during setup? I have been reading these
> should be the correct log, I have attached them here...
You can't post attachments to this mailing list.
--
Nicolás
2013/10/20 Jens Teutenberg :
> We deliver our customers a DeveloperKit.
> The customer makes his modifications, builds the application and creates a
> setup.
> At the moment we are using a pre-configured setup based on install4j.
> Because some customers want to have a MSI setup we want to change
2013/10/15 Walter Dexter :
> some of my actions are things like "create user escschd as an administrator,
http://wixtoolset.org/documentation/manual/v3/xsd/util/user.html
> then create six scheduled tasks to be run by escschd"
You'll probably need a custom action for that, but "done properly"
(t
It will also get you (rightfully) ridiculed in blogs:
http://blogs.msdn.com/b/robmen/archive/2006/02/01/521809.aspx
--
Nicolás
2013/10/14 Christopher Painter :
> IMO it's crazy. You have to ask yourself WHY Windows Installer is the
> corporate standard in the first place. MSI is transactional
2013/10/10 dirt :
> (Product ID and UpgradeCode are static, the Version (revision) is
> incremented on each build.)
That's the definition of a minor upgrade.
If you want a major upgrade, you have to change product ID (ProductCode) too
--
Nicolás
2013/10/10 Walter Dexter :
> It was my understanding that putting full path into Name wouldn't work.
> Everything I found online said what I did is the way to do it.
>
> I had a similar thought about an hour ago while driving about c_drive not
> getting redefined properly for the uninstall and will
Your CA_SetCDrive is not being run during uninstallation. You'll
notice the uninstall log refers to C:\CDrive\ all over the place.
I don't understand why you need that custom action at all. Can't you
hardcode C:\ into the Name attribute?
--
Nicolás
2013/10/10 Walter Dexter :
> I posted this at
JPEG doesn't support transparency. Also, it's designed for
photograph-like pictures, so you'll likely get artifacts on things
like logos.
BMP can have transparency, but I don't know if MSI supports that
(before Windows 8 / Server 2012).
--
Nicolás
2013/10/9 Tunney, Stephen :
> JPG worked but no
That *is* a bootstrapper. It's not what Burn does, but it's still a
bootstrapper.
I think the original question doesn't make any sense.
--
Nicolás
2013/10/9 Wesley Manning :
> Could also embed msi in a custom exe that calls the msi and closes?
>
> -Original Message-
> From: Phil Wilson
2013/10/9 ak m :
> 1. I have Setup.msi file
> 2. In the same location(where my Setup.msi is), i have two more files
> 'launch.exe', 'set.ini' files
>
> How to get the current directory of msi is running from?
> and then
> a) trigger 'launch.exe' file
> b) use 'set.ini' file?
>
> Note: 'launch.exe',
Microsoft says: "Using PowerShell 2.0 with .NET Framework 4.0 is not
supported. While it is possible to force PowerShell 2.0 to run with
.NET Framework 4.0 using various mechanisms such as creating a config
file for PowerShell or editing the registry, these mechanisms aren't
supported and can have
2013/10/8 StevenOgilvie :
> Hi guys,
>
> I am trying to install 1 file to 2 different locations by using 2 different
> directory elements, 2 different component elements and 2 different file
> elements.
>
> Before I do this I have a custom action that copies the
> powershell.exe.config to powershel
2013/10/8 ak m :
> 1. I have Setup.msi file
> 2. In the same location(where my Setup.msi is), i have two more files
> 'launch.exe', 'set.ini' files
>
> How to get the current directory of msi is running from?
> and then
> a) trigger 'launch.exe' file
> b) use 'set.ini' file?
>
> Note: 'launch.exe',
eting it
>> correctly. It sounds like option 5 is closest to ideal. Is that right? If
>> it sounds like the right answer, can you post an example showing how to
>> replicate it?
>>
>> --
>>
>> Charles
>>
>>
>> On Thursday, October 3,
1 - 100 of 129 matches
Mail list logo