Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 13 of 13 total
Thread I'm happy with Dbisam 3 how much to make it work in Vista
Tue, Feb 26 2008 6:13 PMPermanent Link

"Gregory Sebastian"
> .. and get round the hidden bit
> by adding a link to my parent folder in my application's About Box.
Good idea Malcolm

Regards
Gregory

Sun, Mar 2 2008 7:55 AMPermanent Link

"Malcolm"
Carlos

I see you were having no luck elsewhere on your Vista insallation
questions.  Surprised

This may help you - maybe.  Surprised

[Setup]
....
SourceDir=YourScourceDir
DefaultDirName={pf}\YourCompany\YourProduct
PrivilegesRequired=admin
....

[Files]
; Your program files

Source: YourProduct.exe; DestDir: {app} Flags: ....
....

; Data and other files the users need to read/write
;   assuming you want them under commonappdata

Source: filename.dat; DestDir:
{commonappdata}\YourCompany\YourProduct\Data


[Dirs]
; Add all the folders you need
Name: {app}; Permissions: everyone-readexec

Name: {commonappdata}\YourCompany\YourProduct\Data; Permissions:
everyone-modify

....

[Run]
; Here is where you can create your share (watch for linewrap!)

; First remove the share if it was already there (one line)

Filename: net.exe; Parameters: share YourShareName /delete; Flags:
RunMinimised

; Next create the share, but net.exe takes different parameters in Vista
; So you need both commands plus the version parameter

; Net.exe for pre-Vista (one line)

Filename: Parameters: "share YourShareName
=""{commonappdata}\YourCompany\YourProduct\Data"" /UNLIMITED
/REMARK:""Carlos Database"""; Flags: RunMinimized; OnlyBelowVersion:
0,6.0.6000

; Net.exe for Vista (one line)

Filename: net.exe; Parameters: "share YourShareName
=""{commonappdata}\YourCompany\YourProduct\Data"" /UNLIMITED
/GRANT:Everyone,CHANGE /REMARK:""Carlos Database"""; MinVersion:
0,6.0.6000; Flags: RunMinimized

Malcolm
Sun, Mar 2 2008 5:32 PMPermanent Link

carlosam
Thanks

Carlos

"Malcolm" <malcolm@spam.will.bounce> wrote:

Carlos

I see you were having no luck elsewhere on your Vista insallation
questions.  Surprised

This may help you - maybe.  Surprised

[Setup]
....
SourceDir=YourScourceDir
DefaultDirName={pf}\YourCompany\YourProduct
PrivilegesRequired=admin
....

[Files]
; Your program files

Source: YourProduct.exe; DestDir: {app} Flags: ....
....

; Data and other files the users need to read/write
;   assuming you want them under commonappdata

Source: filename.dat; DestDir:
{commonappdata}\YourCompany\YourProduct\Data


[Dirs]
; Add all the folders you need
Name: {app}; Permissions: everyone-readexec

Name: {commonappdata}\YourCompany\YourProduct\Data; Permissions:
everyone-modify

....

[Run]
; Here is where you can create your share (watch for linewrap!)

; First remove the share if it was already there (one line)

Filename: net.exe; Parameters: share YourShareName /delete; Flags:
RunMinimised

; Next create the share, but net.exe takes different parameters in Vista
; So you need both commands plus the version parameter

; Net.exe for pre-Vista (one line)

Filename: Parameters: "share YourShareName
=""{commonappdata}\YourCompany\YourProduct\Data"" /UNLIMITED
/REMARK:""Carlos Database"""; Flags: RunMinimized; OnlyBelowVersion:
0,6.0.6000

; Net.exe for Vista (one line)

Filename: net.exe; Parameters: "share YourShareName
=""{commonappdata}\YourCompany\YourProduct\Data"" /UNLIMITED
/GRANT:Everyone,CHANGE /REMARK:""Carlos Database"""; MinVersion:
0,6.0.6000; Flags: RunMinimized

Malcolm
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image