Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Setup missing files.
 

Setup missing files.

Hi,
I've just updated an existing guidance package and added new files to it. i then created the setup and it was installed by a developer but when they ran the create solution receipe some of the files couldnt not be found and it failed.
i've checked all the files and they're definitely marked as "Content" and "Copy Always" also it works fine on my local machine when i register the package.

is it something to do with the wix project not getting refreshed?
how do i refresh the wix project...
actually is there a good source of documentation, wiki etc with wix information, i dont know a whole lot about it..

regards.


mickdelaney  Friday, August 24, 2007 4:16 PM
Hi Mick,

We've been enhanced the WiX setup bits to make the experience as automated as possible, that is, you add some files and we automatically add them to be part of the WiX installer. We've added support for all content files and for referenced assemblies too which should pretty much cover the 90% of any installer needs. But the bits supporting this are not publicy available yet, we would make another public release available very soon.

thanks,
-Victor.

vga  Saturday, August 25, 2007 5:06 PM
found the problem.... need to replace this reference throughout the package.

<Assembly>Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>

error message was a bit vague... but i guess i should have picked it up...

regards.
mickdelaney  Tuesday, September 04, 2007 12:54 PM
Hi Mick,
The default wix setup project is just a baseline, so you should add your content files and any referenced assembly by hand.

hth
jose.
Jose Escrich  Friday, August 24, 2007 5:28 PM
Hi Mick,

We've been enhanced the WiX setup bits to make the experience as automated as possible, that is, you add some files and we automatically add them to be part of the WiX installer. We've added support for all content files and for referenced assemblies too which should pretty much cover the 90% of any installer needs. But the bits supporting this are not publicy available yet, we would make another public release available very soon.

thanks,
-Victor.

vga  Saturday, August 25, 2007 5:06 PM
hi,

am i better off using the standard setup for now? i've added some new files into my web project of this guidance package and i dont really fancy spending time learning wix configuration to get it all working.
does the standard installer do what i need?? and if so how can i change my guidance package to use this instead. (i mean is there an easy way?)

regards.
mickdelaney  Wednesday, August 29, 2007 2:34 PM
Hi, some questions:

1- Is the WIX Setup Project under SCC?
2- Where the new files were added?

When the Setup project is built the WIX files are updated so they should be checked-out in order to be able to add the latest changes on them. If it's the case try to checkout all project's files and try to build the project again.

If the files were added to the Templates directory the changes should be updated when Setup project is built if the files are not read only.

Thanks,
-Adrian

Adrian Alonso  Wednesday, August 29, 2007 3:02 PM
hi adrian,
i checked out everything and it seemed to update it, as it then complained about a missing .ico file when i ran the setup. i then went into the particular tempalte and removed the reference to that .ico file and reran the setup but i got another problem. "Object reference not set to an instance of an object" error message at the end of the install.. it then rolls back the install. is there an install log or something i can look at???
regards.



mickdelaney  Wednesday, August 29, 2007 3:40 PM
Did you try using the msiexec /log command line?

-Adrian
Adrian Alonso  Wednesday, August 29, 2007 3:48 PM
i pasted the log file below..... i think this is the error message where it fails:

Action 17:06:46: TechControl.SoftwareFactoryInstall.
Error 1001. Object reference not set to an instance of an object.
MSI (s) (44!3C) [17:06:53:243]:
DEBUG: Error 2769: Custom Action TechControl.SoftwareFactoryInstall did not close 1 MSIHANDLEs.
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2769. The arguments are: TechControl.SoftwareFactoryInstall, 1,
Action ended 17:06:53: InstallFinalize. Return value 3.
Action 17:06:53: Rollback. Rolling back action:
Rollback: TechControl.SoftwareFactoryInstall
Rollback: Copying new files
Info 1903. Scheduling reboot operation: Deleting file C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TBD176A.tmp. Must reboot to complete operation.
Rollback: Updating component registration
Action ended 17:06:57: INSTALL. Return value 3.


i've marked in red (below) where i think the error was logged....


