| Author |
Message |
   
randem
Moderator Username: randem
Post Number: 2161 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, January 05, 2012 - 09:00 am: |
|
rahulcjain, I have no idea of what you are talking about and please do not hijack other peoples threads. FTP has nothing to do with this topic and will only lead to confusion when someone who is interested in the thread topic reads your remarks... Please start your own thread and be clear and complete about what you are referring to as so we do not have to guess... THIS HAS BEEN TOLD TO YOU ON OTHER OCCASIONS!!! Please follow support board rules |
   
rahulcjain
New member Username: rahulcjain
Post Number: 29 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, January 05, 2012 - 12:57 am: |
|
Hi ftp details is not working.. |
   
randem
Moderator Username: randem
Post Number: 2103 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, November 03, 2011 - 08:27 am: |
|
rahulcjain, Please follow the main rules of a support board... 1 - No hijacking other members threads. Start your own thread for each issue you have unless your question has a direct connection to the other members posts. 2 - Only post in the correct topic for your issue. This is the Installer section of the support board and you are asking VB6 questions. 3 - Keep the support board clean for other members so they do not have to sort thru unrelated questions and topics in order to get an answer that may have been posted. Following these simple rules helps EVERYONE who uses the support board. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 28 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, November 03, 2011 - 02:55 am: |
|
Hi randem, i would like to know how to find no. of client system connected to a server machine using vb6 source code..... |
   
randem
Moderator Username: randem
Post Number: 2082 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 28, 2011 - 08:31 am: |
|
Yes, if it is listed for support on our support site then we give support for it. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 27 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 28, 2011 - 04:57 am: |
|
Hi randem, Do u give support for vb6 ? |
   
randem
Moderator Username: randem
Post Number: 2077 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, October 25, 2011 - 11:34 am: |
|
Actually I can't find a reason for most of the files that you have in your script... unless they serve some other purpose such as data etc...
|
   
rahulcjain
New member Username: rahulcjain
Post Number: 26 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 11:14 pm: |
|
Thanks dude. thank you very much.. |
   
randem
Moderator Username: randem
Post Number: 2076 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 11:08 pm: |
|
BTW: For you program to work correctly your script should look something like this one. It was done quickly and needs some more work. Just giving you something to think about...
|
   
randem
Moderator Username: randem
Post Number: 2075 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 11:03 pm: |
|
Inno Setup InnoScript |
   
rahulcjain
New member Username: rahulcjain
Post Number: 25 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:57 pm: |
|
Ok fine Thanks.. can u send me the link from where i can download the 5.4.2 version. (Message edited by rahulcjain on October 24, 2011) |
   
randem
Moderator Username: randem
Post Number: 2074 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:45 pm: |
|
You should update Inno Setup to the latest version then it will work. The latest version is 5.4.2. You wont really need that flag until it is installed on Vista / Windows 7 |
   
rahulcjain
New member Username: rahulcjain
Post Number: 24 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:41 pm: |
|
Hi really thanks dude. thanks a lot. only thing is flags: runascurrentuser is not working. so i have removed that . is it will give me trouble in future. whats ur opinion.. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 23 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:37 pm: |
|
Hi i am using 5.1.14 version. |
   
randem
Moderator Username: randem
Post Number: 2073 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:34 pm: |
|
The line works as presented. It may work without the flag but you are possibly asking for trouble later not using it. What version of Inno Setup are you using? If you want silent then change to this line: Filename: msiexec.exe; Parameters: "/package {tmp}\cvm.msi /passive /Quiet"; WorkingDir: "{tmp}"; StatusMsg: "Installing Report Engine"; Flags: runascurrentuser |
   
rahulcjain
New member Username: rahulcjain
Post Number: 22 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:31 pm: |
|
Hi its working fine without flags. but i need the file cvm.msi to be installed quiet. it should not be shown that its getting installed. It should be silent installation. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 21 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:28 pm: |
|
Filename: msiexec.exe; Parameters: "/package {tmp}\cvm.msi /passive"; WorkingDir: "{tmp}"; StatusMsg: "Installing Report Engine"; Flags: runascurrentuser Hi it shows me that parameter "flags" includes an unknown flag.. |
   
