Re: [WiX-users] Want help on deployment/setup/versioning

2007-06-15 Thread Nitin
Thanks Deval, but it only address building MSI from WIX, I looking for something which would include complete deployment cycle. - Nitin. _ From: DEVAL SHAH [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 10:50 AM To: Nitin; wix-users@lists.sourceforge.net Subject: RE:

[WiX-users] (no subject)

2007-06-15 Thread aashish_raina
Hi Sir I am currentlt using wix tool.Please tell me how to store value of radio buttons in variables and use them in oyher dialog box. my file extension is .wxs DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent

[WiX-users] Create Virtual Directory under existing Website

2007-06-15 Thread Krishna Kishore
There is one default Website with IP as ALL Assigned and port as 80 and this site is stopped. There is another My Website with IP as ALL Assigned and port as 80 and this site is started. Through WIX i want to create Virtual Directory under My Website through script, it is always creating

[WiX-users] Site Unique identifer

2007-06-15 Thread Krishna Kishore
I am Creating Website with Wix ToolSet, the Site identifier is always starts with 1, But whenever I create manually the website the site id is very big number. Do we have any Problem if the website is single digit number Can we Control Site ID Creation with WIX or atleast some number more

[WiX-users] Uninstall sequence problem

2007-06-15 Thread volkmar
First, sorry for my bad english. my msi creates some registry entries and installs some assemblies to the GAC. After that it start and exit Visual Studio. But now my problem: For uninstalling the msi, i need a special sequence: 1. Remove Registry Entries 2. Start and Exit Visual Studio 3.

[WiX-users] Problem writing registry on Vista

2007-06-15 Thread Albert Tuulas
Hello, UAC turned off, running everything as administrator on Vista Business (64 bit). WiX installer has this component Component Id=MyReg DiskId=1 Guid=659AE83D-91ED-4FFF-AC55-B4C04251931F Registry Id='MyReg' Root='HKLM' Key='SOFTWARE\ACME Inc\OS\Vision\SI\Acquisition'

[WiX-users] setting Template Summary property

2007-06-15 Thread Anil Prasad
Hi All, I am building 64bit MSI using WiX and when I run MSI validation tool, I get errors about template summary property not set to proper value. I couldn't figure out any information on how to set this property. Can anyone please help? Thanks, Anil

Re: [WiX-users] That assembly does not allow partially trusted callers

2007-06-15 Thread dave_c
And here is the message I am receiving at the moment Y:\CustomSolutions\STC_ISMS\system\Windows\Wix\candle.exe ServerLibs.wxs candle.exe : error CNDL0001 : Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral,

Re: [WiX-users] That assembly does not allow partially trusted callers

2007-06-15 Thread dave_c
Hi everyone, It has been a while since I last worked on this stuff and am getting the security warning again. Unfortunately my pc has hadto be replaced so any settings I had have now been lost. I have Wix installed on a network share in the following location Y:\Wix Could someone tell me

Re: [WiX-users] That assembly does not allow partially trusted callers

2007-06-15 Thread Schrieken, Rene
Try: caspol -ag 1 -url file://Y:\Wix FullTrust From: [EMAIL PROTECTED] on behalf of dave_c Sent: Fri 6/15/2007 16:41 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] That assembly does not allow partially trusted callers And here is the message

[WiX-users] Bootstrap example

2007-06-15 Thread dave_c
Hi there, Does anyone have an example bootstrap program I can get a hold of or can they point me in the right direction. I've got an MSI that I want/need to install followed by another one and then I need to run a self extracting executable (although this can probably be done as a custom

Re: [WiX-users] Problem in uninstalling all the folders with WIX

2007-06-15 Thread Venkatesh Malepati
I am left with these folders. 1) COMPLIB and 2) Data folders and read me files. I donot know how to solve this puzzle. Any experts here?. If I install in C:\Program files, it works great. Aany other folder in C or D drives it does not work. Basically it works in the default path. I am pulling

Re: [WiX-users] Site Unique identifer

2007-06-15 Thread Aaron Shurts
There is no way to set the site ID. I believe WiX just enumerates the existing sites and takes the next available number. Regards, //aj On 6/15/07, Krishna Kishore [EMAIL PROTECTED] wrote: I am Creating Website with Wix ToolSet, the Site identifier is always starts with 1, But whenever I

Re: [WiX-users] Problem in uninstalling all the folders with WIX

2007-06-15 Thread Aaron Shurts
Rather than posting your project files, post a verbose log of your install/uninstall where this behavior is exhibited. Regards, //aj On 6/15/07, Venkatesh Malepati [EMAIL PROTECTED] wrote: I am left with these folders. 1) COMPLIB and 2) Data folders and read me files. I donot know how to

