[WiX-users] Wix project for ASP.NET web project

2007-04-17 Thread Surya
I have been using WiX 2.0 for a couple of builds now for our project and so far its been an impressive ride. As part of our system components, we have an ASP.NET project and the way we build and deploy our code is drop all the files and folders to the VROOT. The files and folders easily add upto

[WiX-users] About Extended attribute in Permission tag

2007-04-17 Thread Igor Lemsky
In documentation we can read that using Permission with Extended="yes" we launch custom action from wixca and can use many SIDs as username. But WHICH exactly SIDs? Where can I read about this? - This SF.net email is sponsored

Re: [WiX-users] ICEM05 error when creating MergeModules from fragments

2007-04-17 Thread Bob Arnson
Ulf Gläser wrote: > However, whenever I create a merge module > that way, the component from the fragment doesn't seem to get registered > correctly. > It's an interesting bug. Please enter it on SF.net -- it might be big enough to reset WiX v2 escrow. However, there is an easy workaround:

Re: [WiX-users] Combining escape character with paths

2007-04-17 Thread Bob Arnson
barbq wrote: > I'm retrieving a path string from the registry and storing it into a > property. Later on I read this property from an external DLL. > I've came across the problem that all back-slashes are only single, > instead of double (as an escape character). Doubled backslashes are only nec

Re: [WiX-users] Making the installer use the LongName of a Directory

2007-04-17 Thread Bob Arnson
Nathan Lane wrote: > Is it possible and how does one, assuming it is possible, make the > installer use the LongName attribute of a Directory tag? It does -- so can you explain in more detail the problem you're seeing? -- sig://boB http://bobs.org

Re: [WiX-users] Problem with Directory attribute in IniFile element

2007-04-17 Thread Bob Arnson
Lorne Laliberte wrote: > ...but the "any other property representing a full path" part doesn't > seem to hold true. > Seems wrong -- the MSI doc is the definitive answer and it clearly supports a property. Can you enter a bug? It looks like it's a compiler bug. -- sig://boB http://bobs.org

[WiX-users] HKCU registry settings

2007-04-17 Thread Damitha Bogahawatta
Hi, I am trying to set a registry key in HKCU area and have that registry key applied to all users on the PC and new accounts created on the PC. I have created a component with the registry key and set the KeyPath='yes', but it only applies to the current user. When I logon as the second

[WiX-users] Permissions question

2007-04-17 Thread Igor Lemsky
I set permissions in some component on the registry key and note that other installed registry keys also get permissions. And this permission is not default for registry but very limited! So how can I add permissions in one component in registry and leave other components with registry writing wit

[WiX-users] ICEM05 error when creating MergeModules from fragments

2007-04-17 Thread Ulf Gläser
Hi, I'm having trouble creating a merge module from fragments. For the time being I'll have to deliver my files in merge modules, but in the foreseeable future those files will no longer be part of the project that currently consumes my merge modules. Instead I'll create the installer (using Wi

Re: [WiX-users] Wix All Users intall

2007-04-17 Thread Tony Hoyle
James Lapalme wrote: > Is it possible to create an All Users installation package, if yes how? Set ALLUSERS=1 > We have created a package but once installed with a certain user > account, it can only be uninstalled by the same user account. > Make sure the installer only read/writes from HKEY_L

Re: [WiX-users] Wix All Users intall

2007-04-17 Thread Mike Dimmick
See 'Specifying a Per-User or Per-Machine Installation' in the Windows Installer SDK, at http://msdn2.microsoft.com/en-us/library/aa371865.aspx. The simplest way is to set the ALLUSERS property to 1, but note that since it is a public property, it can be overridden on the msiexec command line.

[WiX-users] Combining escape character with paths

2007-04-17 Thread barbq
Hi, I'm retrieving a path string from the registry and storing it into a property. Later on I read this property from an external DLL. I've came across the problem that all back-slashes are only single, instead of double (as an escape character). Before I get into the mess of parsing these string

[WiX-users] Wix All Users intall

2007-04-17 Thread James Lapalme
Hello, Is it possible to create an All Users installation package, if yes how? We have created a package but once installed with a certain user account, it can only be uninstalled by the same user account. Regards, James

[WiX-users] Making the installer use the LongName of a Directory

2007-04-17 Thread Nathan Lane
Is it possible and how does one, assuming it is possible, make the installer use the LongName attribute of a Directory tag? -- Nathan Lane - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE vers