randem
Moderator Username: randem
Post Number: 2072 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:22 pm: |
|
Ok, This line will fix your problem: Filename: msiexec.exe; Parameters: "/package {tmp}\cvm.msi /passive"; WorkingDir: "{tmp}"; StatusMsg: "Installing Report Engine"; Flags: runascurrentuser |
   
rahulcjain
New member Username: rahulcjain
Post Number: 20 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 10:14 pm: |
|
Hi i have uploaded the .vbp file ,.iss file and .exe .. pls check it now. (Message edited by rahulcjain on October 24, 2011) |
   
randem
Moderator Username: randem
Post Number: 2071 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 09:47 pm: |
|
No you are still confused... If you want my help then you have to follow MY directions... Please give me the files I asked for or I cannot help. BTW: .iss - Inno Setup Script - created by Inno Setup. InnoScript - We wrote this program and you are not using it... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 19 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 09:40 pm: |
|
I think you are confused..The request is for the inno setup script .. you only told me some changes in inno setup script to add flags: nocommpression in file section and flags: runascurrentuser in run section. I have created the troubleshoot using inno script , but when i run i gets an error message "Createprocess failed;code 193, %1 is not a valid win32 application". i get the error in run section. when the cvm.msi file execute. pls check once the inno script which i have uploaded (Message edited by rahulcjain on October 24, 2011) |
   
randem
Moderator Username: randem
Post Number: 2070 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 09:27 pm: |
|
No you are confused... InnoScript - A program that creates the script for Inno Setup Inno Setup - a program that compiles a script creating a executable that is used to deploy your program VB6 - project file (.vbp) that is used to code the program .NET - project file (.vbproj) that is used to code the program. The request was for the project file. If it is VB6 then zip and load the .vbp file... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 18 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 09:24 pm: |
|
Hi i am getting error in inno setup script file. pls do check n let me know.. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 17 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 09:12 pm: |
|
I am using vb6. The file i have uploaded is inno script .. |
   
randem
Moderator Username: randem
Post Number: 2069 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 08:50 pm: |
|
Could you zip and post the project file and the exe it created. I imagine you are using .NET so that would be the .vbproj file. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 16 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 08:43 pm: |
|
ok fine.. pls do reply soon.. |
   
randem
Moderator Username: randem
Post Number: 2067 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 03:14 pm: |
|
The name is Randem and please only use the support site for any inquires or issues. I will look at your file soon. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 15 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, October 24, 2011 - 08:36 am: |
|
Hi randem i have uploaded the file. pls do check n let me know. The filename is inno.zip. i am waiting for your reply. |
   
randem
Moderator Username: randem
Post Number: 2066 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 11:46 pm: |
|
There is nothing wrong with that page, all you need to do is to logon... Go to the "Tools" menu then "Open FTP site in Windows Explorer" then enter your username and password then drag and drop the files... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 14 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 11:42 pm: |
|
Hi when i click the ftp link it shows me this page.. |
   
randem
Moderator Username: randem
Post Number: 2065 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 10:57 pm: |
|
It works just fine... What are you using to upload with? |
   
randem
Moderator Username: randem
Post Number: 2064 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 10:54 pm: |
|
looking into it... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 13 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 10:47 pm: |
|
Hi Randem your ftp ftp://ftp.randem.com is not working... it shows index of page error.. |
   
randem
Moderator Username: randem
Post Number: 2063 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 10:29 pm: |
|
Check your email filter... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 12 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 10:04 pm: |
|
Hi randem i didnt received any email yet ... |
   
randem
Moderator Username: randem
Post Number: 2059 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 09:15 am: |
|
I have created an FTP site for you to upload to. Check your email for the details. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 11 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, October 23, 2011 - 02:01 am: |
|
Hi ya its in temp folder and i have run the file after uncompress it runs smoothly. I am sending the full script with installation file. pls do check n let me know. Hi tell me ur mail id . the file is not getting attached.. |
   
