[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 action)

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

2007-06-15 Thread dave_c
rectoryInfo..ctor(String path) at Microsoft.Tools.WindowsInstallerXml.Common.GetFiles(String searchPath, String fileType) at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.ParseCommandLine(String[] args) dave_c wrote: > > Hi everyone, > > It has been a while since I last worked

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 what

Re: [WiX-users] How to create folders and shortcuts in the Start Menu? (Wix 3.0)

2007-03-15 Thread dave_c
what error message are you getting? Erich Buhler wrote: > > Thanks guys, I'll try right now ! > > Erich. > > Erich Buhler wrote: >> >> I have read it, but it doesn't say anything about it (there are 2 >> mentions only about the way of creating shortcuts, but nothing about >> creating shortcu

Re: [WiX-users] How to create folders and shortcuts in the Start Menu? (Wix 3.0)

2007-03-15 Thread dave_c
And here is an example of implementation where DashMenuDir is defined as Because the shortcut is being generated in this directory the folder is automatically createrd for you. Erich B

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

2007-02-28 Thread dave_c
Thanks for that. Following the instructions in the blog fixed the problem. Regards Dave C. Simon Dahlbacka wrote: > > http://www.georgewesolowski.com/blog/PermaLink,guid,4cc5fcdf-cc68-4cf0-a083-b22a8bdc92d6.aspx > > On 2/28/07, dave_c <[EMAIL PROTECTED]> wrote: >> &

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

2007-02-28 Thread dave_c
I want to store the Wix compiler code in a central location under source control within our organisation so that everyone that ends up using Wix uses a standard build. When I added to source control and tried to bruild a single file I get the following error message. Does anyone know what is causi

Re: [WiX-users] Forced remove of folder and files within

2007-02-26 Thread dave_c
he example above any file with an extension of .log will be deleted from the logs folder and the logs folder only. Bob Arnson-3 wrote: > > dave_c wrote: >> Is there an easy way in Wix to delete this folder and the files contained >> in >> it and if there is an example I'

[WiX-users] Forced remove of folder and files within

2007-02-26 Thread dave_c
Hi there, I manually create a logs folder during installation using the CreateFolder option. During the lifetime of the application this directory is written to with some logs files. Therefore, when I come along to delete this directory, because it contains files the installer does not know abo

Re: [WiX-users] Using a Property as a parameter in a customAction

2007-02-23 Thread dave_c
Okay I think I got it. I've quoted the parameter and it seemed to work Thanks dave_c wrote: > > Hi there, > > I tried what you suggested and got the same output. > > MSI (s) (40:B8) [11:56:27:009]: PROPERTY CHANGE: Adding QtExecCmdLine > property. Its va

Re: [WiX-users] Using a Property as a parameter in a customAction

2007-02-23 Thread dave_c
lue 1. Action ended 11:56:27: INSTALL. Return value 1. Property(S): INSTALLDIR = C:\Program Files\Acme\Foobar 1.0\ and here is the code that ran it. Or have I done something silly again. Rob Hamflett wrote: > > You should be able to just replace as a parameter here> with [INS

[WiX-users] Using a Property as a parameter in a customAction

2007-02-23 Thread dave_c
Hi there, Is the following possible. I have an installer that as one of the steps allows the user to define the installation location. I would then like to take this parameter (using msiGetProperty or whatever) and pass it into a script that I have defined as a customAction.

Re: [WiX-users] run a script passing a parameter

2007-02-22 Thread dave_c
; > Impersonate="yes" > Return="check"/> > Id="LoadDB" > BinaryKey="wixca" > DllEntry="CAQuietExec" &g

Re: [WiX-users] run a script passing a parameter

2007-02-22 Thread dave_c
ate Symbol QtExecCmdLine found' Could you explain more or better show what I shuld have done in the snippet of code shown. Bob Arnson-3 wrote: > > dave_c wrote: >> >> > Execute="immediate" Return="check"/> >> > > QuietExec requ

[WiX-users] More on CustomActions

2007-02-22 Thread dave_c
I've managed to mess up my WiX installer somehow but thought would start a new thread on this error. I'm seeing the message below, does anyone know what is causing it. Am guessing it is related to quoting but am going round in circles now. Action start 16:08:52: QtExec. MSI (s) (9C:F4) [16:08:52

Re: [WiX-users] run a script passing a parameter

2007-02-22 Thread dave_c
> Dave, > > You probably already identified the problem - the name needs to be > quoted. Try this: > > > > Regards, > Richard > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of dave_c > Sent: Thursday, Februa

Re: [WiX-users] run a script passing a parameter

2007-02-22 Thread dave_c
n the > WiX chm under > WiX Help -> Authoring -> WiX Standard CustomActions -> Quiet Execution > CustomAction > > Rob > > dave_c wrote: >> Hi Rob, >> >> I tried removing that but it lloks like things are more fundamental than >> I >>

[WiX-users] Getting a scrtip to run as a custom action

2007-02-22 Thread dave_c
I am pulling my hair out at the moment. This is actually linked to another post I have but wasn't sure who gets visibility of what so apologies for duplication. I am trying to build a wix installer step by step and am struggling at the first step. What I want to do is to install a perl script,

Re: [WiX-users] run a script passing a parameter

2007-02-22 Thread dave_c
flett wrote: > > You don't need '[INSTALLDIR]first.pl' in the ExeCommand, as this is what > the FileKey is for. I > think you just need your 'install' argument there. > > Rob > > dave_c wrote: >> Excuse my stupidity. >> >> I wan

[WiX-users] run a script passing a parameter

2007-02-22 Thread dave_c
Excuse my stupidity. I want to install and then run a perl script passing a parameter to it but what I have written nothing appears to happen. I know if i run the script from the command line and pass a parameter it does what I want i.e. first.pl install but then I put in in the wix script it d

[WiX-users] Stpping and starting a windows service as a custom action or something

2007-02-21 Thread dave_c
Hi there, Being both new to Wix and new to windows platform this is a little bit wooly but was hoping someone might be able to help What I wuld like to do is 1. Determine whether a service process is running and, if it is, stop and remove it by running the command $SomePath/bin/OUKWatchdo

Re: [WiX-users] Files not being wrapped up into installer

2007-02-21 Thread dave_c
Thanks. Setting compressed='yes' did the trick. dave_c wrote: > > I had a quick look but could not find information. > > I want my installer to have all the files to be installed wrapped up in > the msi. However, When I build the msi this is not happening (a new >

[WiX-users] Files not being wrapped up into installer

2007-02-20 Thread dave_c
I had a quick look but could not find information. I want my installer to have all the files to be installed wrapped up in the msi. However, When I build the msi this is not happening (a new directory is being created with the files located there). I thi=ought I was doing the right thing in my ma

Re: [WiX-users] WixLocalization/@Culture attribute was not found

2007-02-20 Thread dave_c
> "-cultures:en-us" > > On 2/20/07, dave_c <[EMAIL PROTECTED]> wrote: >> >> >> Should have added. >> >> Here is the start of my WIX file >> >> >> > >> > Id='{38C10847-BBCD-4cfe-9A72-4FB8439B9D8D}&#

Re: [WiX-users] WixLocalization/@Culture attribute was not found

2007-02-20 Thread dave_c
Should have added. Here is the start of my WIX file I'm guessing I need to add the WixLocalization and Culture definitions somewhere in here but don't know where. ------- dave_c wrote: > > I ha

[WiX-users] WixLocalization/@Culture attribute was not found

2007-02-20 Thread dave_c
I have just recently moved from using wix2 to using wix3. After removing all the shortname I tried to build the relase and got the error message mentioned above. Does anyone know what I need to do to fix these problems. Also, is there a link/URL to somewhere that explains the differences betwee

Re: [WiX-users] Removing Patch software

2007-02-19 Thread dave_c
wrote: > > dave_c wrote: >> I downloaded the Stable 2.0 version from the wix page (file is listed as >> 2.0.4820.0) >> > > I used a recent weekly build of WiX v3. > >> I then downloaded the SDK from the link on the wix web page which took me >> to >

Re: [WiX-users] Example Patch required

2007-02-19 Thread dave_c
this makes sense dave_c wrote: > > Hi folks, > > I'm on the lookout for a simple example that illustrates patching using > WIX. > > The functionality requried is > > Step 1. Apply original application and associated code. > Step 2. Apply a patch to some of the

[WiX-users] Example Patch required

2007-02-19 Thread dave_c
Hi folks, I'm on the lookout for a simple example that illustrates patching using WIX. The functionality requried is Step 1. Apply original application and associated code. Step 2. Apply a patch to some of the files from step 1 Step 3. Have ability to remove the patch software, leaving the orig

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-14 Thread dave_c
> > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of dave_c > Sent: Friday, February 09, 2007 7:31 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Error when trying to conditionally

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-14 Thread dave_c
l or higher version so the > one in your package isn't going to be installed. If you run the file from > the Binary table the error should go away, or put it in a hidden feature > that's always installed. > > Phil Wilson > > > -Original Message- >

Re: [WiX-users] Directory xxx is in the user profile but is not listed in the RemoveFile table

2007-02-09 Thread dave_c
Id is just a unique id for that RemoveFolder > entry. > > Rob > > dave_c wrote: >> I have just built a msi file. When I run it rhough Orca I see the >> following >> error messages >> >> The directory DashMenuDir is in the user profile but is not liste

Re: [WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread dave_c
Basically the user would select to install the Client software from the Feature Selection screen Once all the client software has been installed it would then perform a "post install" action to install the seperate installer (svgview.exe which is an installer in itself) If adding the svgview.exe

[WiX-users] Directory xxx is in the user profile but is not listed in the RemoveFile table

2007-02-09 Thread dave_c
I have just built a msi file. When I run it rhough Orca I see the following error messages The directory DashMenuDir is in the user profile but is not listed in the RemoveFile table. The directory DASHB is in the user profile but is not listed in the RemoveFile table. The directory AGI is in the

[WiX-users] Error when trying to conditionally run something (2753)

2007-02-09 Thread dave_c
I actually have two questions relating to this, not sure if I should post one question seperately though I have broken my installer down into having two features, CLIENT and SERVER. What I want to happen is when I install the client feature, upon completion it runs another small installer to lay

Re: [WiX-users] Error 2803 being displayed when hitting Next

2007-02-08 Thread dave_c
File attached this time dave_cory wrote: > > Due to the size of the zip file I'm enclosing the wsx files and the msi > file. > > If you look in the zip file you will see a dash_broken.bat, this is how I > built the release. > > Checking in the wixui directory you will see BOServerDlg (this is

Re: [WiX-users] Affecting the registry during install and removal

2007-02-08 Thread dave_c
s in the current directory, then > tallow -s file.dll > should work. You can use -nologo to skip printing the copyright > information at the beginning. > > -Brian Simoneau > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of d

Re: [WiX-users] Removing Patch software

2007-02-08 Thread dave_c
Following on from the previous message I double checked what I have installed. I downloaded the Stable 2.0 version from the wix page (file is listed as 2.0.4820.0) I then downloaded the SDK from the link on the wix web page which took me to the SDK download section. I downloaded the x86 sdk (ver

[WiX-users] Error 2803 being displayed when hitting Next

2007-02-08 Thread dave_c
I have added a new dialog to prompt for IP Address and Port Number. I've created a new version of Wix_Mondo and added the extra step into it. I then built the executable (using dash_broken.bat) which completed fine. When I ran it I got my new dialog being displayed but when I hit the Next or Bac

Re: [WiX-users] Affecting the registry during install and removal

2007-02-08 Thread dave_c
t; > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of dave_c > Sent: Wednesday, February 07, 2007 11:49 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Affecting the registry during install and removal > >

[WiX-users] Affecting the registry during install and removal

2007-02-07 Thread dave_c
I have some windows scripting files to add as part of my install. Up until now I have manually been seleing the "Register" option from within windows explorer and then "Unregister" when software is removed. I'd like to automate this in the installer so how do I call regsvr32 from with the install