[WiX-users] Problem with Directory attribute in IniFile element

2007-04-17 Thread Lorne Laliberte
Hello List! :) I have a quick question about the element. The documentation for the Directory attribute says this: "Name of a property, the value of which is the full path of the folder containing the .ini file. Can be name of a directory in the Directory table, a property set by the AppSearch

Re: [WiX-users] Changing the drive letter

2007-04-17 Thread Lorne Laliberte
>Hello, I've read through the tutorial and researched the Help file, but I am unable to find out how one changes the drive letter to which a program will be installed. I assume it's possible. For example I want to install something to my D:\ partition. Can somebody point out how to do this? I d

Re: [WiX-users] Changing the drive letter

2007-04-17 Thread Brett Kapilik
Changing the drive letter is usually up to the user at runtime. You specify something like Program Files\Whatever and then let the user change the location if they want to. Do you have a specific need to hard-code a drive letter into the installer? Perhaps if you can expand on what you are trying t

[WiX-users] Changing the drive letter

2007-04-17 Thread Nathan Lane
Hello, I've read through the tutorial and researched the Help file, but I am unable to find out how one changes the drive letter to which a program will be installed. I assume it's possible. For example I want to install something to my D:\ partition. Can somebody point out how to do this? Tha

[WiX-users] SP.NET uninstall and home directory question

2007-04-17 Thread mmenaker
I’m having 2 problems: 1. My web applications that I create don’t delete the virtual dirs/apps from the Default Web Site section in IIS. The folders created are gone but you can see the app in the IIS. 2. Also I’m when installing 2 applications I would like the 2nd to always be the “Home D

[WiX-users] ASP.NET uninstall and home directory question

2007-04-17 Thread Mike Menaker
I'm having 2 problems: 1. My web applications that I create don't delete the virtual dirs/apps from the Default Web Site section in IIS. The folders created are gone but you can see the app in the IIS. 2. Also I'm when installing 2 applications I would like the 2nd to always be the "Home Di

[WiX-users] Modify a Pre-Existing Service with WiX?

2007-04-17 Thread Scott Parker
We're noticing on many of our client machines the ASP.NET State Service is set to Manual, and we need to configure it to instead be Automatic as part of the installation. We don't want to create a new State Service, so it doesn't seem that ServiceInstall is appropriate, and it doesn't look like Se

Re: [WiX-users] Run button Vs Install Button

2007-04-17 Thread Mike Dimmick
This is an 'Asynchronous Pluggable MIME Filter', I think. See http://msdn2.microsoft.com/en-us/library/aa767916.aspx for how to implement these. Looks pretty hard. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: 17 April

Re: [WiX-users] light.exe command line limitations?

2007-04-17 Thread Matt Anderson
Thanks, Andriy. That solved the problem. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http:

Re: [WiX-users] Run button Vs Install Button

2007-04-17 Thread Bob Arnson
Nitin Chaudhari wrote: > If I deploy some application through click once then i do get > Install/Dont Install Dialog. Whats happening there? The browser used > is same. > > So there has to be something based on which browser interprets the file. ClickOnce installs browser extensions to treat i

Re: [WiX-users] Forcing a .NET 2.0 install as a prerequisite

2007-04-17 Thread Michael Collins
I use the MSBuild GenerateBootstrapper task to create a bootstrapper to install .NET 2.0, 3.0, and other dependencies. It's fairly easy to add to your build process if you're running MSBuild. If you're using Votive, edit your .wixproj project file and add the following code to

[WiX-users] (no subject)

2007-04-17 Thread Scott Parker
-- Scott Parker 773-603-6197 (cell) [EMAIL PROTECTED] - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it

Re: [WiX-users] light.exe command line limitations?

2007-04-17 Thread Andriy Chernyayev
You can use response file with light light.exe @files_and_options.txt > Is there some kind of limitation on the number of .wixobj files that can be > passed to light.exe when building an MSI? I created a command string that > included around 1800 files, but light.exe threw an error saying t

Re: [WiX-users] File not found?