=== Logging started: 29/08/2007 17:06:38 ===
Action 17:06:38: INSTALL.
Action start 17:06:38: INSTALL.
Action 17:06:38: PrepareDlg.
Action start 17:06:38: PrepareDlg.
Info 2898. WixUI_Font_Bigger, Tahoma, 1
Info 2898. WixUI_Font_Normal, Tahoma, 1
Action 17:06:38: PrepareDlg. Dialog created
Action ended 17:06:38: PrepareDlg. Return value 1.
Action 17:06:38: AppSearch. Searching for installed applications
Action start 17:06:38: AppSearch.
AppSearch: Property: MFLIBINSTALL, Signature: MetaFactoryLibraryInstalledRegistry
AppSearch: Property: VSINSTALLDIR, Signature: VSInstalledRegistry
AppSearch: Property: VSROOT, Signature: VSRootRegistry
AppSearch: Property: GAX11VSIP, Signature: GAX11VSIPRegistry
AppSearch: Property: GAX11, Signature: GAX11Registry
Action ended 17:06:38: AppSearch. Return value 1.
Action 17:06:38: LaunchConditions. Evaluating launch conditions
Action start 17:06:38: LaunchConditions.
Action ended 17:06:38: LaunchConditions. Return value 1.
Action 17:06:38: ValidateProductID.
Action start 17:06:38: ValidateProductID.
Action ended 17:06:38: ValidateProductID. Return value 1.
Action 17:06:38: CostInitialize. Computing space requirements
Action start 17:06:38: CostInitialize.
Action ended 17:06:38: CostInitialize. Return value 1.
Action 17:06:38: FileCost. Computing space requirements
Action start 17:06:38: FileCost.
Action ended 17:06:38: FileCost. Return value 1.
Action 17:06:38: CostFinalize. Computing space requirements
Action start 17:06:38: CostFinalize.
Action ended 17:06:38: CostFinalize. Return value 1.
Action 17:06:38: WelcomeDlg.
Action start 17:06:38: WelcomeDlg.
Action 17:06:38: WelcomeDlg. Dialog created
Info 2898. WixUI_Font_Title, Tahoma, 1
Action 17:06:39: LicenseAgreementDlg. Dialog created
Action 17:06:41: CustomizeDlg. Dialog created
Action 17:06:41: VerifyReadyDlg. Dialog created
Action ended 17:06:42: WelcomeDlg. Return value 1.
Action 17:06:42: ProgressDlg.
Action start 17:06:42: ProgressDlg.
Action 17:06:42: ProgressDlg. Dialog created
Action ended 17:06:42: ProgressDlg. Return value 1.
Action 17:06:42: ExecuteAction.
Action start 17:06:42: ExecuteAction.
Action 17:06:42: INSTALL.
Action start 17:06:42: INSTALL.
Action 17:06:42: AppSearch. Searching for installed applications
Action start 17:06:42: AppSearch.
Action ended 17:06:42: AppSearch. Return value 0.
Action 17:06:42: LaunchConditions. Evaluating launch conditions
Action start 17:06:42: LaunchConditions.
Action ended 17:06:42: LaunchConditions. Return value 1.
Action 17:06:42: ValidateProductID.
Action start 17:06:42: ValidateProductID.
Action ended 17:06:42: ValidateProductID. Return value 1.
Action 17:06:42: SET_DEVENV.
Action start 17:06:42: SET_DEVENV.
Action ended 17:06:42: SET_DEVENV. Return value 1.
Action 17:06:42: CostInitialize. Computing space requirements
Action start 17:06:42: CostInitialize.
Action ended 17:06:42: CostInitialize. Return value 1.
Action 17:06:42: FileCost. Computing space requirements
Action start 17:06:42: FileCost.
Action ended 17:06:42: FileCost. Return value 1.
Action 17:06:42: CostFinalize. Computing space requirements
Action start 17:06:42: CostFinalize.
Action ended 17:06:42: CostFinalize. Return value 1.
Action 17:06:42: InstallValidate. Validating install
Action start 17:06:42: InstallValidate.
Action ended 17:06:42: InstallValidate. Return value 1.
Action 17:06:42: InstallInitialize.
Action start 17:06:42: InstallInitialize.
Action ended 17:06:42: InstallInitialize. Return value 1.
Action 17:06:42: ProcessComponents. Updating component registration
Action start 17:06:42: ProcessComponents.
Action 17:06:42: GenerateScript. Generating script operations for action:
GenerateScript: Updating component registration
Action ended 17:06:42: ProcessComponents. Return value 1.
Action 17:06:42: MsiUnpublishAssemblies. Unpublishing assembly information
Action start 17:06:42: MsiUnpublishAssemblies.
Action ended 17:06:42: MsiUnpublishAssemblies. Return value 0.
Action 17:06:42: UnpublishFeatures. Unpublishing Product Features
Action start 17:06:42: UnpublishFeatures.
Action ended 17:06:42: UnpublishFeatures. Return value 1.
Action 17:06:42: RemoveFiles. Removing files
Action start 17:06:42: RemoveFiles.
Action ended 17:06:42: RemoveFiles. Return value 0.
Action 17:06:42: InstallFiles. Copying new files
Action start 17:06:42: InstallFiles.
InstallFiles: File: Copying new files, Directory: , Size:
Action ended 17:06:42: InstallFiles. Return value 1.
Action 17:06:42: StartServices. Starting services
Action start 17:06:42: StartServices.
Action ended 17:06:42: StartServices. Return value 1.
Action 17:06:42: TechControl.SoftwareFactoryInstallSetProp.
Action start 17:06:43: TechControl.SoftwareFactoryInstallSetProp.
Action ended 17:06:43: TechControl.SoftwareFactoryInstallSetProp. Return value 1.
Action 17:06:43: TechControl.SoftwareFactoryInstall.
Action start 17:06:43: TechControl.SoftwareFactoryInstall.
TechControl.SoftwareFactoryInstall:
Action ended 17:06:43: TechControl.SoftwareFactoryInstall. Return value 1.
Action 17:06:43: TechControl.SoftwareFactoryCommitSetProp.
Action start 17:06:43: TechControl.SoftwareFactoryCommitSetProp.
Action ended 17:06:43: TechControl.SoftwareFactoryCommitSetProp. Return value 1.
Action 17:06:43: TechControl.SoftwareFactoryRollbackSetProp.
Action start 17:06:43: TechControl.SoftwareFactoryRollbackSetProp.
Action ended 17:06:43: TechControl.SoftwareFactoryRollbackSetProp. Return value 1.
Action 17:06:43: TechControl.SoftwareFactoryCommit.
Action start 17:06:43: TechControl.SoftwareFactoryCommit.
TechControl.SoftwareFactoryCommit:
Action ended 17:06:43: TechControl.SoftwareFactoryCommit. Return value 1.
Action 17:06:43: TechControl.SoftwareFactoryRollback.
Action start 17:06:43: TechControl.SoftwareFactoryRollback.
TechControl.SoftwareFactoryRollback:
Action ended 17:06:43: TechControl.SoftwareFactoryRollback. Return value 1.
Action 17:06:43: RegisterUser. Registering user
Action start 17:06:43: RegisterUser.
Action ended 17:06:43: RegisterUser. Return value 1.
Action 17:06:43: RegisterProduct. Registering product
Action start 17:06:43: RegisterProduct.
RegisterProduct: Registering product
Action ended 17:06:43: RegisterProduct. Return value 1.
Action 17:06:43: PublishFeatures. Publishing Product Features
Action start 17:06:43: PublishFeatures.
PublishFeatures: Feature: Publishing Product Features
Action ended 17:06:43: PublishFeatures. Return value 1.
Action 17:06:43: PublishProduct. Publishing product information
Action start 17:06:43: PublishProduct.
1: Publishing product information
Action ended 17:06:43: PublishProduct. Return value 1.
Action 17:06:43: InstallFinalize.
Action start 17:06:43: InstallFinalize.
Action 17:06:43: ProcessComponents. Updating component registration
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {458B365B-DB32-4E47-AFB3-A4E735C4859D} 3: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControlSoftwareFactoryInstaller.dll
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {55C32B8F-AAB8-4676-A05B-4AC86CE10878} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\TechControl.SoftwareFactory.dll
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {EEF76CD6-B965-46EA-B6D8-FF0CB20B6370} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Recipes\AddMultipleEntites.xml
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {9D870B48-671F-474D-9946-4D4588EB4E69} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\CodeSnippets\Test.t4
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {AEB2F780-0911-4B5B-BFD8-0EA20F7F2122} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Documentation\header.gif
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {84933D39-3F49-44C0-BEE3-FF45137FD9A6} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Overview\header.gif
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {FB650953-E6DF-42D4-9614-0DF775B068C7} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Projects.Cache\062b5b4b-cea0-4e2c-8620-78c4b5fa622bx0001.ico
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {016B3126-D6F1-4953-81CF-697B155CE772} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\TechControlStandardSolution.ico
REMOVED SOME LOGGING HERE BECAUSE OF MAX POST SIZE..................