randem
Moderator Username: randem
Post Number: 2046 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Saturday, October 22, 2011 - 09:10 am: |
|
A strange thing: Source: "{tmp}\cvm.msi"; DestDir: "{tmp}";DestName: "cvm.msi";Flags: nocompression Do you actually have the MSI file in your temporary folder as a source? 1 - Did you go to the MSI file after you uncompressed it with the script then attempt to run it? What message did you get? Remember I cannot see what you did or read your mind. If you do not tell me EXACTLY what happened whenever you do something I will NEVER know... It's all in the details and you do not give many to me... Perhaps you can send me your installation and I can install it here to see exactly what is happening... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 10 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 21, 2011 - 10:54 pm: |
|
Hi randem i tried to execute same script in other system also . it shows the same error.. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 9 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 21, 2011 - 10:25 pm: |
|
Hi randem i followed every instruction u have given. i am uploading my script.
|
   
randem
Moderator Username: randem
Post Number: 2045 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 21, 2011 - 09:02 am: |
|
I have given you some suggestions but it will be very hard to give a solution when I have no idea of what you have done so far. You never explain what you have tried, if you have tried or the results of the effort... Help me help you! At the very least post the script so that I can see if you have followed my suggestions... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 8 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 21, 2011 - 05:16 am: |
|
Hi randem it shows the same error message. Pls give some solution.. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 7 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 21, 2011 - 05:06 am: |
|
Hi randem still it shows the same message unable to execute file; createprocess failed; code 193; %1 is not a valid win32 application |
   
randem
Moderator Username: randem
Post Number: 2044 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, October 20, 2011 - 09:01 am: |
|
Try this: 2 - Add Flags: nocompression to the line in the [Files] Section. Also add Flags: runascurrentuser to the line in the [Run] section. 3 - Being an Administrator has little to do with what I suggested. Did you attempt to do what I stated? |
   
rahulcjain
New member Username: rahulcjain
Post Number: 6 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 11:49 pm: |
|
Hi i am running the script in Administrator mode not in other user... |
   
rahulcjain
New member Username: rahulcjain
Post Number: 5 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 11:45 pm: |
|
Hi randem how do i add Add nocompression flag to the msi file |
   
randem
Moderator Username: randem
Post Number: 2043 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 11:01 pm: |
|
You also might need to use the runascurrentuser flag on the msi file in the run section. |
   
randem
Moderator Username: randem
Post Number: 2042 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:52 pm: |
|
The files may run from {cf} but it is not the way it should work and may suddenly stop after an update from MS one day... Not a good choice. |
   
randem
Moderator Username: randem
Post Number: 2041 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:51 pm: |
|
Ok, then there are a few things you can try: 1 - Attempt to run the msi file after you have uncompressed it to make sure it will run and it may be the installers issue. 2 - Add the nocompression flag to the msi file 3 - Right click on your installer then select "Run as Administrator" Let me know how that works |
   
rahulcjain
New member Username: rahulcjain
Post Number: 4 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:46 pm: |
|
Hi the other file which run from common files its runs smoothly. lik MDAC_TYP.exe |
   
rahulcjain
New member Username: rahulcjain
Post Number: 3 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:40 pm: |
|
Hi randem manually the MSI File runs smoothly. i tried running from temp folder than too it shows the same error message. i am uploading that image. |
   
randem
Moderator Username: randem
Post Number: 2040 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:36 am: |
|
Also it is preferable that you start your own thread for there is no connection between the issues you have and a thread started in 2004... |
   
randem
Moderator Username: randem
Post Number: 2039 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:30 am: |
|
BTW: deploying files from your Windows system folder is a big no-no!! You had to manually override that... There is a reason for that it is not just a built in inconvenience. There are a few issues you have in your script about deploying other files and that will lead you into other problems. |
   
