Hi,
I've just installed v3. When I create my first v3 installer my license
file is simply ignored, although the installation itself works perfect.
As usual the license file named 'License.rtf' is located in my working
directory. The installer itself runs perfectly. Does anybody knows
what's go
When the user cancels the uninstall after the progress bar completes
95%,installer ends up showing the ExitDialog screen removing the application
instead of rollback.I've scheduled custom actions during uninstall.. Is this
an expected behavior? Can anybody give any insight to get rid of this
probl
Hey Mike,
Two things:
1) Does your UI reference the Localization dialog?
2) During the build process, you can either reference License.rtf or force
'light' to use a license ie. light -dWixUILicenseRtf=eula.rtf
Alex G.
On 7/15/08 6:59 AM, "Michael Faden" <[EMAIL PROTECTED]> wrote:
> Hi
Hi All,
I'm facing a problem in Wix Installer.
It holding dialog box more an half an hour. Its not showing next dialog box
(Finish Dialog).
Log which i got is below,
MSI (s) (D4:2C) [05:54:51:162]: Note: 1: 1402 2:
UNKNOWN\Installer\Products\B03E6F925DD6B8F4AA3CCD9E18E155CF\SourceList 3: 2
MS
I find the easiest way to reference a license file is to add something
like this:
Neil
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Faden
Sent: 15 July 2008 12:00
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] License File
Hi,
I just installed the Isolated edition of VS 2008 to use IronPython. Will
WiX V3 work with that? If so, how would I configure it to do so?
-Jamey
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challeng
Thanks, it works.
Mike
Neil Sleightholm wrote:
> I find the easiest way to reference a license file is to add something
> like this:
>
>
>
> Neil
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael
> Faden
> Sent: 15 July 2008 12:00
> To:
Hi,
I am new to wix and am posting here for the first time. I've creating a
database and running a script to add Tables to it, which is happening
perfectly. Then i am running a script to create a Stored Procedure which
inserts a few rows in some of the tables created, which is also working
fine. Th
Hi all,
I have a project that we deploy using WiX. We also use the patch support in
WiX to deploy service packs to the original release.
Due to forces outside my control (trust me, I tried to avoid this) we are
only now looking at deploying the project in different languages. Due to the
business
Do you have a log?
On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote:
> Hi,
> I am new to wix and am posting here for the first time. I've creating a
> database and running a script to add Tables to it, which is happening
> perfectly. Then i am running a script to create a Sto
Is there a list of the various Wix variables that can be set in the
WixVariable element? The only one I have seen is the 'WixUILicenseRtf' one.
Thanks
Mike
Mike Rerick
Sr. Software Engineer - Professional Services
http://www.iwsinc.com/>
9200 S.E. Sunnybrook Blvd., Suite 170
Clac
Nope.. sorry i dont know how to create one.. will try in the meanwhile how
to create one...
On Tue, Jul 15, 2008 at 8:19 PM, Christopher Karper <
[EMAIL PROTECTED]> wrote:
> Do you have a log?
>
> On Tue, Jul 15, 2008 at 10:15 AM, sai rahul <[EMAIL PROTECTED]> wrote:
>
> > Hi,
> > I am new to wix
If you run you test.exe and look in the taskbar does it show the icon
for your application? I've seen some problems if the application is just
a process without a taskbar icon. Even SysTray applications don't always
seem to work. Short of that I don't know.
I ended up going with a custom action an
HI.. got the log file.. should i copy the whole thing here or mail it to
you?
On Tue, Jul 15, 2008 at 8:42 PM, sai rahul <[EMAIL PROTECTED]> wrote:
> Nope.. sorry i dont know how to create one.. will try in the meanwhile how
> to create one...
>
>
> On Tue, Jul 15, 2008 at 8:19 PM, Christopher Ka
The syntax to create a verbose log file is
MSIEXEC /L*v [logfilename] /i [yourinstall.msi]
So something like
MSIEXEC /L*v C:\MyLog.txt /i c:\test\myinstall.msi
It logs in batches, so if you happen to get an error, say during a
custom action, and stop and open the log file it might not have log
I've been using Gmail and thought you might like to try it out. Here's
an invitation to create an account.
---
sai rahul has invited you to open a free Gmail account.
To accept this invitation and register for your account, visi
Hey, as i said before its not giving any error... just that the Stored
procedure is not executing. So i guess the log file would be fine. I have it
already.. but i guess its too big to paste in here...
Rahul
On Tue, Jul 15, 2008 at 9:02 PM, Chad Petersen <[EMAIL PROTECTED]>
wrote:
> The syntax t
Neil Sleightholm wrote:
> I can't help think that behaviour is a little odd. Documenting it would
> be a start but as the file version is a available I don't really see why
> assemblyFileVersion couldn't be made available, especially as there
> aren't any warning if you use undefined binder variabl
Ian Sullivan wrote:
>
>
>
>
>
>
>
> Sequence="both" />
>
I don't think you need the custom actions. If you use a Directory/@Id of
the same name as the property Id, MSI will use the property value
instead of the calculated directory path. So if you name
James Minnis wrote:
> I just installed the Isolated edition of VS 2008 to use IronPython. Will
> WiX V3 work with that?
No, there's additional integration required for integration into the
isolated shell and Votive doesn't do that. Feel free to file a feature
request.
--
sig://boB
http://jo
Mike Rerick wrote:
> Is there a list of the various Wix variables that can be set in the
> WixVariable element? The only one I have seen is the 'WixUILicenseRtf' one.
>
It's an infinite list because WixVariables can be used almost
everywhere. If you're looking for WixVariables used in the UI l
Tony Juricic wrote:
> In a C++ DLL custom action I have the following code:
>
> ::WcaLog(LOGMSG_VERBOSE, "%s", "My log text");
>
> MSI install is started with the following log options:
>
> msiexec /i myinstall.msi /lv*x .\install.log
>
> However, log file doesn't contain the text as could be expec
Paul Welter wrote:
> Height="17" X="52" Y="105" CheckBoxValue="1" Property="RemoveConfig"
> Text="Remove all configuration data" />
> Height="17" X="52" Y="128" CheckBoxValue="1" Property="RemoveSamples"
> Text="Remove sample data"/>
>
Properties must be public (i.e., all UPPE
Christopher Karper wrote:
> has a bunch of items for build the Wix toolset itself as well. I moved all
> the tool settings to a WixBuild.Core.targets, and I reference that from
> WixBuild.Common.targets. You may want to consider doing this officially,
> in order to help us Extension developers
gnhMichael wrote:
> MSI (s) (D4:2C) [05:54:51:162]: Machine policy value 'DisableRollback' is 0
> Action 5:54:51: RollbackCleanup. Removing backup files
>
> After this message, windows server 2008 waiting for long time to finish
> installation.
>
This is where Windows Installer finalizes its tr
Ilya Slobodin wrote:
> SampleDb.txt is renamed to SampleDb.bak while the original file SampleDb.txt
> is not reinstalled (confusing)
>
I'd guess it's a timing problem: MSI decides what it needs to do based
on the state of the machine during script generation. It sees
sampledb.txt on the mach
Yeah, I haven't typically gotten much helpful from verbose logs for SQL
execution, but that might just be me. What has been helpful in some
cases is using SQL Profiler to see what it thinks is happening.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sai
Ha! Sorry, I wrote in haste, and that crap was what came out. :-)
I created a file names WixBuild.Core.targets, and I moved the following
items from WixBuild.Common.targets:
- CheckRequiredProperties and GetSdkDirectories targets
- All of the UsingTask statements, with accompanying targets
Also, just include the text of the log around where your CA executes, to
ensure that it is, in fact, executing as you expect. If the command is
being issued, but the inserts are still failing, then you know the problem
is more than likely downstream. Or it may be failing, but the install isn't
c
Also, Bob pointed out what I hadn't thought through. You don't need the
SetDirectory if you just define a Directory with the same @Id as the Property.
The Windows Installer will resolve the Property and overwrite the Directory
path. It's a very "interesting" interaction between Directories an
Yes, #1 is a really annoying problem that IIRC is a problem in the VS systems
below Votive. That's why the bug still exists... the fix is "non-trivial".
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Minnis
Sent: Sunday, July 13, 2008 15:06
To: wi
"bind" variables are wedged in between a rock and a hard place and the
"assembly" variables in particular have a lot of limitations. Most of the
issues are related the feature being added late in the life cycle of WiX v3 and
potential for seriously negative performance impact. We'll revisit it
IMPORTANT! Read this if you have existing WiX projects that you want to use
with a newer build of Votive.
Some breaking changes were introduced around build 3.0.4220 that will require
you to update .wixproj files in order to avoid problems with Votive in VS 2005
or VS 2008 going forward.
Sympt
Rob, I must thank you for your and Bob's input on this, it has proved
very useful. My aim was to create a wixlib that could be imported in to
other msi's and work in exactly the same way a merge module or
standalone msi, now I have that. I am hoping to get this documented as a
howto for the help fi
Chad,
Yes my application has a regular Window that shows up in the Explorer
taskbar. I'll see if I can debug the code to see where it's failing.
Thanks,
Mike
-Original Message-
From: Chad Petersen <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] CloseApplication not working
To: "General disc
It appears that our installer is magically detecting whether our application is
running at the time of an install, and even correctly closes it. However, the
FilesInUse dialog that comes with WiXUI isn't showing anything in the listbox
of running processes. What magic do we need to do to populat
Hi,
How would one change the foreground/background color of a checkbox? I need
to change the WIXUI_EXITDIALOGOPTIONALCHECKBOX from gray background to
transparent/white in the Exit Dialog (
http://www.wixwiki.com/index.php?title=ExitDialog ).
Thanks,
Alex G.
--
Is there a standard way to build MSI for Culture=HI?
When I specify
I will get the following error:
light.exe : error LGHT0216 : An unexpected Win32 exception with error code0x654
occurred: This installation package could not be opened. Contact the
application vendor to verify that thi
I did, there is not value for the IT_EXISTS property...
This is really frustrating... I've spent hours on this :-)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Mumford
Sent: Monday, July 14, 2008 7:01 PM
To: General discussion for Windows Install
What I had to do to get it to work was:
Make sure that the codepage for the Product element (msi) and the Package
element (summary info) were separated. The Product element's Codepage (and/or
the WXL file's Codepage) can be 65001 as long as you don't use MSI's UI, but
the Package element's Summ
The Windows Installer doesn't support that.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Goryuk
Sent: Tuesday, July 15, 2008 14:41
To: discussion for Windows Installer XML toolset.
Subject: [WiX-users] Changing checkbox background color
Hi,
How w
Neil Enns wrote:
> It appears that our installer is magically detecting whether our application
> is running at the time of an install, and even correctly closes it. However,
> the FilesInUse dialog that comes with WiXUI isn't showing anything in the
> listbox of running processes. What magic do
Neil Sleightholm wrote:
> Rob, I must thank you for your and Bob's input on this, it has proved
> very useful. My aim was to create a wixlib that could be imported in to
> other msi's and work in exactly the same way a merge module or
> standalone msi, now I have that. I am hoping to get this docum
Christopher Karper wrote:
> I'd be willing to contribute directly to the projects, but I hear it's a big
> hassle to get things included into the project.. Paperwork, approval
> process, etc. So, if you want me to send attachments or whatever, then let
> me know.
>
No paperwork in the physica
Try dropping the function wrapping statements.
i.e. Function FireWallEntry / End Function
Then just leave VBScriptCall="" this way you can narrow down whether the
function is even being called.
Also ensure you have these attributes
Execute="deferred"
Impersonate="no"
Akshat Sharma wrot
Well, unfortunately, that's not what's happening. It's detecting that we're
running, and if we say "next" on the dialog our application shuts down
properly. But the list box is empty.
How can we go about debugging why?
Neil
From: [EMAIL PROTECTED] [EMAIL PROTEC
Hi ALL ,
I'm currently working on the WIX Script. I have the some
issues.
I am trying to create a new web site in IIS.
Here is my code.
If I use port 80 it renames the 'Default W
The log file should have a bit more information about the failure case. Can
you share that out?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Natarajan,
Thangaraj (MLITS)
Sent: Tuesday, July 15, 2008 23:02
To: wix-users@lists.sourceforge.net
Subject:
48 matches
Mail list logo