1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {46EA6CF4-AD60-4C04-94C3-0CB3080B6AC5} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Properties\AssemblyInfo.cs
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {A5AF14C4-45C4-4E7A-ADD8-7111B5816C16} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\WindowsService\App.config
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {8119A2FB-E028-4F4C-A044-3116427856A7} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\WindowsService\Properties\AssemblyInfo.cs
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {6E903B95-103A-4335-B260-78C2BA260708} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddMultipleEntities\Data.Mapper.CodeGen.cs.t4
1: {CC8B9DAF-43A9-47DF-B257-479FCE4C273D} 2: {A313157E-4C6C-4337-BF3E-65E8207E7A88} 3: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\Data.Mapper.Method.t4
Action 17:06:43: InstallFiles. Copying new files
InstallFiles: File: TechControlSoftwareFactoryInstaller.dll, Directory: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\, Size: 16384
InstallFiles: File: TechControl.SoftwareFactorySetup.xml, Directory: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\, Size: 147
InstallFiles: File: Clarius.MetaFactory.dll, Directory: C:\Program Files\Microsoft Visual Studio

REMOVED SOME LOGGING HERE BECAUSE OF MAX POST SIZE..................

InstallFiles: File: Types.IService.CodeGen.cs.t4, Directory: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddMultipleEntities\, Size: 5078
InstallFiles: File: Types.IService.cs.t4, Directory: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddMultipleEntities\, Size: 978
InstallFiles: File: Data.Mapper.Method.t4, Directory: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\, Size: 945
InstallFiles: File: Service.Interface.Method.t4, Directory: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\, Size: 947
InstallFiles: File: Service.Method.t4, Directory: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\, Size: 945
InstallFiles: File: SqlServer.Method.t4, Directory: C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\, Size: 945
Action 17:06:46: TechControl.SoftwareFactoryInstall.
Error 1001. Object reference not set to an instance of an object.
MSI (s) (44!3C) [17:06:53:243]:
DEBUG: Error 2769: Custom Action TechControl.SoftwareFactoryInstall did not close 1 MSIHANDLEs.
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2769. The arguments are: TechControl.SoftwareFactoryInstall, 1,
Action ended 17:06:53: InstallFinalize. Return value 3.
Action 17:06:53: Rollback. Rolling back action:
Rollback: TechControl.SoftwareFactoryInstall
Rollback: Copying new files
Info 1903. Scheduling reboot operation: Deleting file C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TBD176A.tmp. Must reboot to complete operation.
Rollback: Updating component registration
Action ended 17:06:57: INSTALL. Return value 3.
Property(S): INSTALLDIR = C:\Program Files\TechControl.SoftwareFactory.Setup\
Property(S): DEVENV = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe
Property(S): TechControl.SoftwareFactoryInstall = /Configuration="C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\TechControl.SoftwareFactory.xml" /DesignMode /installtype=notransaction /action=install /LogFile= "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControlSoftwareFactoryInstaller.dll" "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControl.SoftwareFactorySetup.xml"
Property(S): TechControl.SoftwareFactoryCommit = /Configuration="C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\TechControl.SoftwareFactory.xml" /DesignMode /installtype=notransaction /action=commit /LogFile= "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControlSoftwareFactoryInstaller.dll" "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControl.SoftwareFactorySetup.xml"
Property(S): TechControl.SoftwareFactoryRollback = /Configuration="C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\TechControl.SoftwareFactory.xml" /DesignMode /installtype=notransaction /action=rollback /LogFile= "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControlSoftwareFactoryInstaller.dll" "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\TechControl.SoftwareFactorySetup.xml"
Property(S): WixUIRMOption = UseRM
Property(S): MFLIBINSTALL = C:\Program Files\Clarius Consulting\Software Factories Toolkit\1.0\Tools\
Property(S): VSINSTALLDIR = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\
Property(S): VSROOT = C:\Program Files\Microsoft Visual Studio 8\
Property(S): GAX11VSIP = Microsoft.Practices.RecipeFramework.VisualStudio.RecipeManagerPackage, Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Property(S): GAX11 = #1
Property(S): PublicAssemblies = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\
Property(S): TechControl.SoftwareFactoryDirectory = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\
Property(S): ID_3c5677b8_34d8_4923_ab5c_f3211531227a = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Recipes\
Property(S): ID_4c77feb4_f407_4b74_acb2_39e5fe386364 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\CodeSnippets\

REMOVED SOME LOGGING HERE BECAUSE OF MAX POST SIZE..................

