other
components you authored directly into the installer.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Tobias Erichsen
To: wix-users
Is this on a dev box or deployed? If dev box, the easiest way out of this
problem is to fix the msi and recache it with msiexec /i foo.msi REINSTALL=ALL
REINSTALLMOVE=vomus. Then you should be able to do your uninstall.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot
wing:
http://msdn.microsoft.com/en-us/library/aa367850(VS.85).aspx
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Rob Mensching
To: General discussion f
BTW, it looks like starting in XP ( not sure about 2003 ) there's a command
line
tool called fsutil that has an option for setting the short file name of a
file.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx?mfr=true
Christopher Pa
I don't know how big these CHM's are but I wonder if a quick hack would be to
have 1 set of long file name CHMs in a place the user can find them but stashed
away in a deep folder have short filename CHM's that the application actually
uses.
Christopher Painter, Autho
happy and I
never concern myself with it. The only time I've been bit by long | short
names is in the media table which only understands shortnames. InstallShield
has a bug where you can get bit real bad when installing from a CDROM.
Christopher Painter, Author of Deployment Engineering
needed. One of the things that I 'love' about MSI.
http://blog.deploymentengineering.com/search?q=sms+patching
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Messag
I have multiple .CA.DLL files in my installer so I'm not sure what that problem
is. As for the 16 entry points per DLL, I think I recall someone writing that
they were able to alter the source to SfxCA ( EntryPoints.def and EntryPoints.h
) to get around that limitation.
Christopher Pa
they have special
automation / validation in place to confirm the results?
In other words, just because all your friends are jumping off a bridge doesn't
mean you should do it. They might have a bungee cord you don't know about.
Chris
Christopher Painter, Author of Deployment Engine
It won't be me; I've been to busy contributing to the community on other
fronts.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Rob Men
InstallShield has MSSQL, Oracle and MySQL support. That's as official as you
are going to get. Anything else for Oracle is going to be roll your own or
punt
and don't have installer do it.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret
To me, that pretty much defeats the purpose of wrapping the UI up into a nice
extension. I wish WiX had another mechanism to inherit / extend / transform /
override the Mondo experience other then ditching the reference and using the
source.
Christopher Painter, Author of Deployment
Hope it helps...
http://blog.deploymentengineering.com/2010/10/new-bookebook-available-wix-developers.html
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
mework? Create a service? Configure a website?
Forget about it. Perhaps that's not a problem for you though.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Mes
try:
setup.msi SOME_PROPERTY=""
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Mark Simonetti
To: General discussion for Windows Installer X
M. Of course there is always more expensive
disk solutions.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Bill Packard
To: wix-users@lists.sourceforge.net
That problem can be mitigated:
http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original
http://msdn.microsoft.com/en-us/library/bb204770(VS.85).aspx#reduce_size
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Jeremy Farrell
To: General
uild automation and lab virtualization along
with some good old fashioned sluething until I get it working correctly. Then
I leave it the hell alone.
Oh, and keep muttering COM sucks to developers to encourage them to use more
managed code.
Christopher Painter, Author of Deployment Engineer
ing Implemented Catagories from .NET ComVisible classes.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Blair
To: General discussion for Windows Instal
is likely better off built as an MSI
and multipel cab's.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: vivekanandan balaguru
To: wix-users@lists.sourc
quite a bit of work but it seems doable.
I'd use a NAnt task written in C#/DTF. I want to dig deeper until I understand
your first option before deciding to play with the second.
Thanks,
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or r
o do alot more automation then IS (seems to)
allow.
Thanks,
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
--
til the execute sequence. Still you
can pass the users choice in a property down stream for later processing.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From:
on the topic:
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg04138.html
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Alex Ivanoff
To: w
Windows Installer has no such concept of return codes when calling custom
actions. To get the behavior you are looking for will depend on what kind of
custom action you are using.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good
extracting EXE that handles the problem of
chunking your MSI into multiple files and delivering a complete MSI on the
other
end.
That said, InstallShield has really nice media support including a Custom
option
where you can specify how many KB for each chunk.
Christopher Painter, Author of De
Sounds like you are doing this in a merge module. Just add
It'll teach the compiler to not do that but also not create a row in the
property table since you didn't give it any value.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or rea
VS does. For that matter, I don't think it'd be
a
half bad idea to incorporate WiX into the SDK.
It's great that WiX is trying to do all of this for but 10 years and
counting of development is simply too long to wait.
Christopher Painter, Author of Deployment Engineeri
of VDPROJ
merge modules and InstallUtil custom actions.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: "Castro, Edwin G. (Hillsboro)"
To: Gene
morrow night we are going to be
in
breach of contract.
Sometimes I feel like the dreaded bathtub curve never goes away.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Me
I haven't really played with DTF and 4.0 much yet. Is there a solution for
writing a CLR 2.0 Custom Action and then have it work if you have either .NET
2-3.5 or .NET 4 installed?
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really
Tell your customer that this is by design and if they have a problem with it
they should call Microsoft. BTW, it looks like this was just covered on
WiX-Dev.
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/how-to-stop-msiserver-net-stop-msiserver-td5516817.html
Christopher
our
problem to close it.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: "Bisht, Pradeep"
To: General discussion for Windows Installer XML toolse
I also liked the CodePlex link that was provided earlier in this thread. I'm
going to have to play with that some time soon.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Ma
alance. If you can't win this argument,
there are ways to get it done. I just don't think it's the best way to go.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
--
taller fix something
on the back end.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: pcristini
To: wix-users@lists.sourceforge.net
Sent: Mon, September
s are dumping it off on to the build /
install team to make the magic happen.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: "Wilson, Phil"
To: Gen
exclusive Control
Condition
expressions so that only one of them will be displayed.
Then again, I might not be tracking you correctly.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
I would need to understand what you are trying to do.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: gapearce
To: wix-users@lists.sourceforge.net
Right, sorry if it wasn't clear when I first said that. PackageCode is more
for
MSI's and not really important to MSM's.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
no adverse side effects.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Christopher Painter
To: General discussion for Windows Installer XML toolset
Yes, what I was trying to say is that WiX v3 uses the Module Id along with the
Package Id to create the Module.GUID you see in the ModuleSignature table.
Just build your old, tweak it up and build the new and you'll see they are the
same in Orca if you did it right.
Christopher Pa
Merge modules are recognized by their Module Signature. I know of no purpose
for the Summary Information Package Code other then it must have one becaues
it's an MSI database. I know of no harm in changing it and this is probably
the reason why the schema no longer requires it.
Christ
install, uninstall,
maintenance and patch / upgrade. If you think it through you should be fine
as
long as the MSI team never "fixes" this which I'm guessing they never will.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or rea
it all the way to atleast Vista when they do otherwise it becomes one of those
"that's nice but doesn't help me at all" features.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
atte
ment the fwlink ID's
anywhere
and do they want us linking to Microsoft so that they can control the
availability or is this a bad practice which is just leaching off of Microsoft?
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really
iting the
undocumented behavior of MSI to fail to redirect short paths like it does long
paths.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Travis
l they end up in the right place?
Is there anything else I need to know here? My head is just spinning from
this
design decision ( although I seem to be in good company ).
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good
Officially it's not possible in a 32bit install but unofficially ( and at your
own risk ) I found a way. Convert the C:\Program Files to C:\Progra~1 and
you'll sneak past Windows Installer trying to "fix" it for you.
Christopher Painter, Author of Deployment Engineering
Try disabling UAC also. We had a problem like this on our build machine and
I couldn't launch ORCA and run validation as a limited user.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E
Your CA is running as System which will use different authentication
credentials
to try to access the network then those that you are logged in with.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention
Windows Installer UI capabilities is very limited here. Short of putting the
Combo on one dialog and your Edit on the next or throwing it all out the window
and using an external UI handler your going to find it impossible to do what
you
want.
Christopher Painter, Author of Deployment
the associated property is set to the value. To
reverse
the process, set the property to the associated value prior to displaying
the ComboBox to get the correct row to be selected.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really
e-of-merge-modules.html
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Hinrich Aue
To: "wix-users@lists.sourceforge.net"
Sent: Wed, September
This
avoids the potential conflicts that I mentioned.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Hinrich Aue
To: "wix-users@lists.so
tual setup requirements I'd write my
own solution that was data driven and supported rollback. You could very well
find out that it's doing nothing more then writing some registry values.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a rea
=myapp.dll
sounds a lot like a home grown SelfReg pattern which brings all sorts of other
problems.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From
Windows Installer doesn't have support for .NET custom actions either and yet
it's possible.
I wouldn't do this in an install but checkout IKVM.NET. Then you can use DTF to
present it as a type 1 to MSI.
Christopher Painter, Author of Deployment Engineering Blog
Have a
vil evil evil IMO.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Bruce Cran
To: General discussion for Windows Installer XML toolset.
Cc: chr...@deploy
You know what would really be cool? An MSI/WiX summit. I could get a trip to
Redmond funded for sure if there was some event I could put on the expense
report.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
Well said other then I don't agree that InstallShield is the reason people
don't
want to write installs. ( Although this seems to be supported by tweats and
blogs that I read. ) I just can't buy it based on my experience using the tool
for the last 14 years. Maybe I'm just hard headed enough
that I did.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: dB.
To: General discussion for Windows Installer XML toolset.
Sent: Fri, September 3, 20
#x27;s trying
to
be great at .NET doesn't want to touch MSI with a ten foot pole and most people
who are decent in installs don't have a strong development background.
Oh well... end rant. Email me if'd you like your quarter back. :-)
Christopher Painter, Author of Deployment Engine
I agree with you Bob except for one problem. I've found so few setup experts
who also have the broader application development experience.Too few
developers want to specialize in this space.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or
Pally,
I'm sorry, but you don't have a clue. I'll let you be the one to go into the
CEO's office tomorrow morning and tell him that we can't bid on a $200 million
USD RFP because we don't like the customers requirements.
Chris
Christopher Painter, Author
t and then cycle through upgrades with the
2nd
DISC. When they have problems they are better able to understand that it
wasn't our fault.
- Original Message
From: Christopher Painter
To: General discussion for Windows Installer XML toolset.
Sent: Wed, September 1, 2010 7:4
does and provide an extensible UI / UX layer. Currently with
InstallShield the only way to do this is to create middle-man EXE's that get
called by setup.exe, present a custom UI and invoke the actual package and
surface exit codes back to setup.exe. Not a very good design IMO.
Chr
Yup, InstallShield has some really strong areas and some real weak areas.
That's why I blend WiX, IsWiX and InstallShield as needed.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Ma
bullet proof. Don't
believe me? How many years has burn been in development?
That said, I'm very interested in seeing Burn come to life. I will evaluate it
against InstallShield and decide which one is better for my needs.
Chris
Christopher Painter, Author of Deployment Engineeri
ield as my authoring tool. I don't like NSIS because it's
a procedural programming language that goes against leverage the benefits of
Windows Installer. The same can be said of legacy InstallScript projects.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip,
NSIS? Sorry, I'd rather go to the dentist.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: "Goryuk, Alex"
To: General discussion for Wi
I've looked at dotNetInstaller and while it looks very interesting, there is
no
way you are going to learn that tool and get a working bootstrapper in 15
minutes.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread
I use WiX for all of my component authoring and then glue it
together with IS. Hopefully one day (year) burn will be ready.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Origin
apper / chainer does so
much more then wrap up your MSI into an EXE. In fact, if you aren't using any
of these other capabilities the question then becomes 'why do you need a
setup.exe anyways? just deploy the msi'.
Chris
Christopher Painter, Author of Deployment Engineering
WiX / Votive provides a WiX | VB.NET Custom Action project in Visual Studio.
Just run the project wizard and all the plumbing will be handled for you.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
Can you send a log file?
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Rafael Campana
To: wix-users@lists.sourceforge.net
Sent: Sat, August 28, 2010 1
t;I'm
sorry,
I can display your custom version scheme on the dialog but I cannot possibly
assign it to the ProductVersion."
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
-
suprised because we use buildforge and I thought the build agent
ran as a service where the service account was in the local administrators
group
and wouldn't be effected by UAC since it was a service but I guess it is.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have
s be for having this get
released under a newer open source license?
-James
On Wed, Aug 25, 2010 at 5:19 PM, Christopher Painter <
chr...@deploymentengineering.com> wrote:
> That's interesting. I also work for a very large software company and we
> have
> a highly formal proces
scans and I had to
track
down any false positives with the help of Rob to justify the alerts ) nobody
made any such statement about the EULA. I'm suspecting the person who made
this
decision is misinformed but unless we know there exact complaints it's hard to
address them.
Chri
I think I recall you sometimes have to reboot and/or restart the Msiexec
service
after setting MsiBreak because the Service Control Manager doesn't get the env
update. I haven't used it in a long time so I could be wrong. on the C#/DTF
side I tend to use MessageBox during intitial development
the Source from the first module
merged. Is there a better way to handle this?
Yes, I know about Fragments, but I can't consume Fragments into other MSI tools
so I am using Modules.
Regards,
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret o
ve to keep updating this pesky Id
attribute.
Also seems like it would make for more expressive code.
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention?
Has there been an MSI update that I haven't noticed? Last time I checked the
RemoveFile table doesn't support recursive deletes as implied by Directory
Tree. It can at best do a [DIRPROP]\*.* and remove DIRPROP only if it's
empty. Correct?
- Original Message
From: Bob Arnson
To
#x27;t have it on my roadmap yet.
Regards,
Chris
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: akshi_gupta
To: wix-users@lists.sourceforge.net
Sent: Fri, Aug
Files ) that it
will
be before whatever action failed.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Joe Osman
To: General discussion for Wi
has data ( in
case someone passed a value a the command line ) and to only fire if Not
Installed as once a product is installed the directory is immutable save a
major
upgrade in which case the new ProductCode is not yet installed.
Christopher Painter, Author of Deployment Engineering Blog
I was reading in the CHM/XSD that an Upgrade Element can belong to a Fragment
element. Is this really true? I'm not sure I see what could reference it
(UpgradeRef? ) in the schema.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really
VS.85).aspx
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Gary Gocek
To: wix-users@lists.sourceforge.net
Sent: Fri, August 6, 2010 8:02:15 PM
Subject:
Google "wix ngen" and the first hit is:
http://blogs.msdn.com/b/astebner/archive/2007/03/03/how-to-ngen-files-in-an-msi-based-setup-package-using-wix.aspx
- Original Message
From: Mark Modrall
To: General discussion for Windows Installer XML toolset.
Sent: Fri, August 6, 2010 10:55
on any user machines.
Is this supported natively in WiX?
Jacob
On Thu, Aug 5, 2010 at 1:54 PM, Christopher Painter <
chr...@deploymentengineering.com> wrote:
> I shudder at the thought. I would be so angry if I installed software that
> did
> this to my machine. Software should
I shudder at the thought. I would be so angry if I installed software that did
this to my machine. Software should never be this tightly coupled to a
specific
visual style and if you are otherwise authorized to make these types of changes
because you own the environment it shouldn't be done t
Nevermind, I worked it out in my mind. This CA is called as a DoAction
ControlEvent.. ugh I love msi, I love msi, I love msi (repeat)
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E
orking correctly and I've noticed
that my calls to Session.Log() don't actually log anything.
Has anyone ever seen this?
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that
What does the log say? Does FindRelatedProducts find the product and set the
property? One common problem is a Major Upgrade can go from a Per-User to
Per-Machine install or the other way around.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read
e our
roll back strategy in case of application problems was to readvertise
the package for the previous version.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Me
Haven't we always said setup development IS development? Seems like
stackoverflow proper with the tags we already have is the way to go. Seems
like
Area 51 would be for competely other subjects like scuba diving or something.
Christopher Painter, Author of Deployment Engineering Blog
H
t your fix.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: "rahul.ekb...@sungard.com"
To: wix-users@lists.sourceforge.net
Sent: Tue, July 27, 201
the problem back to development with an offer to assist in
troubleshooting.
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves
attention? E-Mail Me
- Original Message
From: Blair
To: General discussion for W
501 - 600 of 1115 matches
Mail list logo