Started 1 week, 1 day ago (2009-11-28 06:55:00)
by sandeep.madhu14's Avatar
Which type of project you are using..to build the package...
by using installscript msi type project
we can create both in single build ..
Thanks
Madhu.
Started 1 week, 3 days ago (2009-11-26 05:29:00)
by wittiw wittiw is offline User (5+ Posts)
Hello,
I have problem with Custom Action - New EXE Stored in Binary Table.
I am trying install Framework 3.0 on XP x64 using CA.
Command line: /q /norestart
In-Script Execution: Immediate Execution.
Execution Scheduling: Always execute.
The installer returns error 1722.
If I run manually file dotnetfx3_x64.exe with parameters /q /norestart,
everything is ok, but if I try run it from...
Started 1 week, 2 days ago (2009-11-27 00:09:00)
by lasiewicz
More than likely the problem lies with a
dependancy of the plug in. Does this use VSTO?
As far as removing the registry with the com dll on Uninstall. This could depend on how its registered. Is this done through com extraction in the component?
Quote:
Originally Posted by aaron_sf
I have written an ...
Started 1 week, 3 days ago (2009-11-26 04:35:00)
by sazzle73
I have actually got it working partially now by putting in the properties on the Install NT Services settings but it isnt picking up the group.
In username I have entered [IS_NET_API_LOGON_GROUP]\[IS_NET_API_LOGON_USERNAM E] but the service only appears to be running under \username.
Any ideas?
Thanks
Started 2 weeks, 1 day ago (2009-11-20 20:22:00)
by DMorisseau DMorisseau is offline Mega User (200+ Posts)
I've built a project to deploy
SQL Server 2008 Express for our application. I created setup pre-requisites for MSI 4.5, .NET 3.5 SP1, and Powershell 1.0, since those are needed for Express. For Vista, I borrowed the app that was attached to one of the other threads in the community to apply the msu files. All in all it works great except for pre-SP1 Vista systems. On these systems, the ...