randem
Moderator Username: randem
Post Number: 2038 Registered: 04-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 10:22 am: |
|
Aloha rahulcjain, The first thing that I would do in your situation is to check to see if that MSI file will run manually. If it does then the next thing to do is not to try to execute the MSI from the common Files location. that is not a good location to execute installers from. I assume you have administrative privileges. If you are deploying a MSI file you should deploy it to the user's temp location, run it from there then delete it when you are done with it. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 2 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 08:20 am: |
|
Hi when i run this cvm.msi file using inno setup i get a error message unable to execute file; createprocess failed;code 193; %1 is not a valid win32 application.. pls help me. i tried a lot but i didnt find any solution. Pls reply to my post. Pls help me... Thanks in advance. |
   
rahulcjain
New member Username: rahulcjain
Post Number: 1 Registered: 10-2011
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, October 19, 2011 - 07:39 am: |
|
Hi i have written inno setup script, but when i run i am getting a error message unable to execute file created process failed;code 193 %1 is not a valid win32 applications. |
   
admin Board Administrator Username: admin
Post Number: 221 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, April 19, 2005 - 05:56 pm: |
|
John, Where is the vbp file? The zip file only has the iss file. |
   
admin Board Administrator Username: admin
Post Number: 222 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, April 19, 2005 - 06:05 pm: |
|
John, You should upgrade to InnoScript 4.0.4. |
   
John Nearing (Unregistered Guest) Unregistered guest
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, April 20, 2005 - 08:07 am: |
|
I downloaded it last night and ran it today with the same result.MS Knowledge base # Q191704 states DCOM98 must be installed on the target machine. Doesn't the os updater do this? Here is the vbp zip Regards John |
   
admin Board Administrator Username: admin
Post Number: 223 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, April 20, 2005 - 08:18 am: |
|
John, The Auto OS Updater would install DCOM98. But you do not have this file included in your script in the files section. Did you remove it from the files section. You probably got a file missing message and just removed it. |
   
