The solution to this problem was solved. The answer was to remove the custom
actions for SQL stuff, and pass sca.wixlib into light with my project.
Nikkoli wrote:
>
> I wanted to add info to this. I am using wix 2.0.4820.0. I also tried
> having the script be:
> CREATE TABLE [AccountSubmis
I wanted to add info to this. I am using wix 2.0.4820.0. I also tried
having the script be:
CREATE TABLE [AccountSubmission].[dbo].[MYNEWTABLE](
[col1][int],
[col2][int]
)
GO
it also didn't seem to execute.
Nikkoli wrote:
>
> I am pulling my hair out with this problem. Hopefully someone ca
2 matches
Mail list logo