You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
(72) |
May
(71) |
Jun
(30) |
Jul
(34) |
Aug
(52) |
Sep
(40) |
Oct
(72) |
Nov
(46) |
Dec
(93) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(67) |
Feb
(169) |
Mar
(147) |
Apr
(131) |
May
(169) |
Jun
(179) |
Jul
(292) |
Aug
(184) |
Sep
(212) |
Oct
(146) |
Nov
(138) |
Dec
(72) |
2006 |
Jan
(82) |
Feb
(183) |
Mar
(129) |
Apr
(237) |
May
(122) |
Jun
(125) |
Jul
(138) |
Aug
(173) |
Sep
(114) |
Oct
(251) |
Nov
(258) |
Dec
(212) |
2007 |
Jan
(270) |
Feb
(169) |
Mar
(179) |
Apr
(155) |
May
(159) |
Jun
(188) |
Jul
(225) |
Aug
(227) |
Sep
(146) |
Oct
(352) |
Nov
(145) |
Dec
(151) |
2008 |
Jan
(148) |
Feb
(147) |
Mar
(89) |
Apr
(426) |
May
(524) |
Jun
(4) |
Jul
(13) |
Aug
(11) |
Sep
(4) |
Oct
(23) |
Nov
(38) |
Dec
(28) |
2009 |
Jan
(48) |
Feb
(39) |
Mar
(30) |
Apr
(33) |
May
(28) |
Jun
(10) |
Jul
(4) |
Aug
(4) |
Sep
(7) |
Oct
(3) |
Nov
|
Dec
(27) |
2010 |
Jan
(11) |
Feb
(7) |
Mar
(15) |
Apr
(23) |
May
(41) |
Jun
(28) |
Jul
(27) |
Aug
(26) |
Sep
(38) |
Oct
(9) |
Nov
(14) |
Dec
(14) |
2011 |
Jan
(21) |
Feb
(7) |
Mar
(5) |
Apr
(9) |
May
(4) |
Jun
(11) |
Jul
(8) |
Aug
(10) |
Sep
(11) |
Oct
(9) |
Nov
(14) |
Dec
(1) |
2012 |
Jan
(27) |
Feb
(2) |
Mar
(1) |
Apr
(26) |
May
(23) |
Jun
(2) |
Jul
(17) |
Aug
(7) |
Sep
(5) |
Oct
(22) |
Nov
(33) |
Dec
(6) |
2013 |
Jan
(92) |
Feb
(119) |
Mar
(123) |
Apr
(90) |
May
(87) |
Jun
(58) |
Jul
(71) |
Aug
(88) |
Sep
(82) |
Oct
(152) |
Nov
(148) |
Dec
(77) |
2014 |
Jan
(130) |
Feb
(154) |
Mar
(108) |
Apr
(78) |
May
(104) |
Jun
(101) |
Jul
(156) |
Aug
(57) |
Sep
(51) |
Oct
(107) |
Nov
(130) |
Dec
(52) |
2015 |
Jan
(72) |
Feb
(20) |
Mar
(53) |
Apr
(38) |
May
(18) |
Jun
(13) |
Jul
(29) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2022 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2004-05-02 04:57:07
|
Bugs item #944921, was opened at 2004-04-29 22:07 Message generated for change (Comment added) made by teyc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944921&group_id=105970 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chui Tey (teyc) Assigned to: Nobody/Anonymous (nobody) Summary: Unhelpful exception information in GetFileHash Initial Comment: I have a rather large wix file and light is throwing an error which doesn't pinpoint me to where the error might be. light.exe : fatal error LGHT0000: Input string was not in a correct format. Stack Trace: at System.Text.StringBuilder.FormatError() at System.Text.StringBuilder.AppendFormat (IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at System.String.Format(String format, Object arg0, Object arg1) at Microsoft.Tools.WindowsInstallerXml.Msi.MsiBase.GetFileH ash(String filePath, Int32 options, In t32[]& hash) at Microsoft.Tools.WindowsInstallerXml.Linker.UpdateFileInfo rmation(Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.LightMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main (String[] args) ---------------------------------------------------------------------- >Comment By: Chui Tey (teyc) Date: 2004-05-02 04:57 Message: Logged In: YES user_id=29167 Suspect problem was caused by a file with a name called "#readme.txt#", and using the FileGroup tag. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944921&group_id=105970 |
From: Ian M. <ia...@Ac...> - 2004-05-01 04:38:12
|
Hi all, I've put together a .build file for wix. This basically mirrors what make.bat does not except that instead of shelling out to devenv.com it uses the nant solution task. The advantages are twofold: - you don't need vs.net installed to build - just the .net sdk + a recent platform SDK is sufficent - build time is quicker since the overhead of launching a vs.net instance is avoided I haven't attached the build file as I'm waiting on a copyright assignment document before I submit it. Feel free to contact me off-list to get a copy in the meantime. Ian -- Ian MacLean, Developer, ActiveState, a division of Sophos http://www.ActiveState.com |
From: SourceForge.net <no...@so...> - 2004-04-30 10:19:28
|
Feature Requests item #945188, was opened at 2004-04-30 12:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=945188&group_id=105970 Category: None Group: None Status: Open Priority: 5 Submitted By: Leo von Wyss (vonwyss) Assigned to: Nobody/Anonymous (nobody) Summary: light: Ensure componente Guid uniqueness Initial Comment: As of now, light accepts to build an MSI where two <Component> entries have an identical GUID. This is of course an authoring error, but quite easy to make when using cut&paste. Also, this leads to hard-to-find bugs in the MSI, where the installer gets confused with the state of the two different components. It would be helpful if light issued an error (or at least a warning) in such cases. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=945188&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 23:49:55
|
Bugs item #944924, was opened at 2004-04-29 15:15 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944924&group_id=105970 Category: candle Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Jason Swager (jswager) >Assigned to: Rob Mensching (robmen) Summary: No merge module dependencies Initial Comment: Perhaps I'm overlooking something, but there doesn't appear to be any way to specify merge module dependencies. For example, assume I have two merge modules - A and B. To use B, I must have A installed. Normally, a record in the ModuleDependency table of B's MSM file will do the trick. There doesn't appear to be a way to do this in WIX. Perhaps, using a CustomTable entry would work as a temporary workaround? ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-29 16:49 Message: Logged In: YES user_id=991639 This was fixed in the 2.0.1629.0 build. See the <Dependency/> elment. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944924&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 22:15:08
|
Bugs item #944924, was opened at 2004-04-29 22:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944924&group_id=105970 Category: candle Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jason Swager (jswager) Assigned to: Nobody/Anonymous (nobody) Summary: No merge module dependencies Initial Comment: Perhaps I'm overlooking something, but there doesn't appear to be any way to specify merge module dependencies. For example, assume I have two merge modules - A and B. To use B, I must have A installed. Normally, a record in the ModuleDependency table of B's MSM file will do the trick. There doesn't appear to be a way to do this in WIX. Perhaps, using a CustomTable entry would work as a temporary workaround? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944924&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 22:07:05
|
Bugs item #944921, was opened at 2004-04-29 22:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944921&group_id=105970 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chui Tey (teyc) Assigned to: Nobody/Anonymous (nobody) Summary: Unhelpful exception information in GetFileHash Initial Comment: I have a rather large wix file and light is throwing an error which doesn't pinpoint me to where the error might be. light.exe : fatal error LGHT0000: Input string was not in a correct format. Stack Trace: at System.Text.StringBuilder.FormatError() at System.Text.StringBuilder.AppendFormat (IFormatProvider provider, String format, Object[] args) at System.String.Format(IFormatProvider provider, String format, Object[] args) at System.String.Format(String format, Object arg0, Object arg1) at Microsoft.Tools.WindowsInstallerXml.Msi.MsiBase.GetFileH ash(String filePath, Int32 options, In t32[]& hash) at Microsoft.Tools.WindowsInstallerXml.Linker.UpdateFileInfo rmation(Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.LightMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main (String[] args) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944921&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 16:41:21
|
Bugs item #944666, was opened at 2004-04-29 18:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944666&group_id=105970 Category: light Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leo von Wyss (vonwyss) Assigned to: Nobody/Anonymous (nobody) Summary: Compressed attributes of Package and Media not validated Initial Comment: If the compressed attribute of the package is set to "yes" but the media entry for the files specifies no cabinet, the resulting MSI fails during installation with error 2920. light should either issue an error if such a situation is encountered or select a reasonable default value (e.g. apply the settings in the Media entries) in order to make the resulting MSI valid. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944666&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 16:08:40
|
Feature Requests item #944626, was opened at 2004-04-29 18:08 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=944626&group_id=105970 Category: None Group: None Status: Open Priority: 5 Submitted By: Leo von Wyss (vonwyss) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to create PCP files Initial Comment: It would be a nice addition if PCP files could be authored as XML and compiled, just like msi and msm... writing them in Orca is really a pain... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=944626&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 16:02:08
|
Bugs item #943538, was opened at 2004-04-28 00:30 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943538&group_id=105970 Category: light Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Chui Tey (teyc) >Assigned to: Rob Mensching (robmen) Summary: The process cannot access the file ... because it is used Initial Comment: light.exe : fatal error LGHT0000: The process cannot access the file "c:\tmp\wix\PFiles\AAAFeaturesApp\hello.exe" because it is being used by another process. Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at Microsoft.Tools.WindowsInstallerXml.Linker.CreateImage (Output output) at Microsoft.Tools.WindowsInstallerXml.Linker.LayoutMedia (Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.LightMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main (String[] args) The file is not in use. Could it be in use by some child process spawned by wix? ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-29 09:02 Message: Logged In: YES user_id=991639 The Binder should handle these sorts of things better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943538&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 16:01:29
|
Bugs item #939927, was opened at 2004-04-22 03:20 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=939927&group_id=105970 Category: light Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Leo von Wyss (vonwyss) >Assigned to: Rob Mensching (robmen) Summary: IDT export does not always transform control chars Initial Comment: For some tables/columngs, the escapeIdtCharacters is not set to true, although it should be. This leads to a failure linking such projects as decomiled WISE installers. Examples of columns that should probably have escapeIdtCharacters="yes" are (list does not claim to be complete): ActionText.Description ActionText.Template Feature.Description LaunchCondition.Description RadioButton.Help (to fix in Data/tables.xml) Actually, is there any reason, not to perform the special char handling on all fields? ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-29 09:01 Message: Logged In: YES user_id=991639 IDT escaping has been added to all relevant localized text fields (as all of the above are). We don't want to do IDT escaping all the time because it is a brain-dead and relatively expensive operation. Once we find all the places where line- feeds are actually allowed, this should not be an issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=939927&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 16:00:03
|
Bugs item #932293, was opened at 2004-04-09 06:11 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=932293&group_id=105970 >Category: light Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Rob Mensching (robmen) Summary: CAB files Initial Comment: Setting Media/@Cabinet implies Package/@compressed='yes', If Package@compressed='no', then generated MSI will ignore the .cab file anyway, and this does not get picked up until the msi is run from a different directory. A warning should be emitted. ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-29 09:00 Message: Logged In: YES user_id=991639 The Binder should now take care of all these cases. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=932293&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 07:12:13
|
Bugs item #944264, was opened at 2004-04-29 09:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944264&group_id=105970 Category: dark Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leo von Wyss (vonwyss) Assigned to: Nobody/Anonymous (nobody) Summary: dark decompiles Upgrade table as a custom table Initial Comment: The Upgrade table is not handled specifically by dark and results in a <CustomTable> instead of a <Upgrade> element. The contents seem correct though, but this makes it somewhat harder to understand the resulting .wxs file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944264&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-29 06:59:30
|
Bugs item #944262, was opened at 2004-04-29 08:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944262&group_id=105970 Category: dark Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leo von Wyss (vonwyss) Assigned to: Nobody/Anonymous (nobody) Summary: dark fails to decompile MSMs correctly Initial Comment: When trying to decompile an MSM, dark fails to deliver correct results. When used without the -m switch, all names remain modularized and the file contains a <Product> element instead of <Module>. Otherwise, the produced .wxs file seems quite correct and it can be manually fixed up to be useful. When used with the -m switch, dark fails with the following message: ..\sumex\sumex-module-bsn.msm dark.exe : fatal error DARK0000: Item has already been added. Key in dictionary: "MDInvoiceRequestManager.76DC860E_2940_4 5D9_83C3_B6C946BC604B" Key being added: "MDInvoiceRequestManager.76DC860E_2940_45D9 _83C3_B6C946BC604B" Stack Trace: at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) at System.Collections.Hashtable.Add(Object key, Object value) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessO rphanedComponents() at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessDi rectoryTable(String parent) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessPr oductElement(XmlWriter writer, Boolean writeDocumentElements) at Microsoft.Tools.WindowsInstallerXml.Decompiler.Decompil e(String inputPath, String outputPath) at Microsoft.Tools.WindowsInstallerXml.Tools.DarkMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Dark.Main (String[] args) This is the case for modules from other vendors (Microsoft, Wise etc.), but also for modules created with WiX. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944262&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-28 15:04:22
|
Bugs item #943000, was opened at 2004-04-27 15:10 Message generated for change (Comment added) made by matze_0815 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 Category: candle Group: None Status: Closed Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Rob Mensching (robmen) Summary: Can't initialize correctly Initial Comment: When launching candle.exe, following the documentation on "your first wks file" on Windows XP up-to-date, I got this error message (in French, sorry) : "L'application n'a pas réussi à s'initialiser correctement (0xc0000135). Cliquer qur OK pour arréter l'application." I took the binaries directly form SF today 27/04/2004. Could you tell me if you have to be administrator to run wix ? ---------------------------------------------------------------------- Comment By: Matthias Glaub (matze_0815) Date: 2004-04-28 17:04 Message: Logged In: YES user_id=571572 Ok, forget my message... ;-) ---------------------------------------------------------------------- Comment By: Matthias Glaub (matze_0815) Date: 2004-04-28 17:02 Message: Logged In: YES user_id=571572 I've admin rights and have the same problem... Also Win XP (German) with SP1. Message in German: "Die Anwendung konnte nicht richtig initialisiert werden (0xc0000135). Klicken Sie auf OK, um die anwendung zu beenden." ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2004-04-27 18:01 Message: Logged In: YES user_id=991639 The Windows Installer XML toolset requires the .NET framework to be installed. There are no intentions of rewriting the entire toolset to remove that dependency. Note: The .NET framework is only necessary when creating your MSI/MSM file. During installation the .NET framework will not be necessary unless you add dependencies on it yourself. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-27 16:32 Message: Logged In: NO Ok, I understood where the problem came from. I haven't read the inexistent documentation... Please get rid of .NET framework dependency, it justs craps my Wise installation ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-28 15:02:11
|
Bugs item #943000, was opened at 2004-04-27 15:10 Message generated for change (Comment added) made by matze_0815 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 Category: candle Group: None Status: Closed Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Rob Mensching (robmen) Summary: Can't initialize correctly Initial Comment: When launching candle.exe, following the documentation on "your first wks file" on Windows XP up-to-date, I got this error message (in French, sorry) : "L'application n'a pas réussi à s'initialiser correctement (0xc0000135). Cliquer qur OK pour arréter l'application." I took the binaries directly form SF today 27/04/2004. Could you tell me if you have to be administrator to run wix ? ---------------------------------------------------------------------- Comment By: Matthias Glaub (matze_0815) Date: 2004-04-28 17:02 Message: Logged In: YES user_id=571572 I've admin rights and have the same problem... Also Win XP (German) with SP1. Message in German: "Die Anwendung konnte nicht richtig initialisiert werden (0xc0000135). Klicken Sie auf OK, um die anwendung zu beenden." ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2004-04-27 18:01 Message: Logged In: YES user_id=991639 The Windows Installer XML toolset requires the .NET framework to be installed. There are no intentions of rewriting the entire toolset to remove that dependency. Note: The .NET framework is only necessary when creating your MSI/MSM file. During installation the .NET framework will not be necessary unless you add dependencies on it yourself. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-27 16:32 Message: Logged In: NO Ok, I understood where the problem came from. I haven't read the inexistent documentation... Please get rid of .NET framework dependency, it justs craps my Wise installation ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-28 07:30:50
|
Bugs item #943538, was opened at 2004-04-28 07:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943538&group_id=105970 Category: light Group: None Status: Open Resolution: None Priority: 5 Submitted By: Chui Tey (teyc) Assigned to: Nobody/Anonymous (nobody) Summary: The process cannot access the file ... because it is used Initial Comment: light.exe : fatal error LGHT0000: The process cannot access the file "c:\tmp\wix\PFiles\AAAFeaturesApp\hello.exe" because it is being used by another process. Stack Trace: at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at Microsoft.Tools.WindowsInstallerXml.Linker.CreateImage (Output output) at Microsoft.Tools.WindowsInstallerXml.Linker.LayoutMedia (Output output) at Microsoft.Tools.WindowsInstallerXml.Tools.LightMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Light.Main (String[] args) The file is not in use. Could it be in use by some child process spawned by wix? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943538&group_id=105970 |
From: Orion E. <or...@co...> - 2004-04-28 01:51:21
|
Quoting Rob Mensching <ro...@us...>: > Orion, I think this is you, but can you please fix your email headers t= o > send your name. Currently, it looks like we're getting messages from > ghosts. How's this? I'm accessing my home email from work using webmail, and it w= as a bit shagged. Should be ok now. > Also, I don't have a policy for posting attachments to the aliases. I'= m > still trying to figure out if I can (legally) create a "Tracker" on > SourceForge for examples. Cool. I suppose someone could create a new sourceforge project called WiX-Support which would not be 'official' and therefore legally unattache= d, and just consist of whatever stuff (examples/other tools/etc) that people wan= t to throw on there... Good Idea? Yes/No? |
From: Rob M. <ro...@us...> - 2004-04-28 01:07:08
|
Orion, I think this is you, but can you please fix your email headers to send your name. Currently, it looks like we're getting messages from ghosts. Also, I don't have a policy for posting attachments to the aliases. I'm still trying to figure out if I can (legally) create a "Tracker" on SourceForge for examples. -----Original Message----- From: wix...@li... [mailto:wix...@li...]=20 Sent: Monday, April 26, 2004 18:42 Subject: RE: [WiX-devs] Sample App I will have a sample app up in probably a few more hours, which will be = a script for installing itself :-) My question is, what's the policy in posting attachments to the list? ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ WiX-devs mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-devs |
From: <or...@co...> - 2004-04-27 22:28:00
|
Yep definitely sent it. There's some registry key you can set for outlook= to disable blocking of certain kinds of attachments... Level1Remove in HKLM/software/microsoft/outlook/security or something like that. Google w= ill tell you. Not sure how to do it in OE. Either that or use some kind of webmail thing :-) |
From: <a-h...@fr...> - 2004-04-27 19:00:10
|
Ooh, just noticed that I indeed have the attachment too. But Outlook = refuses to let me look at it :(=20 Sorry Orion for wrongly thinking that you might have forgotten to attach = it! So, now I just have to figure out how to look at the attachment :) Regards, Andreas H=E4ber =20 ________________________________________ From: wix...@li... [mailto:wix...@li...] On Behalf Of nar...@ni... Sent: 27. april 2004 20:13 To: wix...@li... Subject: RE: [WiX-devs] Sample Installer I got the attachment fine. A healthy 44k baby installer!=20 Naren=20 Stripped away here too. Maybe he unfortunately forgot to attach the = files mentioned? (I know I sometimes do that error :/). Regards, Andreas H=E4ber -----Original Message----- From: wix...@li... [mailto:wix...@li...] On Behalf Of Rob Mensching Sent: 27. april 2004 19:13 To: wix...@li... Subject: RE: [WiX-devs] Sample Installer Curious, did anybody else get this attachment? =A0I didn't and I'm = trying to figure out at what point the attachment was stripped out (I'm betting it = was my local email server). -----Original Message----- From: wix...@li... [mailto:wix...@li...]=20 Sent: Monday, April 26, 2004 23:37 Subject: [WiX-devs] Sample Installer It's a bit rough round the edges, and the upgrade does not translate the = ARP install location as I didn't get time, but nonetheless, here is a sample installer with full upgrade facility and GUI (gui's probably a bit = broken in the error catching area, but hey, I didn't think it was too bad for a = day's work). Will clean it up a bit later, or perhaps someone else can. I'd = appreciate it if someone at least took a look and critiqued it. Build instructions for the XML file (once it's installed) is just candle Main.xml & light Main.wixobj. Thanks, Orion. ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=3D12297 _______________________________________________ WiX-devs mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-devs ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ WiX-devs mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-devs |
From: <nar...@ni...> - 2004-04-27 18:13:36
|
I got the attachment fine. A healthy 44k baby installer!=20 Naren Stripped away here too. Maybe he unfortunately forgot to attach the files mentioned? (I know I sometimes do that error :/). Regards, Andreas H=E4ber -----Original Message----- From: wix...@li... [mailto:wix...@li...] On Behalf Of Rob Mensching Sent: 27. april 2004 19:13 To: wix...@li... Subject: RE: [WiX-devs] Sample Installer Curious, did anybody else get this attachment? I didn't and I'm trying to figure out at what point the attachment was stripped out (I'm betting it=20 was my local email server). -----Original Message----- From: wix...@li... [mailto:wix...@li...]=20 Sent: Monday, April 26, 2004 23:37 Subject: [WiX-devs] Sample Installer It's a bit rough round the edges, and the upgrade does not translate the=20 ARP install location as I didn't get time, but nonetheless, here is a sample installer with full upgrade facility and GUI (gui's probably a bit broken=20 in the error catching area, but hey, I didn't think it was too bad for a=20 day's work). Will clean it up a bit later, or perhaps someone else can. I'd appreciate=20 it if someone at least took a look and critiqued it. Build instructions for the XML file (once it's installed) is just candle Main.xml & light Main.wixobj. Thanks, Orion. ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=3D12297 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F WiX-devs mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-devs ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F WiX-devs mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-devs |
From: <a-h...@fr...> - 2004-04-27 18:07:18
|
Stripped away here too. Maybe he unfortunately forgot to attach the = files mentioned? (I know I sometimes do that error :/). Regards, Andreas H=E4ber -----Original Message----- From: wix...@li... [mailto:wix...@li...] On Behalf Of Rob Mensching Sent: 27. april 2004 19:13 To: wix...@li... Subject: RE: [WiX-devs] Sample Installer Curious, did anybody else get this attachment? I didn't and I'm trying = to figure out at what point the attachment was stripped out (I'm betting it = was my local email server). -----Original Message----- From: wix...@li... [mailto:wix...@li...]=20 Sent: Monday, April 26, 2004 23:37 Subject: [WiX-devs] Sample Installer It's a bit rough round the edges, and the upgrade does not translate the = ARP install location as I didn't get time, but nonetheless, here is a sample installer with full upgrade facility and GUI (gui's probably a bit = broken in the error catching area, but hey, I didn't think it was too bad for a = day's work). Will clean it up a bit later, or perhaps someone else can. I'd = appreciate it if someone at least took a look and critiqued it. Build instructions for the XML file (once it's installed) is just candle Main.xml & light Main.wixobj. Thanks, Orion. ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=3D12297 _______________________________________________ WiX-devs mailing list WiX...@li... https://lists.sourceforge.net/lists/listinfo/wix-devs |
From: Rob M. <ro...@us...> - 2004-04-27 17:13:27
|
Curious, did anybody else get this attachment? I didn't and I'm trying to figure out at what point the attachment was stripped out (I'm betting it was my local email server). -----Original Message----- From: wix...@li... [mailto:wix...@li...] Sent: Monday, April 26, 2004 23:37 Subject: [WiX-devs] Sample Installer It's a bit rough round the edges, and the upgrade does not translate the ARP install location as I didn't get time, but nonetheless, here is a sample installer with full upgrade facility and GUI (gui's probably a bit broken in the error catching area, but hey, I didn't think it was too bad for a day's work). Will clean it up a bit later, or perhaps someone else can. I'd appreciate it if someone at least took a look and critiqued it. Build instructions for the XML file (once it's installed) is just candle Main.xml & light Main.wixobj. Thanks, Orion. |
From: SourceForge.net <no...@so...> - 2004-04-27 16:01:38
|
Bugs item #943000, was opened at 2004-04-27 06:10 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 Category: candle Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Rob Mensching (robmen) Summary: Can't initialize correctly Initial Comment: When launching candle.exe, following the documentation on "your first wks file" on Windows XP up-to-date, I got this error message (in French, sorry) : "L'application n'a pas réussi à s'initialiser correctement (0xc0000135). Cliquer qur OK pour arréter l'application." I took the binaries directly form SF today 27/04/2004. Could you tell me if you have to be administrator to run wix ? ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-27 09:01 Message: Logged In: YES user_id=991639 The Windows Installer XML toolset requires the .NET framework to be installed. There are no intentions of rewriting the entire toolset to remove that dependency. Note: The .NET framework is only necessary when creating your MSI/MSM file. During installation the .NET framework will not be necessary unless you add dependencies on it yourself. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-27 07:32 Message: Logged In: NO Ok, I understood where the problem came from. I haven't read the inexistent documentation... Please get rid of .NET framework dependency, it justs craps my Wise installation ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 |
From: SourceForge.net <no...@so...> - 2004-04-27 14:32:26
|
Bugs item #943000, was opened at 2004-04-27 06:10 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 Category: candle Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Can't initialize correctly Initial Comment: When launching candle.exe, following the documentation on "your first wks file" on Windows XP up-to-date, I got this error message (in French, sorry) : "L'application n'a pas réussi à s'initialiser correctement (0xc0000135). Cliquer qur OK pour arréter l'application." I took the binaries directly form SF today 27/04/2004. Could you tell me if you have to be administrator to run wix ? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-04-27 07:32 Message: Logged In: NO Ok, I understood where the problem came from. I haven't read the inexistent documentation... Please get rid of .NET framework dependency, it justs craps my Wise installation ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=943000&group_id=105970 |