admin Board Administrator Username: admin
Post Number: 224 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, April 20, 2005 - 08:32 am: |
|
John, This is what I got when running InnoScript on your vbp file. There are three files missing. Block20.exe and scrblock.dll are expected (i don't have them) and vb_dcom_mdac_jet_autosetup.exe for I did not tell InnoScript where to find it. Your script does not even have this entry. You must have done most of it by hand and left this one out. Your VB Runtime files are gotten from a different location and cannot be verified as the correct one etc...Let InnoScript do most of the work. ; InnoScript Version 4.0.4 ; Randem Systems, Inc. ; Copyright 2003, 2004 ; website: http://www.randem.com ; support: http://www.innoscript.com/cgi-bin/discus/discus.cgi ; Date: April 20, 2005 ; VB Runtime Files Folder: C:\Program Files\Randem Systems\InnoScript\InnoScript 4.0\VB 6 Redist Files\ ; Visual Basic Project File (.vbp): C:\Work\block-293\Block20.vbp ; Inno Setup Script Output File (.iss): C:\Work\block-293\Block20.iss ; ------------------------ ; Visual Basic References ; ------------------------ ; Microsoft DAO 3.6 Object Library ; Microsoft Scripting Runtime ; Microsoft Outlook 10.0 Object Library ; CAPICOM v2.0 Type Library ; -------------------------- ; Visual Basic Components ; -------------------------- ; Microsoft MAPI Controls 6.0 [Setup] AppName=Block AppVerName=Block 2.0.0 AppPublisher=David Glienna, Ltd / Siok, Co AppVersion=2.0.0 VersionInfoVersion=2.0.0 AllowNoIcons=no DefaultDirName={pf}\Block AppCopyright= PrivilegesRequired=Admin MinVersion=4.0,4.0 OutputBaseFilename=Block20200 [Tasks] [Files] Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: sharedfile Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: sharedfile Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: sharedfile Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: regtypelib Source: c:\program files\randem systems\innoscript\innoscript 4.0\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfile Source: vb_dcom_mdac_jet_autosetup.exe; DestDir: {tmp}; Flags: deleteafterinstall ignoreversion Source: c:\windows\system32\msscript.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: c:\windows\system32\scrrun.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: c:\program files\microsoft office\office10\msoutl.olb; DestDir: {sys}; Flags: ignoreversion Source: c:\windows\system32\capicom.dll; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: c:\windows\system32\msflxgrd.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: c:\windows\system32\richtx32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: c:\windows\system32\comdlg32.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: scrblock.dll; DestDir: {sys}; Flags: sharedfile Source: c:\windows\system32\mscomctl.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile Source: block20.exe; DestDir: {app}; Flags: ignoreversion [INI] Filename: {app}\Block20.url; Section: InternetShortcut; Key: URL; String: [Icons] Name: {group}\Block; Filename: {app}\Block20.exe; WorkingDir: {app} Name: {group}\Block on the Web; Filename: {app}\Block20.url Name: {group}\Uninstall Block; Filename: {uninstallexe} [Run] Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist Filename: {app}\Block20.exe; Description: Launch Block; Flags: nowait postinstall skipifsilent; WorkingDir: {app} [UninstallDelete] Type: files; Name: {app}\Block20.url |
   
(Unregistered Guest) Unregistered guest
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, April 21, 2005 - 01:24 pm: |
|
Both files, block20.exe and scrblocl.dll are not in my program and are not in my Inno script or vb PDW set up. Also I note you have vb_dcom in the source area. I did include this file in my set up, but it apperas in the run section. Is this significant? John |
   
admin Board Administrator Username: admin
Post Number: 225 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, April 21, 2005 - 06:50 pm: |
|
Yes, This is very important. How are you getting different results than I do? Those files are in your vbp file so they are in your program. You have an object in your project (scrblock.dll). It makes no sense to use InnoScript to get all the files that you need, then delete them from the script unless you really know why you are removing them. Are you using version 4.0.4? If not then you should be. |
   
John Nearing (Unregistered Guest) Unregistered guest
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, April 22, 2005 - 08:36 am: |
|
Are we discussing the same vbp? In the example you list above, the AppName = Block. My AppName is BirthdayBook. The App Publisher is not me. The OutputBaseFilename is not BirthdayBook, and my project has no reference to MS Scripting Runtime. In case something went south on my first submission, here is my script again. Please examine it at your convienence. Regards. John |
   
admin Board Administrator Username: admin
Post Number: 230 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, April 22, 2005 - 08:51 am: |
|
John, Please zip your file, then upload it. If InnoScript put the reference in your script file then you do have it checked to be in your project even if you never use it. |
   
(Unregistered Guest) Unregistered guest
Rating: N/A Votes: 0 (Vote!) | | Posted on Saturday, April 23, 2005 - 02:49 pm: |
|
Here is my script. I exained the targer computer and found the scrrun.dll was missing or corrupt. Inno did not install this file on the target. When I loaded this file to the System folder on the target, the program loaded and ran. I still can not find a reference to Block20.exe in my script. John |
   
admin Board Administrator Username: admin
Post Number: 235 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 24, 2005 - 12:11 am: |
|
John, You are correct. The block thing came from another thread. OK, Now let's uncomplicate things a bit in your project. The Template file should not be the same as you iss file, this is bad. Remove template processing. c:\birthdaybook\ should be added using the Add folder button. Unless you want to list the files seperately and the be deployed in the {App} folder, then use the Add Files Button c:\InnoSetUpFiles\ should be added to the beginning of your search path. C:\Program Files\BirthdayBook\ should be added using the Add Folder button Other than that everything looks OK. Try these changes then zip and upload the pjt, log and vbp file. |
   
bryan44035
New member Username: bryan44035
Post Number: 1 Registered: 07-2007
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, July 20, 2007 - 06:32 am: |
|
Hi, I Downloaded a movie off of the internet in the form of an avi file. Everytime I just click on it, windows explorer crashes, and says it has encountered a problem and needs to close. I have had this happen to me before with other files of the same type and I had to install updated codecs for it to work properly. I tried to install mega k-lite codec pack for this file, but I get an error message that says "unable to Register the DLL/OCX: CreateProcess Failed; Code 2" I have tried evevrything and I cannot get this file to work. I also can't get mega k-lite codec to install without getting the above error message. I have moved it to different computers, and almost every major codec on the web, and still I have had no luck. Is it possible that this file could be corrupted? Bryan |