majorburner
07-18-2006, 06:07 AM
Ok, here is my problem.
I have an installer that connects to a SQL Server 2005 and creates a Database with an SQL Script.
In the sql script i set the Path to the File with "Text Replacement".
Therefor i use a Property which i set to the path.
The standard Path for this would be: "E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data"
When "E:\Program files" is Program filesDir for 32 Bit applications.
Now comes the problem:
Every time i specify a path below "E:\Program files" Installshield replaces this with "E:\Program files (x86)".
Why is this happening? I am debugging this now since a long time ... I am totally lost :(
I have an installer that connects to a SQL Server 2005 and creates a Database with an SQL Script.
In the sql script i set the Path to the File with "Text Replacement".
Therefor i use a Property which i set to the path.
The standard Path for this would be: "E:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data"
When "E:\Program files" is Program filesDir for 32 Bit applications.
Now comes the problem:
Every time i specify a path below "E:\Program files" Installshield replaces this with "E:\Program files (x86)".
Why is this happening? I am debugging this now since a long time ... I am totally lost :(