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
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
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:
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
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
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
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
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
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
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
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.
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
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
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
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
>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
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
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
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
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
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
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
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:
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
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
--
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
Hi,
I have struggling with merge modules for hours now. Here is what i am doing
http://schemas.microsoft.com/wix/2006/wi";>
41 matches
Mail list logo