Property(S): ID_d33f98c8_9103_4709_bd85_04a99e35f952 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\WindowsService\Properties\
Property(S): ID_32abc294_f7a7_4447_bfbf_5dc84f69d8c2 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddMultipleEntities\
Property(S): ID_9e6b6b60_e88c_474e_81dd_e4b584c3c558 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\
Property(S): ProgramMenuFolder = C:\Documents and Settings\Delanmf\Start Menu\Programs\
Property(S): TARGETDIR = C:\
Property(S): ProgramFilesFolder = C:\Program Files\
Property(S): SourceDir = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug\
Property(S): ID_da485286_00c3_4693_91fc_98abb4efced7 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\
Property(S): ID_6d732946_d432_4373_a95a_039c20a47486 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\
Property(S): ID_3c3907b4_7254_43d7_a036_a26a1eb7c3a8 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Controls\
Property(S): ID_3536d8e6_2d3d_4ec2_a767_6810cadf5988 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\
Property(S): VersionNT = 501
Property(S): Manufacturer = TechControl.SoftwareFactory.Setup
Property(S): ProductCode = {CC8B9DAF-43A9-47DF-B257-479FCE4C273D}
Property(S): ProductLanguage = 1033
Property(S): ProductName = TechControl.SoftwareFactory.Setup
Property(S): ProductVersion = 1.0.0
Property(S): UpgradeCode = {FC027A92-4B1F-4CBC-A25E-A36ECECCFD4B}
Property(S): DefaultUIFont = WixUI_Font_Normal
Property(S): WixUI_Mode = FeatureTree
Property(S): WixUI_WelcomeDlg_Next = LicenseAgreementDlg
Property(S): WixUI_LicenseAgreementDlg_Back = WelcomeDlg
Property(S): WixUI_LicenseAgreementDlg_Next = CustomizeDlg
Property(S): WixUI_CustomizeDlg_BackChange = MaintenanceTypeDlg
Property(S): WixUI_CustomizeDlg_BackCustom = SetupTypeDlg
Property(S): WixUI_CustomizeDlg_BackFeatureTree = LicenseAgreementDlg
Property(S): WixUI_CustomizeDlg_Next = VerifyReadyDlg
Property(S): WixUI_VerifyReadyDlg_BackCustom = CustomizeDlg
Property(S): WixUI_VerifyReadyDlg_BackChange = CustomizeDlg
Property(S): WixUI_VerifyReadyDlg_BackRepair = MaintenanceTypeDlg
Property(S): WixUI_VerifyReadyDlg_BackRemove = MaintenanceTypeDlg
Property(S): WixUI_VerifyReadyDlg_BackTypical = SetupTypeDlg
Property(S): WixUI_VerifyReadyDlg_BackFeatureTree = CustomizeDlg
Property(S): WixUI_VerifyReadyDlg_BackComplete = SetupTypeDlg
Property(S): WixUI_MaintenanceWelcomeDlg_Next = MaintenanceTypeDlg
Property(S): WixUI_MaintenanceTypeDlg_Change = CustomizeDlg
Property(S): WixUI_MaintenanceTypeDlg_Repair = VerifyReadyDlg
Property(S): WixUI_MaintenanceTypeDlg_Remove = VerifyReadyDlg
Property(S): WixUI_MaintenanceTypeDlg_Back = MaintenanceWelcomeDlg
Property(S): ErrorDialog = ErrorDlg
Property(S): PackageCode = {E9CE5D78-C833-46F0-81AB-67D1B8CF736E}
Property(S): ProductState = -1
Property(S): PackagecodeChanging = 1
Property(S): CURRENTDIRECTORY = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug
Property(S): CLIENTUILEVEL = 0
Property(S): CLIENTPROCESSID = 3120
Property(S): USERNAME = RBoS Corporate Banking & Financial Markets
Property(S): COMPANYNAME = RBoS CBFM
Property(S): VersionDatabase = 200
Property(S): ACTION = INSTALL
Property(S): EXECUTEACTION = INSTALL
Property(S): ROOTDRIVE = C:\
Property(S): INSTALLLEVEL = 1
Property(S): SECONDSEQUENCE = 1
Property(S): ADDLOCAL = Feature,TechControl.SoftwareFactoryFeature,TechControl.SoftwareFactoryTemplatesFeature
Property(S): VersionMsi = 3.01
Property(S): WindowsBuild = 2600
Property(S): ServicePackLevel = 2
Property(S): ServicePackLevelMinor = 0
Property(S): MsiNTProductType = 1
Property(S): WindowsFolder = C:\WINDOWS\
Property(S): WindowsVolume = C:\
Property(S): SystemFolder = C:\WINDOWS\system32\
Property(S): System16Folder = C:\WINDOWS\system\
Property(S): RemoteAdminTS = 1
Property(S): TempFolder = c:\DOCUME~1\Delanmf\LOCALS~1\Temp\
Property(S): CommonFilesFolder = C:\Program Files\Common Files\
Property(S): AppDataFolder = c:\Documents and Settings\Delanmf\Application Data\
Property(S): FavoritesFolder = c:\Documents and Settings\Delanmf\Favorites\
Property(S): NetHoodFolder = c:\Documents and Settings\Delanmf\NetHood\
Property(S): PersonalFolder = \\eurfiler3\DelanmF\MyGEOSProfile\FDR\MyDocuments\
Property(S): PrintHoodFolder = c:\Documents and Settings\Delanmf\PrintHood\
Property(S): RecentFolder = c:\Documents and Settings\Delanmf\Recent\
Property(S): SendToFolder = c:\Documents and Settings\Delanmf\SendTo\
Property(S): TemplateFolder = c:\Documents and Settings\Delanmf\Templates\
Property(S): CommonAppDataFolder = c:\Documents and Settings\All Users\Application Data\
Property(S): LocalAppDataFolder = c:\Documents and Settings\Delanmf\Local Settings\Application Data\
Property(S): MyPicturesFolder = \\eurfiler3\DelanmF\MyGEOSProfile\FDR\MyDocuments\MyPictures\
Property(S): AdminToolsFolder = c:\Documents and Settings\Delanmf\Start Menu\Programs\Administrative Tools\
Property(S): StartupFolder = c:\Documents and Settings\Delanmf\Start Menu\Programs\Startup\
Property(S): StartMenuFolder = c:\Documents and Settings\Delanmf\Start Menu\
Property(S): DesktopFolder = \\eurfiler3\DelanmF\MyGEOSProfile\FDR\Desktop\
Property(S): FontsFolder = C:\WINDOWS\Fonts\
Property(S): GPTSupport = 1
Property(S): OLEAdvtSupport = 1
Property(S): ShellAdvtSupport = 1
Property(S): Intel = 15
Property(S): PhysicalMemory = 2048
Property(S): VirtualMemory = 2880
Property(S): AdminUser = 1
Property(S): LogonUser = Delanmf
Property(S): UserSID = S-1-5-21-3992624814-4061582147-3480973501-135896
Property(S): UserLanguageID = 2057
Property(S): ComputerName = LONMW60270
Property(S): SystemLanguageID = 2057
Property(S): ScreenX = 1280
Property(S): ScreenY = 1024
Property(S): CaptionHeight = 26
Property(S): BorderTop = 1
Property(S): BorderSide = 1
Property(S): TextHeight = 16
Property(S): ColorBits = 32
Property(S): TTCSupport = 1
Property(S): Time = 17:06:58
Property(S): Date = 29/08/2007
Property(S): MsiNetAssemblySupport = 2.0.50727.42
Property(S): MsiWin32AssemblySupport = 5.1.2600.2180
Property(S): RedirectedDllSupport = 2
Property(S): Privileged = 1
Property(S): DATABASE = C:\WINDOWS\Installer\1713f205.msi
Property(S): OriginalDatabase = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug\TechControl.SoftwareFactory.Setup.msi
Property(S): UILevel = 5
Property(S): Preselected = 1
Property(S): CostingComplete = 1
Property(S): OutOfDiskSpace = 0
Property(S): OutOfNoRbDiskSpace = 0
Property(S): PrimaryVolumeSpaceAvailable = 0
Property(S): PrimaryVolumeSpaceRequired = 0
Property(S): PrimaryVolumeSpaceRemaining = 0
Property(S): SOURCEDIR = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug\
Property(S): SourcedirProduct = {CC8B9DAF-43A9-47DF-B257-479FCE4C273D}
Property(S): ProductToBeRegistered = 1
Action ended 17:06:58: ExecuteAction. Return value 3.
Action 17:06:58: FatalError.
Action start 17:06:58: FatalError.
Action 17:06:58: FatalError. Dialog created
Action ended 17:06:59: FatalError. Return value 2.
Action ended 17:06:59: INSTALL. Return value 3.
Property(C): INSTALLDIR = C:\Program Files\TechControl.SoftwareFactory.Setup\
Property(C): LicenseAccepted = 1
Property(C): WixUIRMOption = UseRM
Property(C): MFLIBINSTALL = C:\Program Files\Clarius Consulting\Software Factories Toolkit\1.0\Tools\
Property(C): VSINSTALLDIR = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\
Property(C): VSROOT = C:\Program Files\Microsoft Visual Studio 8\
Property(C): GAX11VSIP = Microsoft.Practices.RecipeFramework.VisualStudio.RecipeManagerPackage, Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Property(C): GAX11 = #1
Property(C): PublicAssemblies = C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\
Property(C): TechControl.SoftwareFactoryDirectory = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\
Property(C): ID_3c5677b8_34d8_4923_ab5c_f3211531227a = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Recipes\
Property(C): ID_4c77feb4_f407_4b74_acb2_39e5fe386364 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\CodeSnippets\
Property(C): ID_3b508abe_ab1e_4045_9718_68a6ce59b8c3 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Documentation\
Property(C): ID_f499dfcb_beb8_4f85_a310_3dae153657e4 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Overview\
Property(C): ID_ca9c33e4_a5f2_4f6a_b2a3_bc2c2699e651 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Projects.Cache\
Property(C): ID_a630cdd0_f3f2_486f_81c8_a4b57a7b2d65 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\
Property(C): ID_dcee8ec8_2b6a_4118_ac09_0626d397ba26 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Application\
Property(C): ID_f5b6e040_06ca_4379_bc7e_0dddc8ac7afd = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Application\Properties\
Property(C): ID_97abd20b_4885_4a08_b30f_de335f560d24 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Business\
Property(C): ID_f1dfee84_6a08_4592_84bb_fd49ab6e712f = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Business\Properties\
Property(C): ID_c5a3632d_7443_496f_bbfd_248a0379f37b = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Database\
Property(C): ID_16852680_bae0_4422_a510_89977a380459 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Database\Properties\
Property(C): ID_4b45e8d8_9dd8_4985_a29b_2f348b23902c = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Domain\
Property(C): ID_a7b94bd5_b1e9_4efb_8575_eddd7c9c5012 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Domain\Properties\
Property(C): ID_4ee00284_4887_4c29_98ae_ea405548198c = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Mapper\
Property(C): ID_2c3577ee_24eb_431d_b9b5_a118bdf24b20 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Mapper\Properties\
Property(C): ID_81a4a09e_2bd6_4efc_a03c_b52f004d2dcf = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\ServiceInterface\
Property(C): ID_adb9730f_5e90_4b40_9472_d3a6b7ac709c = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\ServiceInterface\Properties\
Property(C): ID_f838a46a_0d24_4276_a036_b93880164e35 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Services\
Property(C): ID_95b85e3a_465d_4076_b03c_628fd77090db = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Services\Properties\
Property(C): ID_27bf182c_af06_4efb_8fe6_0265b319f1a8 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\ServiceTestHarness\
Property(C): ID_d78661d4_c6ea_409a_90dc_d8c314d1d087 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\ServiceTestHarness\Properties\
Property(C): ID_8b0e5343_15b9_4f6d_aceb_f3ff08e02b09 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\SqlServer\
Property(C): ID_baa36f04_30e3_46d6_9a8b_9a10e15bb90c = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\SqlServer\Properties\
Property(C): ID_d7f8cc67_6466_4f7b_a992_507ca9b07e7b = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Tests\
Property(C): ID_a3941e9e_c988_455c_be89_9ce5ba3ca6d6 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Tests\Properties\
Property(C): ID_323340f9_2417_4834_8270_9d20d8b1513c = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Types\
Property(C): ID_7aac0b07_9557_4032_82a7_1c06e1785b96 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Types\Properties\
Property(C): ID_0b7f1832_39b0_4292_9b49_12159d6020c6 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Types\Services\
Property(C): ID_2683f038_9aa3_42e3_ae8e_706657e7bcb9 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\
Property(C): ID_9b31f95c_a257_43de_ab6b_30dea0eeb8c2 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Common\
Property(C): ID_f6563563_b050_4037_bd3b_010d7bc1a507 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Common\UI\
Property(C): ID_6628a3ea_82e5_4c87_8353_d59cbd08977b = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Controls\UI\
Property(C): ID_89dbbab8_3943_4342_a35b_41ce766b9666 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Forms\
Property(C): ID_8d5a81d3_d875_4a75_b23c_d414645216f2 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Modules\
Property(C): ID_4758b3ed_d2ed_45f0_964b_fe1dfaba51e1 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Properties\
Property(C): ID_7afd50c8_389b_4604_9e17_850289b9fdf6 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\WindowsService\
Property(C): ID_d33f98c8_9103_4709_bd85_04a99e35f952 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\WindowsService\Properties\
Property(C): ID_32abc294_f7a7_4447_bfbf_5dc84f69d8c2 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddMultipleEntities\
Property(C): ID_9e6b6b60_e88c_474e_81dd_e4b584c3c558 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\AddServiceMethod\
Property(C): ProgramMenuFolder = C:\Documents and Settings\Delanmf\Start Menu\Programs\
Property(C): TARGETDIR = C:\
Property(C): ProgramFilesFolder = C:\Program Files\
Property(C): SourceDir = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug\
Property(C): ID_da485286_00c3_4693_91fc_98abb4efced7 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\
Property(C): ID_6d732946_d432_4373_a95a_039c20a47486 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\
Property(C): ID_3c3907b4_7254_43d7_a036_a26a1eb7c3a8 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Solutions\Projects\Web\Controls\
Property(C): ID_3536d8e6_2d3d_4ec2_a767_6810cadf5988 = C:\Program Files\TechControl.SoftwareFactory.Setup\TechControl.SoftwareFactory\Templates\Text\
Property(C): VersionNT = 501
Property(C): Manufacturer = TechControl.SoftwareFactory.Setup
Property(C): ProductCode = {CC8B9DAF-43A9-47DF-B257-479FCE4C273D}
Property(C): ProductLanguage = 1033
Property(C): ProductName = TechControl.SoftwareFactory.Setup
Property(C): ProductVersion = 1.0.0
Property(C): UpgradeCode = {FC027A92-4B1F-4CBC-A25E-A36ECECCFD4B}
Property(C): DefaultUIFont = WixUI_Font_Normal
Property(C): WixUI_Mode = FeatureTree
Property(C): WixUI_WelcomeDlg_Next = LicenseAgreementDlg
Property(C): WixUI_LicenseAgreementDlg_Back = WelcomeDlg
Property(C): WixUI_LicenseAgreementDlg_Next = CustomizeDlg
Property(C): WixUI_CustomizeDlg_BackChange = MaintenanceTypeDlg
Property(C): WixUI_CustomizeDlg_BackCustom = SetupTypeDlg
Property(C): WixUI_CustomizeDlg_BackFeatureTree = LicenseAgreementDlg
Property(C): WixUI_CustomizeDlg_Next = VerifyReadyDlg
Property(C): WixUI_VerifyReadyDlg_BackCustom = CustomizeDlg
Property(C): WixUI_VerifyReadyDlg_BackChange = CustomizeDlg
Property(C): WixUI_VerifyReadyDlg_BackRepair = MaintenanceTypeDlg
Property(C): WixUI_VerifyReadyDlg_BackRemove = MaintenanceTypeDlg
Property(C): WixUI_VerifyReadyDlg_BackTypical = SetupTypeDlg
Property(C): WixUI_VerifyReadyDlg_BackFeatureTree = CustomizeDlg
Property(C): WixUI_VerifyReadyDlg_BackComplete = SetupTypeDlg
Property(C): WixUI_MaintenanceWelcomeDlg_Next = MaintenanceTypeDlg
Property(C): WixUI_MaintenanceTypeDlg_Change = CustomizeDlg
Property(C): WixUI_MaintenanceTypeDlg_Repair = VerifyReadyDlg
Property(C): WixUI_MaintenanceTypeDlg_Remove = VerifyReadyDlg
Property(C): WixUI_MaintenanceTypeDlg_Back = MaintenanceWelcomeDlg
Property(C): ErrorDialog = ErrorDlg
Property(C): PackageCode = {E9CE5D78-C833-46F0-81AB-67D1B8CF736E}
Property(C): ProductState = -1
Property(C): PackagecodeChanging = 1
Property(C): CURRENTDIRECTORY = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug
Property(C): CLIENTUILEVEL = 0
Property(C): CLIENTPROCESSID = 3120
Property(C): VersionDatabase = 200
Property(C): VersionMsi = 3.01
Property(C): WindowsBuild = 2600
Property(C): ServicePackLevel = 2
Property(C): ServicePackLevelMinor = 0
Property(C): MsiNTProductType = 1
Property(C): WindowsFolder = C:\WINDOWS\
Property(C): WindowsVolume = C:\
Property(C): SystemFolder = C:\WINDOWS\system32\
Property(C): System16Folder = C:\WINDOWS\system\
Property(C): RemoteAdminTS = 1
Property(C): TempFolder = c:\DOCUME~1\Delanmf\LOCALS~1\Temp\
Property(C): CommonFilesFolder = C:\Program Files\Common Files\
Property(C): AppDataFolder = c:\Documents and Settings\Delanmf\Application Data\
Property(C): FavoritesFolder = c:\Documents and Settings\Delanmf\Favorites\
Property(C): NetHoodFolder = c:\Documents and Settings\Delanmf\NetHood\
Property(C): PersonalFolder = \\eurfiler3\DelanmF\MyGEOSProfile\FDR\MyDocuments\
Property(C): PrintHoodFolder = c:\Documents and Settings\Delanmf\PrintHood\
Property(C): RecentFolder = c:\Documents and Settings\Delanmf\Recent\
Property(C): SendToFolder = c:\Documents and Settings\Delanmf\SendTo\
Property(C): TemplateFolder = c:\Documents and Settings\Delanmf\Templates\
Property(C): CommonAppDataFolder = c:\Documents and Settings\All Users\Application Data\
Property(C): LocalAppDataFolder = c:\Documents and Settings\Delanmf\Local Settings\Application Data\
Property(C): MyPicturesFolder = \\eurfiler3\DelanmF\MyGEOSProfile\FDR\MyDocuments\MyPictures\
Property(C): AdminToolsFolder = c:\Documents and Settings\Delanmf\Start Menu\Programs\Administrative Tools\
Property(C): StartupFolder = c:\Documents and Settings\Delanmf\Start Menu\Programs\Startup\
Property(C): StartMenuFolder = c:\Documents and Settings\Delanmf\Start Menu\
Property(C): DesktopFolder = \\eurfiler3\DelanmF\MyGEOSProfile\FDR\Desktop\
Property(C): FontsFolder = C:\WINDOWS\Fonts\
Property(C): GPTSupport = 1
Property(C): OLEAdvtSupport = 1
Property(C): ShellAdvtSupport = 1
Property(C): Intel = 15
Property(C): PhysicalMemory = 2048
Property(C): VirtualMemory = 2882
Property(C): AdminUser = 1
Property(C): LogonUser = Delanmf
Property(C): UserSID = S-1-5-21-3992624814-4061582147-3480973501-135896
Property(C): UserLanguageID = 2057
Property(C): ComputerName = LONMW60270
Property(C): SystemLanguageID = 2057
Property(C): ScreenX = 1280
Property(C): ScreenY = 1024
Property(C): CaptionHeight = 26
Property(C): BorderTop = 1
Property(C): BorderSide = 1
Property(C): TextHeight = 16
Property(C): ColorBits = 32
Property(C): TTCSupport = 1
Property(C): Time = 17:06:59
Property(C): Date = 29/08/2007
Property(C): MsiNetAssemblySupport = 2.0.50727.42
Property(C): MsiWin32AssemblySupport = 5.1.2600.2180
Property(C): RedirectedDllSupport = 2
Property(C): Privileged = 1
Property(C): USERNAME = RBoS Corporate Banking & Financial Markets
Property(C): COMPANYNAME = RBoS CBFM
Property(C): DATABASE = C:\DOCUME~1\Delanmf\LOCALS~1\Temp\1713dfd5.msi
Property(C): OriginalDatabase = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug\TechControl.SoftwareFactory.Setup.msi
Property(C): SOURCEDIR = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControl.SoftwareFactory.Setup\bin\Debug\
Property(C): VersionHandler = 3.01
Property(C): UILevel = 5
Property(C): ACTION = INSTALL
Property(C): EXECUTEACTION = INSTALL
Property(C): ROOTDRIVE = C:\
Property(C): CostingComplete = 1
Property(C): OutOfDiskSpace = 0
Property(C): OutOfNoRbDiskSpace = 0
Property(C): PrimaryVolumeSpaceAvailable = 0
Property(C): PrimaryVolumeSpaceRequired = 0
Property(C): PrimaryVolumeSpaceRemaining = 0
Property(C): INSTALLLEVEL = 1
=== Logging stopped: 29/08/2007 17:06:59 ===
MSI (c) (30:7C) [17:06:59:305]: Product: TechControl.SoftwareFactory.Setup -- Installation failed.

