SFBUG:1559339 - just fixed it. Build should be available tomorrow morning.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ali-Akber
Saifee
Sent: Tuesday, September 19, 2006 17:53
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] wix 3.0.2115 can't launch heat/candle/li
Hi All, My requirement: Setup msi package need to perform some pre-installation checks for certain software installations existing on the machine and if a particular software is not found, it should download and install the missing software and then continue with my package installation. I
I get the same exception when i run any of the above:Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'wconsole, Version=3.0.2115.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad' or one of its dependencies. The system cannot find the file specified.
File nam
Error 2812's text is given in http://msdn.microsoft.com/library/default.asp?url=""> as 'The event [2] is not recognized.' Looking up the SelectionBrowse ControlEvent (http://msdn.microsoft.com/library/default.asp?url="">) suggests that you should have a SelectionTree control on the same dialog:
WIX Version: 2.0.4415.0
Problem Summary: How to use the BrowseDlg twice.
I use the BrowseDlg from the WiXUI library to allow the user
to specify the installation directory. I also need to allow the user to
specify a data directory. I have created a dialog to allow the user to
select
Title: Setting sidtype on a service
Right now I think the only way will be to use a DLL custom action to call ChangeServiceConfig2 with the SERVICE_CONFIG_SERVICE_SID_INFO parameter and a SERVICE_SID_INFO structure with the dwServiceSidType member set to SERVICE_SID_TYPE_UNRESTRICTED.
This isn
It is on my list of things to do.
I've been waiting for the big changes in Votive and ClickThrough to
get in because I want to clean up all the dead files when doing the conversion.
I also wanted to play around with svn a bit to make sure I understood
what I was getting into.
Title: RE: [WiX-users] Planning a new WiX release
Heh, so it's more of a negative test: "nothing bad seems to
have happened so that's good."
That's fine, I was just more curious than anything. You never told
me (or I just forgot) how you determined which releases were good to go to th
If you're interested in stability then you want WiX v2. We carefully
consider every fix that we take there. In fact, v2 hasn't changed for a
month or so now, I think.
WiX v3 is far more "exciting". Lots of cool new
features there but things sometimes get broken because they are more
Title: Setting sidtype on a service
I’m installing a service and after installing it I need to set the sidtype (sc sidtype srvName UNRESTRICTED if done from the cmdline). I’ve looked thru the v2.x schema on ServiceInstall and I don’t see where I can set it. Does WIX support setting this valu
Our MSI is designed to prompt the user to uninstall a previous
version of the product.
This function is working for ENGLISH … but not for any
other language of the MSI.
After reading the docs, I found the “ExcludeLanguages="yes"” flag… so now here is my
syntax:
Re: [WiX-users] Planning a new WiX release
Hi Justin,
Thanks for the info. I find feature stability in the
toolset to be important for
distributed projects.
We just dropped the VS setup from NUnit and
began
using WiX for the msi installs. I guess I
should try out WiX 3 for our
development branch before settling on one or the
Anirban Basu wrote:
Are users not
supposed to
use the "INSTALLDIR" variable in their custom actions?
But this is a
windows
installer variable (supposed to set by the windows installer service
itself)
and it should be safe to use it.
MSI doesn't set INSTALLDIR; it's ent
Thanks for your input. Votive is one of two things that are a
stumbling block from last drop. Please be aware, however, that Votive went
through a major overhaul, and thus there are some “growing pains”
for the first drop. Also note that Wix v3, although very stable, is still a
beta version
If Votive is a stumbling block, I hope you'll consider that
some users are interested in a new,
stable WiX release without
particularly caring about Votive. At least this one is. :-)
CHarlie
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Frederik
CarlierSent:
Hi,I've been using WiX for a while now and I'd like to contribute more. However, since most community projects are moving to Subversion, it would be nice if WiX was using subversion as well. Subversion is a much better source repository. Source Forge has a nice easy script to update the repositor
All,I have searched high and low for information regarding the ODBCDataSource element. The only thing I can find is a posting on this list. From that post, I created the following Code in a component:
I get an error on install that tells me that the file "SMS-3000 Hi
Bob:
Thanks for the info. I found some references to the Control | Publish
@Event "AddLocal" / "Remove" information in the WiX Users archive. I was
able to merge my limited understanding with the tutorial and MSI & WiX help
files to come to the solution.
Assuming I get the opportunity, I wil
Hello.
Is it possible to install two separate products from one MSI?
--
Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsa
Hello,
I am new to wix and I need a quick way to use a wix setup
project to configure a web service to only allow https, not http. How do I do
that?
Thanks in advance for your help. Please reply to me because
I am no in the alias.
Shawn
Thanks!
I'm not really sure that I'm clear of the implications of advertised or not, but setting @Advertise to yes makes it compile without error, and I get the shortcut when installing.. so for now I'm happy :)
/Simon
On 9/19/06, Mike Dimmick <[EMAIL PROTECTED]> wrote:
See the validation re
Ok I have changed my installUIsequence to
the following:
ß another custom action verifing we are on tablet
sku
No, I actually tried this and it looks like the Windows
Installer condition parser can cope (I'm not sure what would happen if you
actually wanted to test against the string '1031OR'). Still, adding the space
can't hurt.
I suspect your problem is what Bob suggested: that you
haven't schedu
The way that MSI provides to record an install location (typically the
main application folder) is that you add a type 51 custom action to set
ARPINSTALLLOCATION to that property (like INSTALLDIR) once it's cast in
concrete. Then you can use things like Installer.ProductInfo
(ProductCode, "InstallL
See the validation references:
ICE 43 (http://msdn.microsoft.com/library/default.asp?url="">):
"The
attributes column of Component1 is 0, meaning that the component uses a file as
its KeyPath. This causes non-advertised shortcuts in this component to be
installed for the first user on the
Title: RE: [WiX-users] Planning a new WiX release
Well, I didn't say "succesful installs" but "success rate", but indeed the metric is more like the failure rate. I don't have any metric available to find out how many downloads there are form the wix.sourceforge.net/releases website, neither can
I understand the design considerations
regarding lang ID and so fourth.
The problem is I recently inherited this
code and we are not at a point in the project where I have the time to re-do
the setup for this release.. believe me for the next release it will be 100%
different.
Anywa
For your problem you could simply use a
to find the component that contains the assembly.
Still, I don't like the idea of registering the component using regasm, it still
seems far too fragile.
--
Mike Dimmick
From: Anirban Basu
[mailto:[EMAIL PROTECTED] Sent: 19 September 2006
15:27T
Thanks, I tried your suggestion, but unfortunately it did not work out, and I end up with the same error about KeyPath and HKCU registry
C:\Users\Simon\Documents\Visual Studio 2005\Projects\ComicBook\ComicBook\installer\installer.wxs(35): error LGHT0204: ICE43: Component ComicBookExecutable has n
Hi Bob,
Thanks for the
reply. We have already found out what caused this.
U said “MSI
doesn't set INSTALLDIR; it's entirely up to your package what the directory
structure looks like. MSI records where it installs components”.
U r completely
right, but as per our experiment installer
Steven Chin wrote:
I am running Wix 3.0 and
heat.exe is returning the error
pop-up “This application has failed to start because MSVCR80.dll was
not
found. Re-installing the application may fix this problem.” I
eventually get another popup “Java Plug-in 1.5.0_07 in not installe
Thanks
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 19, 2006
11:00 AM
To: Steven Chin
Cc:
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Heat -
Unable to locate component
Steven Chin wrote:
I am running Wix 3.0 and heat.exe is returning
Hi Mike,
Thanks for the
reply.
I agree that the
approach may not be a good one, but we are not in a position to change it.
Moreover my
question is not around what is the best practice (I know what is described here
is not the best practice), but my question is as follows
Are users
I am running Wix 3.0 and heat.exe is returning the error
pop-up “This application has failed to start because MSVCR80.dll was not
found. Re-installing the application may fix this problem.” I
eventually get another popup “Java Plug-in 1.5.0_07 in not installed
properly” as well.
On a
Why do you have to register this assembly? Is BizTalk
calling back into this assembly via COM Interop? Is it simply that you're trying
to call the Custom Action implemented in the .NET DLL from _vbscript_? Frankly,
that's messy.
Do it properly: write your custom action as
a 'flat' C++ DLL,
Hi,
Does this mean that users are not supposed to use the "INSTALLDIR"
variable in their custom actions?
But this is a windows installer variable (supposed to set by the windows
installer service itself) and it should be safe to use it.
What is the reason this is not a recommended step not to us
Guys
I have a need to register an assembly in the GAC and in
machine.config but I only want to do this if the user has chosen that option.
I would like to add a custom installer dialog to present these options but am
not sure how to customize the mondo dialog set in wixui. The exampl
Hello,
I am trying to install a service that runs under non-Local System
account, but under a user account that my WiX script create.
I have spent several hours to determine why the service can't be started
under the account that MSI creates. The reason is that it didn't have
the "Log On As a
Frankly, with multi-lingual UI support (especially
multiple preference levels in Vista - see GetSystemPreferredUILanguages) you
probably shouldn't do this at all. Allow any version to install on any system.
Allow multiple versions to be installed side-by-side, or move to a single binary
plus
39 matches
Mail list logo