Re: [WiX-users] Bootstrap example

2007-06-15 Thread Aaron Shurts
The following example generates a setup.exe using the SDK bootstrapper. http://www.nabble.com/Sharing-some-bootstrap-information-tf3853598.html#a10917299 Regards, //aj On 6/15/07, dave_c [EMAIL PROTECTED] wrote: Hi there, Does anyone have an example bootstrap program I can get a hold of or

Re: [WiX-users] x64 and x86 both use same data files

2007-06-15 Thread Magus
Bump Magus wrote: The problem: Currently I have a data component that installes to ProgramFilesFolder, but on a x64 machine it will install my executable to ProgramFiles64Folder and the data needs to be in relation to it. On X64 the x86 program files will not install. Is there a way to

Re: [WiX-users] Site Unique identifer

2007-06-15 Thread Rob Mensching
And I was pointed once to a document that said what we are doing in the WiX toolset is not exactly correct... we're supposed to generate the big number. But everything works correctly as is so fixing that hasn't been a high priority. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

Re: [WiX-users] That assembly does not allow partially trusted callers

2007-06-15 Thread Mike Dimmick
Recommended: don't place WiX on a network drive. Copy the tools to your local file system. They have not been tested with any form of Code Access Security. If you wanted, you could add the WiX public key to the Full Trust level. To do this, open .NET Framework 2.0 Configuration (or 1.1, but in

Re: [WiX-users] setting Template Summary property

2007-06-15 Thread Mike Dimmick
Which validation tool are you using? How old is it? X64 is relatively new in Windows terms - you probably need the Windows Server 2003 R2 Platform SDK version of the CUB files for this to be supported. -- Mike Dimmick _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [WiX-users] ConfigureIIS issues in Vista

2007-06-15 Thread Mike Dimmick
Yes, the IIS custom actions use the IIS 6.0 metabase APIs. Notably, however, rollback does not work as the IIS team saw fit to remove the backup API that the custom actions use to support rollback. If you want to write new custom actions/modify the old ones to support IIS 7.0's new metabase API,

[WiX-users] Adding items to IIS: What am I doing wrong?

2007-06-15 Thread Pierson Lee (Volt)
My eventual goal is to be able to create a website through WiX, but currently this is supposed to add two new Application Pools in IIS and it isn't even doing that. What am I doing wrong? Any help would be great. Thanks --Pierson code ?xml version=1.0 encoding=utf-8? Wix

[WiX-users] Adding items to IIS: What am I doing wrong?

2007-06-15 Thread Pierson Lee (Volt)
My eventual goal is to be able to create a website through WiX, but currently this is supposed to add two new Application Pools in IIS and it isn't even doing that. What am I doing wrong? Any help would be great. Thanks --Pierson code ?xml version=1.0 encoding=utf-8? Wix

Re: [WiX-users] Adding items to IIS: What am I doing wrong?

2007-06-15 Thread Pierson Lee (Volt)
Interesting, because in the help documentation for the IIS Schema, it shows that the I don't have a RecycleTime element anymore FYI (and I forgot to post) I'm using v 3.0.2925 From: Francis Kam [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 5:20 PM To: Pierson Lee (Volt) Cc:

Re: [WiX-users] ConfigureIIS issues in Vista

2007-06-15 Thread Christopher Painter
Maybe they are using InstallShield 2008 which has native support for the 7.0 API. Mike Dimmick [EMAIL PROTECTED] wrote: (Wonder how microsoft.com are installing to their shiny new Windows Server 2008 Beta 3 boxes?) -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED]

[WiX-users] The Dance of Love

2007-06-15 Thread Nina
Hugging My Pillow http://owfolk.hk/ He brought with him a unique paste which, when applied to the back, would cure any ailment from bunions to cancer. - This SF.net email is sponsored by DB2 Express Download DB2 Express C -

Re: [WiX-users] upgradable merge modules

2007-06-15 Thread Jerome Haltom
I'm trying to think through this installer I'm working on again, and reconsidering how merge modules may be able to work for my situation. If I store the GUIDs properly, then multiple third parties who distribute my module will properly increase the ref count for the components. When all third

Re: [WiX-users] Adding items to IIS: What am I doing wrong?

2007-06-15 Thread Francis Kam
Quite possible, I really don't know that CA well at all. It looks odd to me anyway, don't know why that would be a child element instead of just an attribute. Anyway, any error messages or anything? -Francis On 6/15/07, Pierson Lee (Volt) [EMAIL PROTECTED] wrote: Interesting, because in