Thanks Albert,
I'm still having some trouble I'm hoping you could please help me with. I've
built the dll and added these lines to my WiX source as in the example in
the C++ code you provided.
(local)
0
D4WSQLSERVER
= "(local)"
However, when I run the installer I get an error immedia
This is question isn't really about Wix, but rather about the behavior of
Windows Installer 4 under Vista, but perhaps somebody here knows the
answer...
When I install a signed MSI file on Vista, I get a UAC elevation prompt just
before it starts the scripted section. The prompt shows the proper
Please keep /wix-users/ on the thread so everyone can participate.
Farhan Ahmed wrote:
I am assuming that setting "PatchFiles" as the "After" value would not
hurt cases where we don't have a patch applied?
It shouldn't, as it's just used for sequencing.
--
sig://boB
http://bobs.org
-
Ian Couper wrote:
I have created a custom UI dialog to allow the user to enter
database/user/password so users can run build in SQL scripts to a
database they specify, and I believe I've created the dialog properly
(used WixEdit for a lot of it) and created the new wixlib for my UI
with no i
Don Tasanasanta wrote:
I'm currently using 2.0.4611.0
I'd look for an old file lurking somewhere -- 2.0.4611.0 doesn't include
that text. Votive doesn't include wcautil* so if you picked up an older
binaries .zip release, that would explain it.
--
sig://boB
http://bobs.org
--
I have created a custom UI dialog to allow the user to enter
database/user/password so users can run build in SQL scripts to a
database they specify, and I believe I've created the dialog properly
(used WixEdit for a lot of it) and created the new wixlib for my UI with
no issues, but when I go to c
Unfortunately these files are not generated by my department but by our Service
department. The PDF files may change throughout the lifetime of the product.
This "feature" was given to our Service department in another product (before
my time, I have to say), and its how they have requested it w
If you're doing it over email and you get everything in digest format, you
probably can't directly. If I remember correctly SourceForge has a way to
reply directly on there, but I would venture to guess that most of the
people who do a lot of back and forth emails to a particular message don't
use
I'm currently using 2.0.4611.0
I'm planning to upgrade but not until the next release cycle.
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 23, 2007 10:39 AM
To: Don Tasanasanta; Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: R
Which version of Votive/WiX are you using? There was a release that
contained debug CA DLLs but that was fixed ages ago.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Don
Tasanasanta
Sent: Tuesday, 23 January, 2007 10:28
To: Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subjec
I am getting this statement in my log file as a result of a custom
action call to my custom action function called "RegisterDrivers" for
registering system drivers.
RegisterDrivers: Debug Assert Message: Assertion failed in c:\documents
and settings\robmen\local
settings\temp\wp001\src\ca\wca
If the situation is simply that you have HKLM registry entries being
created from the MSI file and you are in fact a limited user then you're
stuck, and Vista's got nothing to do with it. A limited user cannot
change secure areas of the system (on any OS) by just installing an MSI
file.
If the V
With the way that MSI works, you'll probably end up pushing the same 50 MB of
strings around 3 or 4 times. That could take time. Also, if you don't have
the latest WiX v2 code base, you could be hitting some old bugs in the SQL
processing.
After that, you could try debugging through the code
Off topic, but why do you have to ForceReboot? There are so many bad things
that can happen with a reboot in the middle of your install (one of the
nastiest is that the same user might not log back in).
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Wilson
Sent: Tuesday, J
I have a large SQL script (30 to 50MBs) that I am trying to run from the
MSI using SQLScript. I have been able to run smaller scripts easily, but
this large one is not running at all and the MSI hangs. Is this a known
issue with Wix 2.0? Is there a way to overcome this issue?
Thanks.
-
Scott Palmer wrote:
> It also appears that MSI is using a broken algorithm to scale the
> image. The result is spectacularly ugly, with streaks of color where
> it has duplicated a row or column of pixels. Not realizing that the
> size was not fixed (since the documentation indicates otherwise
Frank Büttner wrote:
> In my merge module I add an dll file.
> When I run light I get this waring:
> warning LGHT1076 : ICE60: The file
> qtassistentclientdll.37691951_BCAF_4845_BD35_8239BCA76DBC is not a Font,
> and its version is not a
> companion file reference. It should have a language specifi
I have a boostrap exe that contains my MSI (based upon example on
sourceforge site). In a custom action of mine, I want to perform an action,
force a reboot, and launch my MSI to continue with the installation. What
is the easiest way to handle this? Do I launch my exe upon reboot in the
RunOnc
Ah... I was basing my suggestion off of Patrick's code. For your code try:
For (1):
For (2):
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Matador2k7
> Sent: Tuesday, January 23, 2007 10:32 AM
> To: wix-users@lists.sourceforge.ne
Hi!
Thanks for your help, but now I got this message when I try to light my
wixobj file.
error LGHT0112 : Unresolved reference to symbol 'Directory:INSTALLDIR'
Arnette, Bill wrote:
>
> Two suggestions:
>
> 1) Pass the path to the batch file on the batch file invocation command
> line and then
Two suggestions:
1) Pass the path to the batch file on the batch file invocation command line
and then CD to that path in the script.
And then in your my.bat file:
Rem Gets the path of my .bat file from the command line
Set MYPATH=%1%
Rem CD to my path
Cd /D %MYPATH%
Rem Ru
In my merge module I add an dll file.
When I run light I get this waring:
warning LGHT1076 : ICE60: The file
qtassistentclientdll.37691951_BCAF_4845_BD35_8239BCA76DBC is not a Font,
and its version is not a
companion file reference. It should have a language specified in the
Language column.
what m
On 1/22/07, Bob Arnson <[EMAIL PROTECTED]> wrote:
Steve Bennett wrote:
Ok, I should have clarified that I have read that bit of the tutorial
many times and it doesn't help a lot. In particular:
- the two systems that are displaying it differently have the
same font size, different
Hi Patrick!
First of all, thank you very much for your post, but it didn´t work so, now,
I will detail my case a little bit more:
The installer creates in the ProgramFilesFolder a folder called UltraVNC.
And, in the folder UltraVNC a new folder is created called driver. So the
structure should b
そろそろ・・・って感じです。彼から自立します!告白
http://www.star-lightz.com/q01/finedays
彼が気を遣ってくれてるのはわかるんですが、「は?」って感じ。
言うこと言ってから気遣ってくれよって思うんですよね。
可愛くないなぁ…と自分でも思うけど、可愛い私よりも
もっと大事な私があります。
私が好きな私でいるために、今の彼を求める事はできない私です。
ちょっと精神的にもしんどい時期なんで、
彼にもう振り回されたくないんですよね。
引
I would like to thanks to Phil who responded to my message title
"Bootstrapper and MSI".
Could you please, BTW, let me know how to respond to a particular message?
Thanks.
Duan
-
Take Surveys. Earn Cash. Influence the Fut
Try somethinbg like this:
NOT Installed
This way you are also not hard coding the directory location of the batch file
and you are only running it during the install, not the uninstall, after all
files have been added.
Patrick
-Original Message-
From: [EMAIL PROTECTED] [mailt
Hello.
I'm making an MSI installer for Ultra VNC in my company. Now I got a little
problem:
I copy some files into this folder: C:\ARCHIVOS DE PROGRAMA\ULTRAVNC\DRIVER
In this folder exists a file called install_silent.bat
Now, I'd liked to run this file AFTER installation, in order to get the
Yes. You are right. I wanted to say, installer report an error and then
roll back the installation. I interpreted this from verbose log created
by MsiExec utility.
It gives an error while writing few registry values to
HKEY_LOCAL_MACHINE.
I have this manifest file ready. How my installer will
Hi,
VIxAGxRA $3. 35
CIxALxIS $3. 75
VAxLIxUM $1. 30
AMxBIxEN $2. 90
SOxMA$1. 15
and many other
http://www.rx555*com ( Do not forget to replace "*" with "." )
--
Listen, if Crouch wants to investigate Snape, why hasnt he been coming
to judge the tournament? It would be an ideal excuse to mak
30 matches
Mail list logo