|
-
Jun 14th, 2007, 02:25 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] deployment issue
I have a question.. My working directory is C:\Project
I would like to deploy my program on client PC.
1) How I can set this directory as a target directory during installation on client PC?
2) I have set the directory C:\Project\Data on my working directory. How I can deploy my program to client PC so that It also create the directory (C:\Project\Data ) similar with my working directory?
3) Is it the client need Microsoft Visual Basic to use my program if I do package and deployment?
-
Jun 14th, 2007, 05:10 AM
#2
Re: deployment issue
1) Using what?
2) Using what?
3) You do not need VB on the client PC. You have to install properly.
-
Jun 14th, 2007, 05:22 AM
#3
Re: deployment issue
i did not find an option to select a custom directory other than listed few in the P & D Wizard.
To set your default installtion location in the p & d wizard do the follwoing.
* complte the s&D wizard with the default installation location i.e. programfiles directory on the destination pc.
* after completing the p&d wizrd open your package folder.
* opne the Setup.LST Script file with notepad.
* scroll down to the section show below
[Setup]
Title=Project1
* in this section alter the following line exactly shown below
DefaultDir=C:\Project\Data
Save it now.
So this will install your package in the C:\Project\Data on the destination pc.
-
Jun 14th, 2007, 07:14 AM
#4
Thread Starter
Frenzied Member
Re: deployment issue
May I know, What it mean?
[Setup]
Title=Project1
My working directory is C:\Project but have sub folder in that folder..
1 )How I can create the sub folder to be same with my working directory during installation on client PC ?
2 ) Does I have create manually the sub folder on client PC?
3) Can I customize the s&D wizard for example insert the picture or program overview so that during installation on client PC, I can see the program overview while installing the program.
-
Jun 14th, 2007, 11:07 AM
#5
Re: deployment issue
Did you find the Setup.LST File in the Package folder?
-
Jun 14th, 2007, 11:15 AM
#6
Thread Starter
Frenzied Member
Re: deployment issue
Yes, I find It.
What is purpose of this code?
[Setup]
Title=Project1
Back to the question
1 )How I can create the sub folder to be same with my working directory during installation on client PC ?
2 ) Does I have create manually the sub folder on client PC?
3) Can I customize the s&D wizard for example insert the picture or program overview so that during installation on client PC, I can see the program overview while installing the program.
-
Jun 14th, 2007, 11:35 AM
#7
Re: deployment issue
This is not a code. setup.LST is where your setup parameters have written.
so you can edit it thourgh note pad.
-
Jun 14th, 2007, 11:36 AM
#8
Re: deployment issue
so you can edit the setup destination folder as well.
-
Jun 14th, 2007, 12:18 PM
#9
Thread Starter
Frenzied Member
Re: deployment issue
Thank you.. Here is it.
My working program is C:\Project.. I want the system install in C:\Project also on target PC, So I do like this
Code:
[Setup]
Title=Shapefile Info
DefaultDir=C:\Project
AppExe=shpinfo.exe
AppToUninstall=shpinfo.exe
So the program will install in C:\Project folder on target Pc, Am I right?
It is create other directory inside this folder (C:\Project) during installation? For Example DATA forlder, RAW Folder inside 'Project' folder on target Pc? This is because I have that folder in my working PC to run that program. So what should I do? Does I have to create the folder ('Data' and 'RAW' folder) manually inside C:\Project folder after installation the program on C:\Project?Can It create the sub folder ('Data' and 'RAW' folder) during installation?
-
Jun 14th, 2007, 12:30 PM
#10
Re: deployment issue
Your last question is clear matrik. Yes, now you need some subfolders inside c:\project.
Hmm. i have no idea on how to create thease sub folders using P & D. i ll check it and if i found i will post here. may be others might help you !
-
Jun 14th, 2007, 12:32 PM
#11
Re: deployment issue
remember, you can also create thease sub folders programatilly inside c:\project at the first run of your program since you already created the base c:\project using the P & D.
-
Jun 14th, 2007, 12:39 PM
#12
Thread Starter
Frenzied Member
Re: deployment issue
Nevermind, Maybe Somebody can help me, How I can create the sub folder instead of installing the package on the destination pc folder using Package and deploymend wizard..
So my program can Install on that folder, This work fine to me.. But I don't know, How I can create subfolder inside the Project folder during installation on target Machine..Otherwise, I have to create the subfolder manually inside my Project folder Hopes to get helps, I am still learning.
Code:
[Setup]
Title=Shapefile Info
DefaultDir=C:\Project
AppExe=shpinfo.exe
AppToUninstall=shpinfo.exe
-
Jun 15th, 2007, 06:36 AM
#13
Re: deployment issue
Moved to Application Deployment
-
Jun 15th, 2007, 09:12 AM
#14
Thread Starter
Frenzied Member
Re: deployment issue
I have sub folder in C:\Project in my working machine.
It is possible during package and deployment to create sub folder inside the Project folder? If yes, how to create the sub folder inside the Project folder during installation program on client Machine,
It is similiar with zip file?Where it reserve the data folder and sub folder to be same on on working machine in client machine.
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
|