onymic Wannabe
<[EMAIL PROTECTED]>,"wix-users@lists.sourceforge.net"
Subject: RE: [WiX-users] Vista & unknown publisher
Date: Tue, 29 May 2007 08:47:12 -0700
Sign your MSI.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pseudonym
When running our MSI package on Vista midway under the installation a dialog
pops up (UAC) and complains about "Unknown Publisher" on our package.MSI
file and asks for permission to continue. Is there anyway to author our
package in such a way that the user won't be bothered with such
interfere
For our installation we have a lot of custom actions being called, all the
post-install ones are chain-schedualed after InstallFinalize
eg CA_Cust1 After InstallFinalize, CA_Cust2 after CA_Cust1. They are in the
InstallExecuteSequence with NOT INSTALLED AND NOT REINSTALL as the condition
and i
Aye more mergemodule stuff. Been trying for the life of me to debug the
merge-modules we use here that refuse to work on Win2k in our MSI package.
So I ran an old WISE installation we had with the merge-modules in them and
after that our application runs, so somehow that did it right. So I grabb
Our application is dependent on some MS Merge-modules which we have in our
installer, they are added via the and tags. Problem is
the mergemodules have a condition VersionNT <= 500 or Version9X, this is a
problem because we need the mergemodules to install on Windows2000.
Now making our appl
Is there anyway to detect if your MSI is running a "Repair" instead of an
Install? We currently do an action after InstallFinalize with the condition
"NOT INSTALLED" and another before RemoveFiles with REMOVE="ALL" for
uninstall, would like to make these events not run at all on repair.
And a
Is it possible via code somehow to call an uninstall of an existing product
? (Like add/remove program does). We want to uninstall our old application
on the system if it exists (this old package was created with installshield,
whilst our new one is WIX-based). So what we want is to check for th
Ah that makes more sense, learned something new now then =)
But why does
Beräknar hur mycket utrymme som
krävs
Work for tags? Without me having to do >$(loc.ProgressTextCostInitialize)
From: Bob Arnson <[EMAIL PROTECTED]>
To: Pseudonymic Wannabe <[EMAIL PROTECTED]>
If Microsoft have said that these modules don't install on Windows 2000
then there's probably a good reason for it. It would probably be better
to re-author your app to not depend on them.
Tony
It works fine to install them on Win2k standalone and not embedded into our
MSI and we require th
Is it possible to suppress MSM conditionals? Our product is dependent on
some Microsoft merge-modules that have a conditional not to install on NT
version <= 500 (meaning Windows2000). The thing is though we need the
mergemodules to install on Windows2000, so is there anyway to fix this?
-Ola
Hey we are using wixlocalization to generate multi-language MSI packages,
problem is it doesn't seem to want to work with the UIText table.
This feature requires [1] on your hard
drive.
If that is in the wixlocalization instead of having a tag inn the
main WIX it says the UIText table is miss
We have a wixlocalization file that works fine for the most part, one thing
that doesn't seem to work though is having the UIText there.
This feature requires [1] on your hard
drive.
Any of our other localization strings are loaded fine with $(loc.StringId)
but our installer seems to not wa
Is it possible to suppress conditionals embedded inn mergemodules? Some
Microsoft merge-modules our project is dependent on seem to not want to
install on Windows 2000 when embedded in our WIX/MSI. Anyway around this? I
guess editing the MSM's is one way, not a pretty one though.
-Olaf
_
Is there any way to prevent MSI from automaticly filling out the
Username/Organization dialogs with system info for the userregistrationdlg?
Sincerely
Olaf
_
Make every IM count. Download Messenger and join the im Initiative now
We do some dependency checks via a DLL called with custom actions, how can
one show the Error Dialog/Errorbox with a message depending on the callback
from the custom action or property?
Another thing, on our user registration dialogue for some reason MSI fills
inn the Username and Company aut
What is the appropriate way to refer to the file of a component through the
Value property of a Registry entry?
Eg when registering a COM in InprocServer32 you have to set the Value to the
installed .DLL (TARGETDIR\\mydll.dll or INSTALLDIR\mydll.dll). Not quite
working for me.
-Olaf
e appropriate text? Don't quite see in your tutorial how you specify
which loc.wxs file to use either.
>From: "Rennie Petersen" <[EMAIL PROTECTED]>
>To: "Pseudonymic Wannabe"
><[EMAIL PROTECTED]>,
>Subject: RE: [WiX-users] WixLocalization, not quit
I also forgot to add, I'm NOT using WixUI I built a new UI based on the
example from WixEdit, I doubt localization has anything to do with using
WixUI or not though does it?
_
Download Messenger. Join the im Initiative. Help make
>Are you using WiX 2.0 or WiX 3.0?
I'm using Wix 2.0
>Anyway, one MSI can only contain one language. To support 3 languages you
>need to create 3 MSIs. > You can then convert 2 of them to MSTs to reduce
>the final size of your deployment package. (Or maybe 1 MSI and 3 MSTs -
>I'm not even sure
To build a localization I build an XML with the root being
now from looking at some examples will Id="ProgressTextPublishComponents"> for example replace the ProgressText Id
called PublishComponents ? Second, how do I make my WIX actually USE this
localization (making it trumph default tags in
20 matches
Mail list logo