Installation unable to continue


Author
Message
Guillermo Vilas
Guillermo Vilas
StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)
Group: StrataFrame Users
Posts: 112, Visits: 2.3K
Hi guys

I can't install v1.6 under x64 since I'm getting that Visual Studio is a missing prerequisite. Remember that under x64 Visual Studio is installed on the Program Files (x86) Folder.

Thanks

------------------------------------------------------------------------
I would like to change the world, but they don´t give me the source code.
MS Windows 7 Ultimate 64-Bit
Intel(R) Core(TM)2 Quad CPU Q9300 2.50 GHz
6.00 GB of RAM, NVIDIA GeForce 9800 GT

MacBook Pro i5 OSX Lion

Attachments
error.png (125 views, 213.00 KB)
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Do you have a registry key located here:

HKLM\SOFTWARE\Microsoft\VisualStudio\8.0\VSTemplate\Item

This is what is determining whether VS is installed or not.  We are looking for a key named above and a value of: UserFolder.

I am confident that you don't so I am willing to bet that the key is under the WOW3264 key.  We actually took the initiative to support 64 platforms that are running WOW (Windows on Windows).  We did not used to take this into effect, which apparently your installed version of Visual Studo doesn't either.  Let me know if I am correct and we may need to modify our 64-bit support to read the registry values properly from the Visual Studio keys.

Matthias Luecking
Matthias Luecking
StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)
Group: Forum Members
Posts: 11, Visits: 76


Hallo,

Yea got the same error on my home machine running vista64.

They is under under WOW6432Node ( you wer close :-) )



Regards

Matt





Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Yeah, I couldn't remeber the last part....Node Smile  This is one very frustrating aspect of running on a 64-bit platform...sometimes things show up here....and sometimes they don't.  I will add this test to the install.
Guillermo Vilas
Guillermo Vilas
StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)StrataFrame User (202 reputation)
Group: StrataFrame Users
Posts: 112, Visits: 2.3K
Thanks Trent
By the way, can you enumerate the steps to correctly apply the upgrade, eg.

1) Deactivate current license
2) Uninstall all previous version
3) Delete physical folders
4) Delete db from sqlexpress

it would be of great help

------------------------------------------------------------------------
I would like to change the world, but they don´t give me the source code.
MS Windows 7 Ultimate 64-Bit
Intel(R) Core(TM)2 Quad CPU Q9300 2.50 GHz
6.00 GB of RAM, NVIDIA GeForce 9800 GT

MacBook Pro i5 OSX Lion

StrataFrame Team
S
StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)StrataFrame Developer (4.4K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
We switched to a new installer utility (from a basic VS setup project to InstallAware) and the new setup will remove all previous versions before installing the new version.  So, you shouldn't have to do anything to install this version.  You definitely don't want to delete your database since you'll then loose all of your DDT and BOMapper configurations.
Matthias Luecking
Matthias Luecking
StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)
Group: Forum Members
Posts: 11, Visits: 76

Machine german vista 64 2 GB RAM ( all original )

Ok i downloaded the new install version.

If the this node
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\VSTemplate]
is missing the Installer still refuses to go on.
If i manually imports this in registry

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\VSTemplate]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\VSTemplate\Item]
"UserFolder"="C:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE\\ItemTemplates"
"CacheFolder"="C:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE\\ItemTemplatesCache"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\VSTemplate\Project]
"UserFolder"="C:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE\\ProjectTemplates"
"CacheFolder"="C:\\Program Files (x86)\\Microsoft Visual Studio 8\\Common7\\IDE\\ProjectTemplatesCache"

it went on.
But next problem is that installaware wants to install in the C:\Program Files which is only for
64 bit software . I manually gave it to C:\Program Files (x86)
Next problem is that installaware complains about my .\sqlexpress server.
But see by yourself at the zip files.i made stage screen shots.
I must say that i had no problems before even on vista64 with the old version.

Please see by yourself at the attached file.

P.S.Attaching a file here does not work with firefox but with ie.

Attachments
sf.zip (100 views, 451.00 KB)
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
I am currently trying to work through the InstallAware issues with InstallAware.  We have run into several problems with the way they manage 64-bit environments lately.  So we are setting up 64-bit test environments and OSs to work through the issues.  Just out of curiosity, why are you running a 64-bit OS?  In many cases 64-bit is actually slower than 32-bit if you are not doing a phenominal amount of number crunching.  Regardless, we will work through the problem, I was just curious as to why you were using the 64-bit OS.
Matthias Luecking
Matthias Luecking
StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)StrataFrame Beginner (11 reputation)
Group: Forum Members
Posts: 11, Visits: 76
Yea i know.I should have thought this.Back top XP for now.Next time i install vista32. Hope for faster an better environments dies last.. But for counting peas the installer should work BigGrin
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
We will get the installer working.  I just thought that I would mention the speed and size performance of a 64-bit OS is actually worse than 32-bit for most applications...including Visual Studio since VS2005 is a 32-bit application.  Unless all of your numeric variables are "longs" then running a 64-bit OS is actually slower because it has to double the size of every integer executed and convert it into a long in order to be processed within the registers.

Unless you are running or designing applications to take advantage of a 64-bit OS, then is really is best to run on a 32-bit OS.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search