2007-04-17 Thread Alex Steen
Thanks Richard. SchedulingServicesCAB.CAB is a poor name to use because that is actually a folder name and not a CAB file name (it's the folder that I extracted the files in the original CAB file to, but I need to change that name). It looks like the whole problem is fixed if I add a \ to the end

[WiX-users] Forcing a .NET 2.0 install as a prerequisite

2007-04-17 Thread Thomas Bjørnsen
Is there any way to make WIX install .NET 2.0 if it doesn't find it (currently i just check if it exists with a FileSearch to check mscoree.dllfor version 2.0). I guess some kind of bootstrapper? And if I want a feature to only install on windows 2k/XP is it enough to create the feature and put

Re: [WiX-users] File not found?

2007-04-17 Thread Richard.Foster
Just to make sure I understand The code as you have written it will be attempting to take the source file c:\CabFilesInstaller\SchedulingServicesCAB.CAB, and use it for both the installed file with long name ConfigurationService.svc and DataListService.svc. Is this really what you want, or is

[WiX-users] light.exe command line limitations?

2007-04-17 Thread Matt Anderson
Is there some kind of limitation on the number of .wixobj files that can be passed to light.exe when building an MSI? I created a command string that included around 1800 files, but light.exe threw an error saying that it could not find the source at such-and-such a directory, cutting off the p

Re: [WiX-users] Shield Decoration on buttons

2007-04-17 Thread Rob Hamflett
That's what I'm doing. My bootstrapper runs with asInvoker elevation requirements. The UAC happens when Windows Installer changes from client-side to server-side during the install. I also find that running an MSI directly doesn't show the UAC prompt until it switches to the server-side.

Re: [WiX-users] Shield Decoration on buttons

2007-04-17 Thread Gareth at Serif
I find that the msi file extension tells Vista that the process requires elevation and you get the UAC prompt before the UI Sequene begins. Therefore, by the time you get to your 'Install' button with the potential to display your UAC Shield, the install doesn't require elevation (as it all ready

Re: [WiX-users] Run button Vs Install Button

2007-04-17 Thread Nitin Chaudhari
If I deploy some application through click once then i do get Install/Dont Install Dialog. Whats happening there? The browser used is same. So there has to be something based on which browser interprets the file. - Nitin On 4/16/07, Bob Arnson <[EMAIL PROTECTED]> wrote: Nitin Chaudhari wrot

Re: [WiX-users] use of SourceDir

2007-04-17 Thread Rob Hamflett
claudia falcone wrote: > hi again, > i need to know directories SystemFolder, SourceDir, StartupFolder but I > didn't fully comprehend their usage. > > here i attach two examples. > the first (example_shortcut) is for the use of StartupFolder: > in this example StartupFolder is not converted but

[WiX-users] use of SourceDir

2007-04-17 Thread claudia falcone
hi again, i need to know directories SystemFolder, SourceDir, StartupFolder but I didn't fully comprehend their usage. here i attach two examples. the first (example_shortcut) is for the use of StartupFolder: in this example StartupFolder is not converted but a directory named StartupFolder is cr

Re: [WiX-users] How to launch service under LocalSystem account?

2007-04-17 Thread Tony Hoyle
Igor Lemsky wrote: > When I create ServiceInstall element and set attribute Account="SYSTEM" > I get error like "You have haven't permissions to launch system > service..." but I launch installer under administrator account! AFAIK to run as LocalSystem you just leave the account attribute undefi

[WiX-users] How to launch service under LocalSystem account?

2007-04-17 Thread Igor Lemsky
When I create ServiceInstall element and set attribute Account="SYSTEM" I get error like "You have haven't permissions to launch system service..." but I launch installer under administrator account! I need System account because I need Interactive service, because my service launchs windowed prog

Re: [WiX-users] Conditional file inclusion.

2007-04-17 Thread Rob Hamflett
It looks like you're confusing run-time and compile-time conditions. Properties used like [this] and the Condition element are used when the package is being installed. If you want to make changes to how the package is built in the first place you need to use the preprocessor. Assuming that

Re: [WiX-users] usage of heat for install dir

2007-04-17 Thread claudia falcone
I began to insert the CreateFolder elements but it is a long job. maybe It is faster to insert an empty file in those directories. thanks a lot. claudia On 4/16/07, Bob Arnson <[EMAIL PROTECTED]> wrote: claudia falcone wrote: > This mean that I need to install empty directories too. > > I tried

[WiX-users] ICE03 error when using merge modules

2007-04-17 Thread smakazmi
Hi, I have struggling with merge modules for hours now. Here is what i am doing http://schemas.microsoft.com/wix/2006/wi";>