Chad, Yan: Thanks a lot!
I do wonder how I could've found this myself though: Any help/reference that
I missed to check? Or is this knowledge that you can only get by looking at
the source?
Regards,
Ben
On Tue, Sep 29, 2009 at 9:08 PM, Yan Sklyarenko wrote:
> You should set SKIPCONFIGUREIIS pr
>> Any help/reference that I missed to check?
Just open your MSI package with Orca and you'll see the ConfigureIIs
custom action is conditioned with SKIPCONFIGUREIIS property. :-)
Also, this archive must have had related threads.
-- Yan
-Original Message-
From: Benjamin Podszun [mailto:be
Hi,
I am following a registry search condition. This condition is to check if
the SQL Server of version 9.00.4035.00 is installed at the time of
install/repair/change.
This works fine in windows XP Professional, i get this message when SQL
Server of version 9.00.4035.00 is not available
Hello Prabhakaran,
Does the Vista run as x64? Then it's possible that MSI checks for the 32-bit
registry key (Wow6432Node) instead of the 64-bit. To do that set @Win64=yes
in the RegistrySearch element.
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler
Hello again, still no progress on this I'm afraid, I have found ways to
add an event log source using wix 3.0, but nothing in wix 2... maybe
its' time i just bite the bullet and switched across to WIX 3
Simon
-Original Message-
From: Simon Topley
Sent: 28 September 2009 15:59
To: wix-use
Hi,
i am facing trouble after installation when i run the application (.exe) on
other computers. On my Own computer works fine. I am using WIX V3 and OS is
Windows XP Professional SP2. (installation working successfully).
i am getting the following error:
EventType : clr20r3 P1 : my-applicat
Hello,
I don't think this relates to the installer or WiX. Is .NET installed on the
target machine?
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com
-Original Mess
Hi,
yes .NET Framework 3.5 SP1 is our basic requirement and it is already
installed on target machine.
How to deal with this? Any Idea?
Best Regards and Thanks for quick reply
Adnan
Sebastian Brand (Instyler Software) wrote:
>
> Hello,
>
> I don't think this relates to the installer or WiX. I
I think, it's still something bigger than just a WiX issue...
Can you "manually" install the application on the without using an MSI/
WiX and does it work then?
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler Setup - Creating WiX-based MSI installat
Hi, all.
Can you help with a strange trouble.
I have few custom actions (calls for c++ functions in external dll), all
custom actions works fine on install, but neither on uninstall, thanks.
I have problems with custom actions: RemoveIISExtension and UnRegDocSource.
I tried running it before Remo
Hi all.
I'm trying to add major updates. (Actually I'm migrating our Wix config
from 2 to 3, and I can't see what I did to break major updates in the
process.)
I followed the tutorials and read the docs at (and many others)
http://www.tramontana.co.hu/wix/lesson4.php#4.1
http://wix.sourceforge.
I just tried to install it manually, it's not working manually.
Sebastian Brand (Instyler Software) wrote:
>
> I think, it's still something bigger than just a WiX issue...
>
> Can you "manually" install the application on the without using an MSI/
> WiX and does it work then?
>
>
> Best r
Incidentally, my Component Guids are all hard coded and constant.
Jonathan Hartley wrote:
> Hi all.
>
> I'm trying to add major updates. (Actually I'm migrating our Wix config
> from 2 to 3, and I can't see what I did to break major updates in the
> process.)
>
> I followed the tutorials and rea
> It does not remove the old version. It overwrites the old install, and after
> it is done, there is
only one item listed in 'Add or Remove Programs'.
I'm not sure I understand this. What do you mean by "it does not remove the
old version?" Because
you then say that it overwrites the old
Ah, good question. The version that ultimately ends up installed is
indeed the new version.
A moment reflecting on your response makes me think that maybe I have
confused myself by expecting to see some change to the UI during an
upgrade, as opposed to during a fresh install, and perhaps this i
Hi All,
I have a product that ships with several different databases - or
combinations thereof. I would like my installer to show all available
databases as features that the user can install - and those that didn't
get shipped should be greyed out.
I'm thinking of one main setup program
Hi I have this probably quite simple problem with my patching system due to
merge modules, but cannot find an answer anywhere. Between two versions of
my wix installer the merge module containing a load of dlls has changed.
Both versions of the installer work, however the patch I created to go fro
By manually, I mean without the installer (MSI). Until that does not
work, how could the installer work either? :)
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com
On 30
For UAC, deferred is the right thing to do, and running without impersonation
is also the right answer. Unless you have arranged to run the entire MSI
install elevated, running impersonated as Administrator really means "...but
with a limited user token", and immediate custom actions won't be e
Hi,
Does anybody have any reference about how to create a MSU file?
I get no luck by searching online. :(
Thanks
Lian
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event y
What is your OS?
Generally speaking custom actions that affect the state of the machine
should generally be "deferred" actions instead of "immediate" actions, as
those are part of the generated "installation" script and have access to
elevated privileges and can participate in rollback protections
In most UIs based on Windows Installer and as a matter of WI transactions,
major upgrades are simply installations that happen, as a side effect, to
remove previous version(s). If you are using Windows Installer's progress
bar, you may get one or two additional "passes" of the progress bar as the
o
Which files are the inputs to torch (admin-installed MSIs, wixpdbs, or
wixouts)?
-Original Message-
From: nearnick [mailto:n...@nearglobal.com]
Sent: Wednesday, September 30, 2009 9:12 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Merge Modules and Patching
Hi I have this
They'd be wixpdbs.
Blair-2 wrote:
>
> Which files are the inputs to torch (admin-installed MSIs, wixpdbs, or
> wixouts)?
>
> -Original Message-
> From: nearnick [mailto:n...@nearglobal.com]
> Sent: Wednesday, September 30, 2009 9:12 AM
> To: wix-users@lists.sourceforge.net
> Subject:
Why do you want to create an MSU file? That's not a Windows Installer
format. That's a Windows/Microsoft Update format that I don't believe
is heavily documented outside of Microsoft. That said, it is a CAB
file so you can use 7-zip or similar to extract the contents. However,
you can probably find
The target OS is Windows 2003 Server.
__
WBR, Polazhenko Sergey
> -Original Message-
> From: Blair [mailto:os...@live.com]
> Sent: Wednesday, September 30, 2009 7:52 PM
> To: 'General discussion for Windows Installer XML toolset.'
> Subject: Re: [WiX-users] do not e
Hey Nick,
I would look at Burn to help you accomplish some of your goals. You could
make an individual MSI for each database you are shipping. Compile those
individual MSIs into Burn and then use the search features of Burn to
determine which databases have already been installed via MSI searches
I've come across a slightly strange problem which hopefully someone may be
able to shed some light on. As part of my installation I create a couple of
shortcuts under the ProgramMenuFolder directory. Both shortcuts point to the
main executable; one has some additional parameters to invoke a confi
I'm developing multiple merge modules that share some data files in
common. I want to have the data files defined in a Fragment that each
merge module uses. For some reason, the files in my fragment doesn't
install, even though it builds with no error. If I add the fragment to
the main installer, i
I have a custom action that executes appcmd (the IIS 7 tool for metabase
modifications) and it needs to contain '[' and ']' in the command line.
The following custom action fails to compile with the square brackets:
If I remove the square brackets it executes but performs the wrong
As usual, forgive me for shameless advertising.
A new version of dotNetInstaller, 1.7 has been released. dotNetInstaller is a
general purpose setup bootstrapper. It's open source and is free. it's an
actively developed industry proven solution and it will do what you need it to
do while Burn is
First, I'm not intimately familiar with what you're doing, but have you tried
making use of the standard IIS custom actions to do what you want to do? See
wix.chm for the list of elements in the IIS extension - one of them may be able
to help you do this, and then you'll get install, uninstall,
Hi,
My installer adds Everyone user to a group using this VBscript:
set group=GetObject("WinNT://./remote desktop users")
group.add "WinNT://everyone"
Unfortunately, it does not work on non-en-us locale machines. I guess
"Everyone" need to be localized or I should use SID instea
Thanks Brant.
-Original Message-
From: Brant Gurganus [mailto:br...@gurganus.name]
Sent: Wednesday, September 30, 2009 10:09 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] how to create a MSU file?
Why do you want to create an MSU file? That's not a
Hi,
I have a custom action which need a reboot. If I do not ignore the return, my
installer will fail due to error 1603. But if I do ignore the return, it is
risky that this custom action fails due to other reason and the installer does
not rollback.
Is there a way to constraint this custom ac
Hello,
By design, is the wix project always in the same sln file as the
application project? That is how the wix online help guides through how
to create a setup, so when they are in a same sln, we can set the
dependency to let the application built first before build the wix
project. But is th
My guess is you need a somewhere in your
mymodule.wxs file to pull in the fragment in your Templates.wxs file.
What do you mean by " If I do the same thing to include them in my main
installer, it works
fine."? You change for and it works? Or what specifically
do you do?
-Original Message-
It can really be done any way you wish (assuming you are handy with msbuild
and a text editor), but the best "support" comes from within the same VS
solution, as you noted.
I'm not sure what you gain by having them be in separate solution files.
Care to elaborate?
-Original Message-
From:
This area is documented by the windows installer team in their blog as one
(of several) where EXE custom actions are deficient compared to DLL custom
actions. The "fix" is to use a DLL custom action that can spawn the EXE,
wait for its return, and "do the right thing" with the EXE's return status
W
With the complete per-language packages, you could also try using torch
instead of Orca to generate the transforms, then we could try replicating
the process to see what adjustments need to be made to make it work.
-Original Message-
From: Gareth [mailto:gmor...@serif.com]
Sent: Monday, S
Looking more closely, you may also have problems with repairs and upgrades
as well as removals.
OK, here is what I see (I will take your SIFilterServer feature as an
example, but the issue is the same across all of them):
You are asking for your installation action to happen if both of the
follow
Why does my patch become non-uninstallable when I add a
table to restart an existing service???
How do i still make is uninstallable??
-
Andy
MSI Developer
Schneider Electric:working:
--
View this message in context:
http://n2.nabble.com/Patch-doesn-t-uninstall-tp3747152p3747152.html
Sen
Can you tell us why you wanted to create a MSU file?
In most places where one would be able to use MSU (MDT and SCCM) there are
also possiblities to have msi or exe installations.
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler Setup - Creating WiX-bas
What happens when you try to uninstall the patch?
Best regards,
Sebastian Brand
Deployment consultant
E-Mail: sebast...@instyler.com
Instyler Setup - Creating WiX-based MSI installations, elegantly.
http://www.instyler.com
-Original Message-
From: Andy2k8 [mailto:appr...@gmail.com]
Hi Lian,
Our installer had a similar situation. The approach we went for was:
1) Create a custom action VBScript that runs early on in your installer to do
the following:
- Look up the localized names of the accounts AND GROUPS you care about
- Store these localized names in MSI properti
45 matches
Mail list logo