I am pulling my hair out with this problem. Hopefully someone can point out
what I am doing wrong. My goal is to have the installer run a script to
backup all the databases on the server, install some programs, then run
scripts to update the database (structure and layout). There is data in
the
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. Hopefu
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:
>
3 matches
Mail list logo