mickdelaney  Wednesday, August 29, 2007 4:15 PM
OS? VS Version? Is VS opened when you are installing the GP?

Thanks,
-Adrian
Adrian Alonso  Thursday, August 30, 2007 1:02 AM
OS: Windows XP.
VS: Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Enterprise

I've tried it with and without vs open and the same issue occurs. "Object not set to an instance of an object".
This is a disaster at the moment as i cant fix the problem and am now days behind releasing the package. :-(




mickdelaney  Thursday, August 30, 2007 8:27 AM
It turns out that my Register package now fails inside vs also. i had been using quick register and never noticed anything wrong!!! :-(

the error message is still difficult to figure out though... all i can remember is that i added new file to a web project and then continued as i normally have been.

LOG TRACE (Below):

Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll assembly's progress.
The file is located at c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog.
Installing assembly 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll'.
Affected parameters are:
i =
logtoconsole =
designmode =
showcallstack =
hive = 8.0
logfile = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog
assemblypath = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll
host = VisualStudio
installer = Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller,Microsoft.Practices.RecipeFramework.VisualStudio
ToolWindow: Microsoft.Practices.RecipeFramework.VisualStudio.ToolWindow.GuidanceNavigatorWindow, {90e51bf7-d80a-4fa1-8a20-2641cbb842f4}
Service: IRecipeManagerService
Menu: 1000, 1
LoadKey: Microsoft recipe framework
Version 1.0
Edition Required: Standard
Installed Product: RecipeManagerPackage, Version 8.0
Package: RecipeManagerPackage {77d93a80-73fc-40f8-87db-acd3482964b2}

The Install phase completed successfully, and the Commit phase is beginning.
See the contents of the log file for the c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll assembly's progress.
The file is located at c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog.
Committing assembly 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll'.
Affected parameters are:
i =
logtoconsole =
designmode =
showcallstack =
hive = 8.0
logfile = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog
assemblypath = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll
host = VisualStudio
installer = Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller,Microsoft.Practices.RecipeFramework.VisualStudio

The Commit phase completed successfully.

The transacted install has completed.


Information: 0 : Execution result was Finish
Information: 0 : ------------------------------------------------------------------------------------------------------------------------------------------------------
Information: 0 : Starting execution of recipe QuickRegister.
Information: 0 : No previously saved state found.
Information: 0 : Execution result was Finish
Information: 0 : ------------------------------------------------------------------------------------------------------------------------------------------------------
Information: 0 : Starting execution of recipe Register.
Information: 0 : No previously saved state found.
Information: 0 : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /DesignMode /i /ShowCallStack /hive=8.0 /Configuration="C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactory\bin\Debug\\TechControl.SoftwareFactory.xml" "C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll"
(*) Error: 0 : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /DesignMode /i /ShowCallStack /hive=8.0 /Configuration="C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactory\bin\Debug\\TechControl.SoftwareFactory.xml" "C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll"
Information: 0 : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /i /ShowCallStack /hive=8.0 /ShowCallStack /i /DesignMode /Host="VisualStudio" /Installer="Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller,Microsoft.Practices.RecipeFramework.VisualStudio" "c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll"
Information: 0 : Microsoft (R) .NET Framework Installation utility Version 2.0.50727.832
Copyright (c) Microsoft Corporation. All rights reserved.


Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll assembly's progress.
The file is located at C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.InstallLog.
Installing assembly 'C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll'.
Affected parameters are:
i =
logtoconsole =
designmode =
configuration = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactory\bin\Debug\\TechControl.SoftwareFactory.xml
showcallstack =
hive = 8.0
logfile = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.InstallLog
assemblypath = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll

An exception occurred during the Install phase.
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Practices.RecipeFramework.ManifestInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)

The Rollback phase of the installation is beginning.
See the contents of the log file for the C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll assembly's progress.
The file is located at C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.InstallLog.
Rolling back assembly 'C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll'.
Affected parameters are:
i =
logtoconsole =
designmode =
configuration = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactory\bin\Debug\\TechControl.SoftwareFactory.xml
showcallstack =
hive = 8.0
logfile = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.InstallLog
assemblypath = C:\TFS\Infrastructure Technology Development\SoftwareFactory\TechControlSF\TechControlSoftwareFactoryInstaller\bin\Debug\TechControlSoftwareFactoryInstaller.dll

The Rollback phase completed successfully.

The transacted install has completed.
The installation failed, and the rollback has been performed.

Microsoft (R) .NET Framework Installation utility Version 2.0.50727.832
Copyright (c) Microsoft Corporation. All rights reserved.


Running a transacted installation.

Beginning the Install phase of the installation.
See the contents of the log file for the c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll assembly's progress.
The file is located at c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog.
Installing assembly 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll'.
Affected parameters are:
i =
logtoconsole =
designmode =
showcallstack =
hive = 8.0
logfile = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog
assemblypath = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll
host = VisualStudio
installer = Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller,Microsoft.Practices.RecipeFramework.VisualStudio
ToolWindow: Microsoft.Practices.RecipeFramework.VisualStudio.ToolWindow.GuidanceNavigatorWindow, {90e51bf7-d80a-4fa1-8a20-2641cbb842f4}
Service: IRecipeManagerService
Menu: 1000, 1
LoadKey: Microsoft recipe framework
Version 1.0
Edition Required: Standard
Installed Product: RecipeManagerPackage, Version 8.0
Package: RecipeManagerPackage {77d93a80-73fc-40f8-87db-acd3482964b2}

The Install phase completed successfully, and the Commit phase is beginning.
See the contents of the log file for the c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll assembly's progress.
The file is located at c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog.
Committing assembly 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll'.
Affected parameters are:
i =
logtoconsole =
designmode =
showcallstack =
hive = 8.0
logfile = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.InstallLog
assemblypath = c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\Microsoft.Practices.RecipeFramework.dll
host = VisualStudio
installer = Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller,Microsoft.Practices.RecipeFramework.VisualStudio

The Commit phase completed successfully.

The transacted install has completed.


Information: 0 : Execution result was Finish
Information: 0 : ------------------------------------------------------------------------------------------------------------------------------------------------------

mickdelaney  Thursday, August 30, 2007 11:12 AM
Hi,
I'm really struggling with this at the moment. I cant release an update of the guidance package until this is resolved.
Is there any clue on the trace as to what might be causing this error. The exception seems to be:

n exception occurred during the Install phase.
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Practices.RecipeFramework.ManifestInstaller.Install(IDictionary stateSaver)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)
at System.Configuration.Install.Installer.Install(IDictionary stateSaver)
at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)



