Re: [WiX-users] WebDirProperties

2006-09-08 Thread roxana
Simon Burgess a écrit : > > Hi I’m using WiX 2.0.3719 > > In IIS, for a Website, there are 3 options for Execute permissions > (‘none’, ‘script only’ and ‘scripts and executables’). The Execute > attribute in WebDirProperties is YesNo Type – yes sets ‘scripts and > executables’ no sets to ‘none’

Re: [WiX-users] Need help with checkboxes

2006-09-08 Thread Anton Filippov
Thanks for aswer. It works. And next question: How to set CheckBox value? CheckBox, when displayed have checked state. How to set it in non-checked state in initialization? Thanks, Anton. On 9/7/06, Dana Gutride <[EMAIL PROTECTED]> wrote: > Anton: > > Instead of using StartServer = "0" try NO

[WiX-users] Permissions for Groups

2006-09-08 Thread roxana
Hello list, I was just wondering if it is possible to modify permissions for groups, such as Users. Actually, I need to get rid of the Users group for one of my folders and to set a ACL for just one specific user and administrators.It seems that LOCAL_MACHINE _NAME\Users is there by default. T

Re: [WiX-users] merge module for olepro32.dll

2006-09-08 Thread Frederik Carlier
Title: [WiX-users] merge module for olepro32.dll Is that possibly related to the Visual Basic 6.0 runtime (cfr. http://support.microsoft.com/kb/187282/EN-US/)? If so, try http://www.microsoft.com/downloads/details.aspx?FamilyId=F9D19334-61EC-48CF-BB4E-3AEC65EDD50B&displaylang=en .   Frederik.

Re: [WiX-users] Permissions for Groups

2006-09-08 Thread roxana
Dana Gutride a écrit : > Roxana: > > The following works for me. You might want to try some variation of > these in your install. > > (this uses the > lockpermissions table) > Extended="yes"/> > Extended="yes"/> (IIS_WPG is a group) > > How are you formatting your permission element? > > D

Re: [WiX-users] Permissions for Groups

2006-09-08 Thread Dana Gutride
What happens if you just try to set the permission for the user that you want to use: .  Doing this results in the folder created having only Everyone and System with permissions on the folder.  Users does not show up in the ACL list. There are additional properties you can set in the extended perm

Re: [WiX-users] error when merging with msvbvm60.msm

2006-09-08 Thread Bob Arnson
Standa Kunc wrote: > F:\tmp\wix\didakta-geometrie1-2002-klient\main.wxs : error LGHT0112 : > Unresolved > reference to symbol 'Merge:msvbvm60.1E64E430-36E0-11D2-A794-0060089A724B' in > se > ction 'Product:3A41A001-5F28-4598-8225-4A3A13878F73'. > make.EXE: *** [all] Error 112 > > msvbvm60.msm is

Re: [WiX-users] Permissions for Groups

2006-09-08 Thread roxana
Dana Gutride a écrit : > What happens if you just try to set the permission for the user that > you want to use: . > Doing this results in the folder created having only Everyone and > System with permissions on the folder. Users does not show up in the > ACL list. > > There are additional pr

Re: [WiX-users] merge module for olepro32.dll

2006-09-08 Thread Mike Dimmick
Title: [WiX-users] merge module for olepro32.dll It's part of the OLE Automation package, oleaut32.msm, which you can obtain from Frederik's link. Use a element to merge in the merge module.   There's a known error in this package, see http://www.installsite.org/pages/en/bugs_msi.htm. Click the

Re: [WiX-users] Permissions for Groups

2006-09-08 Thread Dana Gutride
Ok, I just threw together a quick MSI to see if I could get something like what I think you are describing working.  Try the following, replacing the user hello with the user you created.  This doesn't add any others Users to the folder and you can add them one at a time if you need to.    

[WiX-users] Localizing UI in WiX

2006-09-08 Thread anwer nehal
Hello everyone I have an InstallShield based msi from which I extracted UI using dark and would like to localize this UI, is there an easy way to do this in either WiX 2.0 or 3.0? If it is not easy or possible, what is the best way to localize the (non-InstallShield extracted UI which is creat

[WiX-users] Adding an existing domain to a local group.

2006-09-08 Thread Darren Anderson
As part of setting up my website/vdir, I want to add an existing domain user to the local iis_wpg group.  What is the correct way to do this?  Here's what I'm trying but it says that GroupRef must be under a component:           

[WiX-users] Policy and Config files into the GAC?

2006-09-08 Thread Joseph Barkley
I've got some merge modules that contain policy dll files and config files for assemblies that need to go into the GAC. I have tried several different things to get these files placed into the GAC with the associated assemblies, but to no avail. I have tried adding them to the same component and se

Re: [WiX-users] error when merging with msvbvm60.msm

2006-09-08 Thread Standa Kunc
It is strange. Now it works. Just for record: I am using wix 2.0.4423.0. I have downloaded Merge modules for Visual Studio Service Pack 5 from Microsoft. My wxs files and localization file are included in attachement. Few other msm files were merged without problem. Only with msvbvm60.msm was e

Re: [WiX-users] merge module for olepro32.dll

2006-09-08 Thread Standa Kunc
Thank you all very much, this is the advice I needed. There is last unmerged dll file named vb6stkit.dll. Is there special merge module for this library? To be clear I want to merge all files that are written in the original non-msi setup. See orginal non-msi setup log in attachment. S. Kunc O