[NAnt-users] msi upgrade

2008-08-21 Thread rkjmailcentre-mailinglists
Hi, I'm trying to get NAnt to build an msi with the exact same settings as what Visual Studio currently spits out for us. As such, I'm trying to work out how to get NAnt to enter data into the Upgrade table so the msi will uninstall previous versions of our product before installing the new

Re: [NAnt-users] csc and System.Resources.MissingManifestResourceException

2008-08-19 Thread rkjmailcentre-mailinglists
Hi Gert, Thanks, that works. I'd tried that without the basedir previously so that must have been what was missing! Regards, K. - Original Message From: Gert Driesen [EMAIL PROTECTED] To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Monday, 18 August, 2008 5:23:43 PM

[NAnt-users] csc and System.Resources.MissingManifestResourceException

2008-08-18 Thread rkjmailcentre-mailinglists
Hi, I've been trying to create an msi for my project using NAnt and I've successfully managed to create the msi and then install my project from it. My project runs but then comes up with a System.Resources.MissingManifestResourceException (Could not find any resources appropriate for the

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-03-18 Thread rkjmailcentre-mailinglists
Does anyone else have any ideas? I've got verbose=true switched on and I've tried setting the path to cabarc and mergemod in the Path system variable on my machine (as opposed to setting it in NAnt) but I'm still getting the same error. My NAnt script resides in C:/code/Project/trunk, which

[NAnt-users] looking for registry write task

2008-03-18 Thread rkjmailcentre-mailinglists
Hi Curtis, I tried exporting the registry key into a .reg file (manually), which I added to my libs directory and then added the following to my nant script but to be honest, it didn't work :/ Maybe you'll have better luck or maybe someone else on here knows what I was doing wrong? - K.

[NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread rkjmailcentre-mailinglists
Hi all, I'm new to NAnt and I'm trying to set up our project for automated builds but am having no success. I'm currently trying to use the msi task to build the msi for our project but it keeps failing with the following message: [msi] Compressing Files... [exec]

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread rkjmailcentre-mailinglists
Hi Bill, Just tried your idea and unfortunately, it made no difference. It's still giving me the exact same error. Regards, K. - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net Sent: Friday, 29 February, 2008 1:52:48

Re: [NAnt-users] msi task - 'cabarc' failed to start

2008-02-29 Thread rkjmailcentre-mailinglists
Hi Bob, Yes, I've already got verbose = true on the msi task. I think it's what outputs this information: [exec] Starting 'cabarc (-r N C:\code\PROJECT~3\trunk\builds\lat est\Project.cab *)' in 'C:\Documents and Settings\user\Local Settings\Temp\tm p177B.tmp' Could the path to Temp have