[WiX-users] Inserting string in REG_MULTI_SZ key

2007-03-17 Thread Hovhannes Nurijanyan
Hi All,

I am new to wix, and I am getting some problems.
I want to modify a multi string registry value to insert a string right after 
another string. Something like this:

STRING_1
STRING_2
STRING_3

And I want it to be changed to:

STRING_1
STRING_2
MY_STRING
STRING_3

Is it possible to do using wix's abilities, or I'll have to write a script to 
parse the string and modify it?

Thanks for help,
Hovik
 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] CustomAction fails on Vista, despite Impersonate=no

2007-03-17 Thread Michael Sperber

My installer, which works fine on XP, fails on Vista with access
denied messages.  It happens during a CustomAction which looks like
this:

CustomAction Id=build_usual_image
  Directory=INSTALLDIR
  ExeCommand='[SystemFolder]cmd.exe /v:off /c 
build\build-usual-image.bat [INSTALLDIR] [INSTALLDIR]scheme 
[INSTALLDIR]scheme48.image [INSTALLDIR]scheme48vm.exe 
[INSTALLDIR]build\initial.image'
  Impersonate=no
  Return=check /

The batch file invoked from the CustomAction seems to fail on echo'ing
to a file in the installation directory.  (I'm unclear what a
CustomAction with Impersonate=no can actually do, and if there are
any restrictions.)

Ideas, anyone?

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Windows Installer 4.0 msi schema

2007-03-17 Thread Bob Arnson

Thomas Svare wrote:


Mostly for informational/research purposes.  I know it's documented 
but I'd like to get a look at things.




You can get schema.msi, which contains all the tables, from the Windows 
SDK (Bin\msitools\Schemas\MSI\schema.msi).


--
sig://boB
http://bobs.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Set All Users desktop

2007-03-17 Thread Bob Arnson

Mike Dimmick wrote:


Well, unless running an elevated advertised installation, of course. 
I'm coming to the conclusion that that's what per-user installs are for.




Surely high on the list.g But ClickThrough proves there's real 
potential in a per-user install that isn't elevated.


--
sig://boB
http://bobs.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Costom feature selection control

2007-03-17 Thread Bob Arnson
Brian Cardiff wrote:
 To do a nice installer, do you know how to get if a specific feature 
 is selected for LocalInstall or NotInstall ?

See http://msdn2.microsoft.com/en-us/library/aa368561.aspx for examples.

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Intercepting SQL errors and displaying custom error

2007-03-17 Thread Bob Arnson

Don Tasanasanta wrote:


I'm searching the wixlib's for the sql error strings and only found 
them in the sca.wixlib


 

None of the tuple's defined in the sql section has localization 
variables and I haven't found associating fields in the wixui.wixlib




.wixlibs aren't really designed to be human-readable. You definitely 
want to use the source.


--
sig://boB
http://bobs.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change Back/Next/Cancel buttons size

2007-03-17 Thread Bob Arnson
Lexa Rogovoy wrote:
 Dialog Id=BrowseDlg Width=370 Height=270 

If you want to override a stock dialog, you need to replace the entire 
set fragment. You can use DialogRef to reference dialogs in 
WixUIExtension but there isn't a way to change an existing dialog's 
controls without rewriting them all. Why do need to change the sizes?

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] votive and iisextension

2007-03-17 Thread Bob Arnson

Sawyer, Shane wrote:


Does Votive support building a wxs file with the iisextension?  I am 
getting an error:


The Component element contains an unhandled extension element 
'iis:WebVirtualDir'.  Please ensure that the extension for elements in 
the 'http://schemas.microsoft.com/wix/IIsExtension' namespace has been 
provided.




You need to specify WixIIsExtension to use the IIS authoring and CAs.

--
sig://boB
http://bobs.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Consensus about CRT/MCF merge modules?

2007-03-17 Thread Bob Arnson

Mike Dimmick wrote:


I have to admit looking at how the VS2005 CRT merge modules work and 
being a bit confused as to why they're configured to do something 
different on Vista (not just using MsiAssembly/MsiAssemblyName tables) 
especially as they were released over a year before Vista was.




On Vista, the merge modules use MsiAssembly/MsiAssemblyName. Downlevel 
(e.g., XP), they use hard-coded paths, I'm told to work around a bug in 
Fusion on XP.


--
sig://boB
http://bobs.org

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Disabling a Feature

2007-03-17 Thread Bob Arnson
Geoff Finger wrote:
 I'd like the feature to be visible but unchangeable from the won't be
 installed state so the users can select it and see the requirement in
 the description and then go install .net if necessary. Is there any
 way to do this?
   

Not with the selection tree control. It doesn't support read-only 
features.

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] CustomAction fails on Vista, despite Impersonate=no

2007-03-17 Thread Bob Arnson
Michael Sperber wrote:
 My installer, which works fine on XP, fails on Vista with access
 denied messages.  It happens during a CustomAction which looks like
 this:
   

Custom actions you want to be elevated must be both deferred 
(Execute='deferred') and no-impersonate.

-- 
sig://boB
http://bobs.org



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] insignificant

2007-03-17 Thread Veronica N. Mccormick

12561 Promontory Road Los Angeles, CA. A repeat capsulotomy was then required 
onDecember 14, 1998.
It's one of the mostpainful things I've ever experienced, says Thomas LaMark, 
a freelancemusician in Andover, Mass. Wills wasclearly not informed of the 
material risks of the intended procedures based onhis clinical presentation. 
The failure to obtain corneal pachymetry to accurately assess comeal thickness 
preoperatively even in 1997 was substandard.
Wills that he was an excellent candidate for laser vision corrective surgeryand 
recommended LASIK procedures for both eyes.
Accordingly, MORIA is confident that its microkeratomes will be found 
notinfringing the Hellenkamp patents and looks forward to an early resolution 
ofthe lawsuit. com, a Web site devoted to LASIK patients with complications.

autograph.gif
Description: GIF image
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users