Hi all,
Our wix directory structure (before building with candle & light)
contains a 'bin' directory that has various scripts (.bat files) in it. At
install time, these get copied into our program's installed directory with
no problems.
However, I now want to run one of these scripts (a
Bob Arnson-6 wrote:
>
> On 3/11/2010 9:21 PM, Tabmow wrote:
>> Sorry - i don't mean to be obtuse, but i searched around for
>> 'character map' and 'wix' and nothing jumps out at me.
>
> Character Map is a Windows tool; check your Start men
Bob Arnson-6 wrote:
>
>
>
> They're characters. Use Character Map to copy the character into your
> .wxs/.wxl file.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
Hi Bob,
Sorry - i don't mean to be obtuse, but i searched around for 'character
map' and 'wix' and nothing jumps out at me
Hi all,
I searched around and didn't find this anywhere, so here goes: I have
a dialog panel where i want to put tm with the "tm" portion as
a superscript, ie. raised 1/2 way above .Is this possible?
I see discussion on how to use CodePage and create special chars like the
copyright (
Bob Arnson-6 wrote:
>
> On 3/2/2010 10:21 AM, Tabmow wrote:
>> I know the PrepareDlg pops up (modeless dialog) briefly at very
>> beginning, but is there a way to 'pause' it there or slow it down from
>> disappearing so fast? I want to check
pmdarrow wrote:
>
> Is this what you are looking foror, or do you want the version with the
> actual text on it? http://www.wixwiki.com/index.php?title=PrepareDlg
>
> I can get a screenshot of it for you if that link isn't good enough.
>
Thanks very much - that is the one. However, as i men
pmdarrow wrote:
>
> Is this the dialog you're referring to? http://i46.tinypic.com/6e20hv.png
>
No, not that one - the one right after. I thought 'PrepareDlg' was what it
was called. I think the default text starts with "Please wait while the
Setup Wizard prepares to guide you through the i
pmdarrow wrote:
>
> Why not just take a screenshot the moment the dialog pops up? If you've
> never done it before, hit the PrtScn button on your keyboard to take the
> screenshot and then press Ctrl-V in any program that accepts images (MS
> Paint does the job).
>
I would love to do that (i'
Hi all,
I know the PrepareDlg pops up (modeless dialog) briefly at very
beginning, but is there a way to 'pause' it there or slow it down from
disappearing so fast? I want to check one thing out on the layout and it
disappears too fast for me to tell.
We have our own PrepareDlg defined (with
Hi Blair,
Sorry about that - i had misunderstood what you meant. Now i get it.
I've now stopped defining MSIREALUSERADMINDETECTION and am testing for
privileged. I've added a note in the introductory panel as you suggest.
Now it works as you expect.
Thanks again!
Blair-2 wrote:
>
>
Hi Blair, Sascha,
I tried it again this morning, and if I turn UAC off, I get the
behaviour I want: a non-admin user gets blocked, and a user that is part of
"Administrators" group runs the MSI just fine. If i turn UAC on, a
non-admin user gets blocked, but now a user that is part of "Admi
Igor Paniushkin wrote:
>
> Does it fail on installation?
> And as Sascha said that after pressing of the install button user will be
> prompted to enter a username and password, but you should be sure that you
> specified Impersonate="no" property on deferred custom actions which
> require admin
saschabeaumont wrote:
>
> As you shouldn't be modifying the system outside of the
> InstallExecuteSequence anyway I can't see how this would be a problem?
>
>
It's not a problem, so much as we prompt a few screens of required info
before the "Install" button is hit. Why have a user fill in
Okay, thanks very much Bob.
--
View this message in context:
http://n2.nabble.com/Change-the-error-dialog-upon-a-known-error-code-tp4549153p4567236.html
Sent from the wix-users mailing list archive at Nabble.com.
--
SOL
Hi all,
I previously used (in Win 2003) this check to ensure that only a user
with admin privileges could run our msi:
Privileged
and that worked fine. However, we've moved to Windows 2008 R2 and now that
check doesn't seem to do anything in a non-admin user attempts to run ->
Hi all,
Is it possible to change the error dialogs for some of the known types?
Ie. If i know a certain Windows installer error code, can i override the
default error dialog with my own dialog from my wix code?
Basically i am now using "Platforms=x64" in wix so we only want our MSI to
run
ormation gathering, then you can execute in immediate mode.
>
> Be sure to schedule RunBat_Cmd before RunBat and before InstallInitialize.
>
> Thanks,
>
> Thomas S. Trias
> Senior Developer
> Artizan Internet Services
> http://www.artizan.com/
>
>
> Or
Hi all,
In our installer (using Wix 2.x on Win2003), we have to invoke a couple .bat
files for various and sundry things. When they run, they launch a dos shell
which goes above our install gui.Is there any way to have it spawned
'minimized' at least so there's no distraction during in
It is advisable to set the following: (in VS2008)
Configuration-->C/C++-->Code Generation-->Runtime Library to:
Multi-threaded (/MT) (Release configuration)
Multi-threaded Debug (/MTd) (Debug configuration)
Hi Alex,
Thanks for the suggestion - we already did that and no difference.
It is advisable to set the following: (in VS2008)
Configuration-->C/C++-->Code Generation-->Runtime Library to:
Multi-threaded (/MT) (Release configuration)
Multi-threaded Debug (/MTd) (Debug configuration)
Hi Alex,
Thanks for the suggestion - we already did that and no difference. A
Hi all,
For our wix installer (using Wix 2.x), we built a custom DLL to do some
validation for one particular field. We're making use of MsiSetProperty in the
DLLs and when we run the installation on a target Windows 2003 machine, it's
failing at the validation because 'msi.lib' is missing
Presuming we're all talking about the basic UI dialog...
Time remaining: {[1] minutes }{[2]
seconds}
Product Name is being configured on your
computer.
Reference:
http://msdn.microsoft.com/en-us/library/aa368554(VS.85).aspx
Thanks John!
Tabmow wrote:
> The last comment was "customization isn't possible". Is that still the case?
> We're using Wix 2.0.5805.0. is our only option to live with this empty
> uninstall dialog, or is there a way for us to easily add a line or two of
> text to this
Hi all,
When the uninstall happens by doing Add/Remove programs, an empty box with
progress bar and my product in the title appears. I'd like to simply add a
line of text to this empty-looking dialog. By searching the archives, I know
this has been discussed a few times, and Bob answers t
Bob Arnson-6 wrote:
>
> Tabmow wrote:
>> Thanks Bob. We won't be using managed code. Excuse my ignorance, but
>> what
>> is GAC?
>>
>
> Global Assembly Cache, where managed assemblies are native SxS
> assemblies are installed.
>
>
&
Bob Arnson-6 wrote:
>
> Tabmow wrote:
>> Can i
>> confirm one thing with you guys: if i do this, RemoveExistingProducts
>> will
>> still work to get rid of the previously installed version irregardless of
>> whether the 'changed' files have
Bob Arnson-6 wrote:
>
> John Robbins wrote:
>> If you have such radical changes in files, you may want to do is always
>> go the major upgrade route and schedule an uninstall of the previous
>> version. That way you don't have to worry about the individual files
>> changing. The always brilliant
een replaced by heat.exe. You may want to look into
> moving
> to the newer version of WIX.
>
> Hope that helps,
>
> Brian Rogers
> "Intelligence removes complexity." - Me
> http://icumove.spaces.live.com
>
>
> On Wed, Feb 25, 2009 at 11:15 AM, Tabm
Hi all,
I'm new to wix, and have looked at the tutorial at tramonta and searched
around various places, but the answer to this isn't immediately obvious to
me, so I was hoping someone could help shed some light on it.
Our installer will be installing 3 large directories. Two of them are
comp
29 matches
Mail list logo