All I did was add some new files to the Web project in my guidance package. Any help at all would be great as i'm stuck badly at the moment...

Regards.


mickdelaney  Tuesday, September 04, 2007 8:23 AM
Hi, I'm not able to find out where the problem is with the trace log. Though if the diff that causes the error is the addition of a few files I would try a rollback to a version where the package registration doesn't fail and then add the files one by one in order to find out which is the conflicted file. Did you already try this? One of the files you added is a .vstemplate?

-Adrian
Adrian Alonso  Tuesday, September 04, 2007 12:26 PM
found the problem.... need to replace this reference throughout the package.

<Assembly>Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>

error message was a bit vague... but i guess i should have picked it up...

regards.
mickdelaney  Tuesday, September 04, 2007 12:54 PM
Great! Glad you could fix it.

-Adrian
Adrian Alonso  Tuesday, September 04, 2007 12:59 PM
Hi,

Can you let me know where have you replaced this assembly reference? I am facing the same error and now, am not able to fix it!

Thanks in advance.

Regards,
Jeev
jeev  Friday, February 06, 2009 9:09 AM

You can use google to search for other answers

Custom Search

More Threads

• Visual Studio hang removes the guidance package binding from solution
• $projectName$ Give current project name
• Call TextTemplateAction from within a "CreateProject" action
• What is the benefit of using GAT versus implementing patterns
• Clarius SFT June 2007 CTP available: GAX & DSL integration just got better!
• Visual Studio 2008 Smart Client software Factory
• Custom Directory Structure through GAT
• Modify WCF Guidance Package
• conditionally adding a binary reference to a project
• installation of extentions fails