|
-
Dec 17th, 2004, 02:48 PM
#1
Thread Starter
Lively Member
Inno Setup questions
Hi,
I am a newbie of Inno Setup. I already used vb package wizards for many years, but feel it is not very stable and UI friendly. During the playing of Inno setup(for vb6 application), have some questions:
1) How to decide which dlls and ocxs file need to be packaged? only can do that by checking References and Components from vb ide's project menu?
2) I complied and run the .iss file in Inno IDE and it works perfectly. I am wondering how to deliver my installation package. If i want to burn CD to my customer, how can i copy the entire installation file to a package?
3) in [files], I have code: Source: "C:\WINDOWS\system32\msvbvm60.dll"; DestDir: "{sys}"; Flags: restartreplace uninsneveruninstall sharedfile regserver
But when compiling, have error: Attempt to deploy DLL file from own windows system directory. Should I install the VB system files to {app} instead of {sys}? But before I always put these file to user's sys folder.
Thanks,
Robert
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
|