[WiX-users] Run an internal file pre-install?

2010-08-23 Thread Tabmow
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

Re: [WiX-users] Using superscript text in a dialog?

2010-03-25 Thread Tabmow
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

Re: [WiX-users] Using superscript text in a dialog?

2010-03-11 Thread Tabmow
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

[WiX-users] Using superscript text in a dialog?

2010-03-11 Thread Tabmow
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 (

Re: [WiX-users] "Pause" the PrepareDlg dialog?

2010-03-04 Thread Tabmow
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

Re: [WiX-users] "Pause" the PrepareDlg dialog?

2010-03-02 Thread Tabmow
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

Re: [WiX-users] "Pause" the PrepareDlg dialog?

2010-03-02 Thread Tabmow
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

Re: [WiX-users] "Pause" the PrepareDlg dialog?

2010-03-02 Thread Tabmow
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'

[WiX-users] "Pause" the PrepareDlg dialog?

2010-03-02 Thread Tabmow
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

Re: [WiX-users] Admin check in Win 2008?

2010-02-22 Thread Tabmow
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: > >

Re: [WiX-users] Admin check in Win 2008?

2010-02-16 Thread Tabmow
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

Re: [WiX-users] Admin check in Win 2008?

2010-02-13 Thread Tabmow
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

Re: [WiX-users] Admin check in Win 2008?

2010-02-13 Thread Tabmow
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

Re: [WiX-users] Change the error dialog upon a known error code?

2010-02-13 Thread Tabmow
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

[WiX-users] Admin check in Win 2008?

2010-02-11 Thread Tabmow
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 ->

[WiX-users] Change the error dialog upon a known error code?

2010-02-10 Thread Tabmow
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

Re: [WiX-users] Run a .bat file minimized?

2009-04-27 Thread Tabmow
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

[WiX-users] Run a .bat file minimized?

2009-04-14 Thread Tabmow
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

Re: [WiX-users] msi.lib dependency with custom DLL?

2009-04-02 Thread Tabmow
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.

Re: [WiX-users] msi.lib dependency with custom DLL?

2009-04-02 Thread Tabmow
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

[WiX-users] msi.lib dependency with custom DLL?

2009-04-02 Thread Tabmow
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

Re: [WiX-users] Custom uninstall dialog?

2009-03-26 Thread Tabmow
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!

Re: [WiX-users] Custom uninstall dialog?

2009-03-25 Thread Tabmow
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

[WiX-users] Custom uninstall dialog?

2009-03-24 Thread Tabmow
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

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Tabmow
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. > > &

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Tabmow
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

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-26 Thread Tabmow
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

Re: [WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Tabmow
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

[WiX-users] Question about including large number of "modified" files...

2009-02-25 Thread Tabmow
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