|
-
Nov 2nd, 2005, 10:17 AM
#1
Thread Starter
Hyperactive Member
{Resolved} Problem running the setup.exe
Hi,
I just packaged my new project to create a Setup.exe file to install the application on other PC.
Its a very simple application using a MS Access database.
I make the package and then try to install it on my PC and I always receive the same error, so it doesn't install well.
Can anyone give me some pointers. Thanks.
This is the log of the file ST6UNST.001.
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\SYSTEM32\ASYCFILT.DLL"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\SYSTEM32\OLEPRO32.DLL"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\SYSTEM32\OLEAUT32.DLL"
(File currently on disk was already up to date)
ACTION: SystemFile: "C:\WINDOWS\SYSTEM32\msvbvm60.dll"
(File currently on disk was already up to date)
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\COMCAT.DLL"
ACTION: TLBRegister: "C:\WINDOWS\SYSTEM32\STDOLE2.TLB"
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\OLEPRO32.DLL"
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\OLEAUT32.DLL"
ACTION: DllSelfRegister: "C:\WINDOWS\SYSTEM32\msvbvm60.dll"
NOTE: End of the bootstrapper section
NOTE: Now spawning the main Setup program 'Setup1.exe'....
ACTION: CreateDir: "C:\Program Files\PhotoArts"
ACTION: CreateDir: "C:\Documents and Settings\All Users\Menu Démarrer\Programmes\PhotoArts"
ACTION: PrivateFile: "C:\Program Files\PhotoArts\PhotoArts.mdb"
(File was not found or was an older version -- new file copied)
ACTION: SharedFile: "C:\WINDOWS\system32\Comdlg32.ocx"
(File currently on disk was already up to date)
ACTION: SharedFile: "C:\WINDOWS\system32\MSCAL.OCX"
(File currently on disk was already up to date)
ACTION: SharedFile: "C:\WINDOWS\system32\Pajant.dll"
(File currently on disk was already up to date)
ACTION: SharedFile: "C:\WINDOWS\system32\scrrun.dll"
(File currently on disk was already up to date)
ACTION: PrivateFile: "C:\Program Files\PhotoArts\PhotoArts.exe"
(File was not found or was an older version -- new file copied)
ACTION: DllSelfRegister: "C:\WINDOWS\system32\Comdlg32.ocx"
*** ERROR: The file 'C:\DOCUME~1\Dominic\LOCALS~1\Temp\msftqws.pdw\$(DLLSelfRegisterEx)' could not be registered because it was not found.
*** ERROR: (User Responded with 'OK')
*** ERROR: Installation de PhotoArts Setup was not completed successfully.
*** ERROR: (User Responded with 'OK')
Last edited by dbelley_office; Nov 2nd, 2005 at 11:39 AM.
-
Nov 2nd, 2005, 10:27 AM
#2
Re: Problem running the setup.exe
Moved to Application Deployment.
-
Nov 2nd, 2005, 11:39 AM
#3
Thread Starter
Hyperactive Member
Re: Problem running the setup.exe
Ok, I finally found the answer on google.
I had to edit the setup.lst file and modify this line.
[email protected],$(WinSysPath),$(DLLSelfRegisterEx),$(Shared),6/26/98 12:00:00 AM,89600,8.0.0.5007
to become this line
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),6/26/98 12:00:00 AM,89600,8.0.0.5007
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|